@charset "utf-8";
/* CSS Document */


	#err-msg, 
	.err-img, 
	.err-txt, 
	.err-txt span, 
	.err-txt small {
		position: relative;
		display: block;
	}

	#err-msg {
		widht: 780px;
		height: auto;
		background: #FEE;
		border: 1px solid #FCC;
		z-index: 200;
	}
		.err-pad { padding: 1em; }
			.err-img, 
			.err-txt {
				float: left;
				margin-right: 1em;
			}
				.err-img {
					width: 50px;
					height: 50px;
					background: url(../img/alert.png) no-repeat center center;
				}
				.err-txt { margin-top: .5em; }
					.err-txt span, 
					.err-txt small {
						font-size: 12px;
						font-style: normal;
					}
					.err-txt span { font-size: 14px; }
					.err-txt small { margin-top: .3em; }
						.err-txt small a {
							color: #F66 !important;
							text-decoration: underline !important;
							background: none  !important;
						}
						.err-txt small a:HOVER {
							color: #F00 !important;
							text-decoration: none !important;
						}


