@charset "utf-8";
/* CSS Document */

	#errmsg, 
	
	#errmsg-cont, 
	#errmsg-img, 
	
	#errmsg-txt, 
	
	#return-txt {
		position: relative;
		display: block;
	}
		#errmsg {
			width: 99.8%;
			height: auto;
			
			background: #FEE;
			border: 1px dotted #F00;
		}
			#errmsg-img, 
			#errmsg-cont {
				float: left;
				margin-right: 1em;
			}
				#errmsg-img {
					background: url(../img/alert.png) no-repeat left top;
					width: 40px;
					height: 40px;
				}
				
				#errmsg-txt {
					color: #C00;
					font-size: 18px;
				}
				
				.errmsg-pad { padding: 1.26em; }
				
				#return-txt {
					color: #333;
					font-size: 12px;
					margin-top: .3em;
				}
					#return-txt a {
						color: #900;
						text-decoration: none;
					}
						#return-txt a:HOVER {
							color: #F00;
							text-decoration: underline;
						}

