/*General styles*/
* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#818181;
}

#container {
	background-color:#E5E5E5;
	border:1px solid #D2D2D2;
	color:#818181;
	height:209px;
	width:270px;
	background:url(../img/bg.gif)
}
	


/*text*/

.text {
	color:#2e579f;
	font-family:"Helvetica Neue Bold",Helvetica,Arial,Sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	text-align:center;
	padding-top:5px;

}




.radiobtn{
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
left:25px;
position:relative;
top:20px;
width:200px;
}


/*Dropdown*/
.drpdwn {
	padding-left:45px;
	position:relative;
	top:40px;
	width:160px;
}


/*Button*/


.button_wrapper {
	position:relative;
	top:60px;
	width:200;
}


input.button {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #23438F;
color:#23438F;
cursor:pointer;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
height:22px;
margin-bottom:5px;
margin-left:5px;
width:125px;
font-weight:bold;

}

input.buttonhover {
background:#f5f2ea none repeat scroll 0 0;
border:1px solid #23438F;
color:#23438F;
cursor:pointer;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
height:22px;
margin-bottom:5px;
margin-left:5px;
width:125px;
font-weight:bold;


}
