
.cssMessageBox
{
    background:#FFFAEC;
    border:#EBEBEB 1px solid;
    padding:0px;
    width:400px;
}



.cssMessageBox .header
{
  font-family:Courier New,Tahoma,Times New Roman;
	font-size:16px;
	color: #FFFFFF;
	font-weight:bold;
	background:#347BC9;
	text-align:center;
	vertical-align:top;
}



.cssMessageBox .text
{
  font-family:Courier New,Tahoma,Times New Roman;
	font-size:16px;
	color: #000000;
	font-weight:normal;
	padding:10px;
	text-align:left;
	vertical-align:top;
}



.cssMessageBox .btn
{
    font-family:Tahoma,Verdana,Arial;
    font-size:10px;
    font-weight:bold;
    color:#FFFFFF;
    background:#347BC9;
    border-top:#CCCCCC 1px solid;
    border-left:#CCCCCC 1px solid;
    border-bottom:#000000 1px solid;
    border-right:#000000 1px solid;
    padding:2px;
    width:80px;
    text-transform:uppercase;
}