/*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:250px;
	width:300px;
	background:url(bg.gif)
}
	


/*text*/

.text {
	color:#4c4c4c;
	font-family:"Helvetica Neue Bold",Helvetica,Arial,Sans-serif;
	font-size:18px;
	font-weight:bold;
	padding-left:5px;
	text-align:center;
	padding-top:5px;

}




.radiobtn{
	color:#757575;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	left:25px;
	position:relative;
	top:20px;
	width:250px;
}


/*Dropdown*/
.drpdwn {
padding-left:85px;
position:relative;
top:40px;
width:160px;
}


/*Button*/


.button_wrapper {
	padding-left:10px;
position:relative;
top:60px;
width:250px;
}


input.button {
	background:#cc81be none repeat scroll 0 0;
	border:1px solid #cc81be;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	height:20px;
	margin-bottom:5px;
	margin-left:5px;
	width:115px;
}

input.buttonhover {
	background:#f3a7dc none repeat scroll 0 0;
	border:1px solid #cc81be;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	height:20px;
	margin-bottom:5px;
	margin-left:5px;
	width:115px;

}
