/* CSS Document */

DIV#messageBox{
	_height:18px;
	min-height:18x;
	width:90%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#E2F9E3;
	color:#000000;
	border:1px solid #99CC99;
	padding: 8px 5px 5px 35px;
	margin-bottom:5px;
	vertical-align:top;
	background-image:url(../images/icon_information.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
}

DIV#exceptionBox{
	width:90%;
	_height:18px;
	min-height:18x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#FFF9D7;
	color:#FF0000;
	border:1px solid #E2C822;
	padding: 8px 5px 5px 35px;
	margin-bottom:5px;
	vertical-align:top;
	background-image:url(../images/icon_error.gif);
	background-repeat:no-repeat;
	background-position:4px 4px;
}

.emailInvoice
{
  width:650px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	padding-left : 20px;
	padding-right : 20px;
	border-color: #d6d6ca;
	font-family:verdana;
	font-size:12px;
}