/* CSS Document */
.errorMsgNotice{
	width: 600px;
	margin: 10px 0 10px 10px;
	padding:6px 6px 8px 35px;
	color:#333;
	font-size:1.2em;
	line-height: 20px;
	background: #FFF9DB url("http://images10.newegg.com/WebResource/Themes/2005/Nest/ErrorIcon_Notice.gif") no-repeat left 3px;
	border: 1px solid #C2B397;
}
.errorMsgNotice img {
	float: right;
	margin-right: 3px;
}

.errorMsgWarning {
	width: 600px;
	margin: 10px 0 10px 10px;
	padding:10px 10px 10px 35px;
	color:#951616;
	font-size:1.2em;
	background: #FFF9DB url("http://images10.newegg.com/WebResource/Themes/2005/Nest/ErrorIcon_Warning.gif") no-repeat left 2px;
	border: 1px solid #C2B397;
}
.errorMsgError {
	width: 600px;
	margin: 10px 0 10px 10px;
	padding:10px 10px 10px 35px;
	color:#951616;
	font-size:1.2em;
	font-weight: bold;
	background: #FFF9DB url("http://images10.newegg.com/WebResource/Themes/2005/Nest/ErrorIcon_Error.gif") no-repeat left 2px;
	border: 1px solid #C2B397;
}
.errorMsgOk {
	width: 600px;
	margin: 10px 0 10px 10px;
	padding:10px 10px 10px 35px;
	color:#333;
	font-size:1.2em;
	background: #FFF9DB url("http://images10.newegg.com/WebResource/Themes/2005/Nest/ErrorIcon_Ok.gif") no-repeat left 2px;
	border: 1px solid #C2B397;
}
.errorMsgNone {
	width: 600px;
	margin: 10px 0 10px 10px;
	padding:10px 10px 10px 35px;
	color:#333;
	font-size:1.2em;	
	border: 1px solid #C2B397;
}