
.mainpan

{
position:relative;
margin:0 auto;
height: 80px;
width: 635px;
/*background: #fff 004E61;
border: 1px solid #9d9c9c;*/
color: white;
border:1px solid #d0300e;
margin-top:40px;
/*text-shadow: 0 1px 0 #444;
text-decoration: none;
background-image: -webkit-gradient(linear,left top,left bottom,from( #fff ),to( #c8d7dc ));
background-image: -webkit-linear-gradient( #fff,#c8d7dc );
background-image: -moz-linear-gradient( #fff,#c8d7dc );
background-image: -ms-linear-gradient( #fff,#c8d7dc );
background-image: -o-linear-gradient( #fff,#c8d7dc );
background-image: linear-gradient( #fff,#c8d7dc );*/
}

.error-icon
{
float:left;
background-image:url(../images/errorPage/error-icon-1.png);
background-repeat:no-repeat;
height:52px;
width:34px;
margin-left:23px;
margin-top:21px;

}

.error-text
{
float:left;
font-family: Arial,sans-serif;
color:#000;
font-size:12px;
font-weight:bold;
width:555px;
height:20px;
padding-left:15px;
padding-top:34px;

}