/* CSS Document */

body{font:68% Verdana,"Trebuchet MS",arial,sans-serif; line-height:140%;}

.top {
	width:100%;
	background-color:#FFFFFF;
	background-image:url(../images/index_logo.gif);
	background-repeat:no-repeat;
	height:82px;
}
.center{
	background-image:url(../images/index_bg.jpg);
	background-color:#1b40ad;
	
}
.centerBlack{
	background-color:#000000;
}
.centerBottom{
	background-color:#FFFFFF;
}
.boxesText{
	width:100%;
	background-color:#FFFFFF;
}
.boxHighlight{
	border: solid #ffe974 1px;
	background-color:#fffbe6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:600px;
	text-align:left;
	height:30px;
	padding:5px;
	margin:5px;
	size:1.2em;
	float:left;
	line-height:280%;
}
.box1{
	width:250px;
	height:55px;
	float:left;
}
.box2{
	width:205px;
	float:left;
	margin-left:20px;
	padding:10px;
	height:150px;;
}
.box3{
	width:400px;
	float:left;
	margin:0px;
	padding:10px;
	height:auto;
}
.box3 p {
	font-weight:bold;
	color:#003399;
	font-size:1.5em;
	line-height:150%;
}
.box4{
	width:250px;
	float:left;
	margin:0px;
	padding:10px;
	height:auto;
	font-weight:bold;
	color:#000000;
	font-size:1.2em;
	margin-left: 40px;
}
input,select {
	margin:3px 0 8px;
	border-style:solid;
	border-color: #336699;
    border-width:1px;
	width: 160px;
}
.submit input{
	display:block;
	font-size:1em;
	padding-left:0.8em;
	padding-right:0.8em;
	line-height:140%;
	text-align:center;
	font-weight:bold;
	background-image:url(../images/bg_button.gif);
	border: solid #8bb2db 1px;
	height:auto;
	margin: 2px;
	color:#B34141;
	text-decoration:none;
	width:120px;
	cursor:pointer;
	cursor:hand;
}

input#mobileno {
	width: 100px;
}

input.invalid { background-color: #FF9; border: 2px red inset;}
label.invalid { color: #F00;}

div#errorbox{ 
	visibility:visible; 
	display:block;
	width:400px;
	/* margin: auto; */
	margin-bottom: 10px;
	background:#FFFFFF;
	text-align:center; 
	font-size: x-small; 
	padding-left:0; 
	color:#FF0000;
}
div#errorbox p{padding:0; list-style:none; }

div#errorbox li{list-style:none; }
