.main
{
	background:url('../images/carpic.gif');
	background-repeat: no-repeat;
	text-align:right;
	font-family:tahoma !important;
	height:676px;
	
	
	
}
.main div.title
{
	font-size:12px;
	font-weight:bold;
	text-indent:73px;	
	margin-bottom:10px;
}
.main img.dot
{
	position:relative;
	top:-1px;
}
div.questions{
	width:750px;
	margin:auto;
	border:3px solid #EFEFEF;
	background:#fff;
	opacity: .9;
	filter: alpha(opacity=90);
}
div.questions table.agent_sign
{
	margin:0 auto;
	text-align:right;
	margin-top:20px;
	line-height:25px;	
}
div.questions table.agent_sign th
{
	font-size:11px;
	color:black;
	
}
div.questions table.agent_sign td
{
	font-size:10px;
}
div.questions table.agent_sign select,div.questions table.agent_sign textarea,div.questions table.agent_sign input.text
{
	width:138px;
	background:#ECECEC;
	border:none;
	border:1px solid #DEDEDE;
	font-family:tahoma;
	font-size:11px;
}
div.questions table.agent_sign select
{
	width:140px!important;
	#width:142px!important;
}
div.questions table.agent_sign td.spaces
{
	width:100px;
}
div.questions table.agent_sign td.submit_but
{
	text-align:left
}
input.signupbutton{
	background:url('../images/signup.png');
	border:0px;
	height:32px;
	width:130px;
}
