div#content form
{	margin:		0;
	padding:	0;
	position:	relative;
	width:		410px;
	left:		50%;
	margin:		0 0 0 -205px;
}

div#content form p
{	margin: 	0 0 3px 0;
	min-height:	45px;
	padding:	0 !important;
	clear:		both;
	width:		430px;
}
	
div#content form input, div#content form textarea, div#content form select
{ 	font-size:  15px;
    margin:     0 3px 3px 0;
}

div#content form textarea{ height: 75px !important; }
div#content form select{ 	height: 24px !important;}
  
div#content form .whole { width: 400px;}
div#content form .half{  width: 197px; float: left; width: 196px !ie;}
div#content form .third{ width: 129px; float: left; width: 128px !ie;}
div#content form .fourth{width: 100px; float: left;}
div#content form input.check{ border: 0; margin: 0;}

div#content form label
{ 	display: block;
	text-align:left;
	font-weight:bold;
}
div#content form label.half{ width: 203px; float: left;}
div#content form label.third, div#main form b.third{width: 136px; float: left;}
   
div#content form .submit
{	padding:          3px 5px;
	margin-top:       4px;
	height:           auto !important;
	font-size:        13px !important;
}
div#content form p.col
{	clear:		none;
	float:		left;
	min-height:	20px;
	width:		42%;
	padding:	0 0 0 18px !important;
}
div#content form p.col input.check
{	margin:		0 0 0 -18px;
	position:	relative;
}
div#content form div.input
{ 
}

div#content form p#spf
{	display:		none;
}
div#content form.quiz
{	left:		0;
	margin-left:0;
	width:		100%;
}
div#content form.quiz table
{	border-collapse:	collapse;
}
div#content form.quiz table td
{
	padding:			5px;
}
div#content form.quiz table td.check
{	text-align:			center;
}
div#content form table tr.head td
{	font-weight:	bold;
	text-align:		center;
	border-bottom:	1px solid #DDE3F1;
	line-height:	14px;
	vertical-align:	bottom;
}
div#content form table tr.even td
{		
}
div#content form table tr.odd td
{	background:			#EFF3FA
}