/* 
==================================================
	MESSAGE STYLES
==================================================
*/
#messagediv{
	clear: both;
	width: 396px;
	
}

.messagebox
{
	width:510px;
	margin:0 0px 5px 8px;
}
/* 
==================================================
	MESSAGE STYLES
==================================================
*/


/* 
==================================================
	OK MESSAGE BOX
==================================================
*/
#okheader{
	clear: both;
	width: 510px;
	height: 10px;
	background-image: url(../_img/messagebox/ok_header_front.gif);
	background-repeat: no-repeat;
	font-size:5px;
}

#okmain
{
	clear: both;
	width: 510px;
	min-height: 30px;
	background-color: #E0F1C7;
	/* ie6 */
	_height: 30px;
}

#okshield
{
	float: left;
	width: 58px;
	min-height: 96px;
	background-image: url(../_img/messagebox/ok_shield_front.gif);
	background-repeat: no-repeat;
	background-color: #E0F1C7;
	/* ie6 */
	_height: 96px;
}

#oktext
{
	float: left;
	width: 432px;
	min-height: 30px;
	padding: 10px 10px 0px 10px;
	background-color: #E0F1C7;
	font-family : "Verdana CE", Verdana, "arial CE", arial, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color: #000000;
	text-align: left;
	/* ie6 */
	_height: 30px;
}

#okfooter{
	clear: both;
	width: 510px;
	height: 10px;
	background-image: url(../_img/messagebox/ok_footer_front.gif);
	background-repeat: no-repeat;
	font-size:5px;
}
/* 
==================================================
	OK MESSAGE BOX
==================================================
*/


/* 
==================================================
	ALERT MESSAGE BOX
==================================================
*/
#alertheader{
	clear: both;
	width: 510px;
	height: 10px;
	background-image: url(../_img/messagebox/alert_header_front.gif);
	background-repeat: no-repeat;
	font-size:5px;
}

#alertmain{
	clear: both;
	width: 510px;
	min-height: 30px;
	background-color: #FCEAAF;
	/* ie6 */
	_height: 30px;
}

#alertshield{
	float: left;
	width: 58px;
	min-height: 96px;
	background-image: url(../_img/messagebox/alert_shield.gif);
	background-repeat: no-repeat;
	background-color: #FCEAAF;
	/* ie6 */
	_height: 96px;
	
}

#alerttext{
	float: left;
	width: 432px;
	min-height: 30px;
	padding: 10px 10px 0px 10px;
	background-color: #FCEAAF;
	font-family : "Verdana CE", Verdana, "arial CE", arial, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color: #967C02;
	text-align: left;
	/* ie6 */
	_height: 30px;
}

#alertfooter{
	clear: both;
	width: 510px;
	height: 10px;
	background-image: url(../_img/messagebox/alert_footer_front.gif);
	background-repeat: no-repeat;
	font-size:5px;
}
/* 
==================================================
	ALERT MESSAGE BOX
==================================================
*/


/* 
==================================================
	ERROR MESSAGE BOX
==================================================
*/
#errorheader{
	clear: both;
	width: 510px;
	height: 10px;
	background-image: url(../_img/messagebox/error_header_front.gif);
	background-repeat: no-repeat;
	font-size:5px;
}

#errormain
{
	clear: both;
	width: 510px;
	min-height: 30px;
	background-color: #EED2D2;
	/* ie6 */
	_height: 30px;
}

#errorshield
{
	float: left;
	width: 58px;
	min-height: 96px;
	background-image: url(../_img/messagebox/error_shield.gif);
	background-repeat: no-repeat;
	background-color: #EED2D2;
	/* ie6 */
	_height: 96px;
}

#errortext
{
	float: left;
	width: 432px;
	min-height: 30px;
	padding: 10px 10px 0px 10px;
	background-color: #EED2D2;
	font-family : "Verdana CE", Verdana, "arial CE", arial, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color: #000000;
	text-align: left;
	/* ie6 */
	_height: 30px;
}

#errorfooter{
	clear: both;
	width: 510px;
	height: 10px;
	background-image: url(../_img/messagebox/error_footer_front.gif);
	background-repeat: no-repeat;
	font-size:5px;
}
/* 
==================================================
	ERROR MESSAGE BOX
==================================================
*/


/* 
==================================================
	QUESTION MESSAGE BOX
==================================================
*/
#questionheader{
	clear: both;
	width: 510px;
	height: 10px;
	background-image: url(../_img/messagebox/question_header_front.gif);
	background-repeat: no-repeat;
	font-size:5px;
}

#questionmain
{
	clear: both;
	width: 510px;
	min-height: 30px;
	background-color: #D0DFFF;
	/* ie6 */
	_height: 30px;
}

#questionshield
{
	float: left;
	width: 58px;
	min-height: 96px;
	background-image: url(../_img/messagebox/error_shield.gif);
	background-repeat: no-repeat;
	background-color: #D0DFFF;
	/* ie6 */
	_height: 96px;
}

#questiontext
{
	float: left;
	width: 432px;
	min-height: 30px;
	padding: 10px 10px 0px 10px;
	background-color: #D0DFFF;
	font-family : "Verdana CE", Verdana, "arial CE", arial, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color: #000000;
	text-align: left;
	/* ie6 */
	_height: 30px;
	
	
}

#questionfooter{
	clear: both;
	width: 510px;
	height: 10px;
	background-image: url(../_img/messagebox/question_footer_front.gif);
	background-repeat: no-repeat;
	font-size:5px;
}
/* 
==================================================
	QUESTION MESSAGE BOX
==================================================
*/