



div.contact_form
{
	width: 199px;
	margin-top: 130px;
}

div.contact_form_head
{
	background:url(images/contact_form_top.jpg) top left no-repeat;
	height: 50px;
}

div.contact_form_content
{
	 background: #E6E8E7 url(images/contact_form_mid.jpg) top repeat-y
}

div.contact_form_footer
{
	background:url(images/contact_form_bottom.jpg) top left no-repeat;
	height: 30px;
}



div.contact_form_content input,div.contact_form_content select,div.contact_form_content textarea
{
	width: 175px;
	margin: 5px;
	color: #6d4385;
	font:13px/16px tahoma, arial, helvetica, sans-serif;
}


#submit 
{
    background: url(/images/send_button.jpg) no-repeat;
    height: 24px;
    width: 75px;
    border: none;
	cursor:pointer;cursor:hand;
}






div.counter_form
{
	width: 201px;
	margin-top: 0px;
}

div.counter_form_head
{
	background:url(images/counter_form_top.jpg) top left no-repeat;
	height: 78px;
}

div.counter_form_content
{
	 background: #E6E8E7 url(images/counter_form_mid.jpg) top repeat-y
}

div.counter_form_footer
{
	background:url(images/counter_form_bottom.jpg) top left no-repeat;
	height: 30px;
}

br.clear
{
	clear: both;
}

.counter_form_content div
{
	font:12px tahoma, arial, helvetica, sans-serif;
	text-align: left;
	width: 92px;
	height: 30px;
	float: left;
	text-align: right;
	padding: 2px;
}

div.counter_form_content input,div.counter_form_content select,div.counter_form_content.textarea
{
	width: 80px;
	
	color: #6d4385;
	font:12px tahoma, arial, helvetica, sans-serif;
}

.counter_form_content label
{
	padding-left: 8px;
	font-weight: bold;
}

div.counter_form_content #submit 
{
    background: url(./images/submit_button.jpg) no-repeat;
    height: 24px;
    width: 75px;
    border: none;
	cursor:pointer;cursor:hand;
}

div.counter_result_container
{
    background: url(./images/scales.jpg) no-repeat;
    height: 438px;
    width: 451px;
}

div.counter_result
{
	padding: 100px;
}

div.result_head
{
	font: 15px tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #5b3195;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;	
}

div.result_body
{
	font: 15px tahoma, arial, helvetica, sans-serif;
	text-align: center;
}

div.result_recommendation
{
	border-top: 1px dashed #5b3195;
	padding-top: 10px;
	margin-top: 5px;	
	font: 15px tahoma, arial, helvetica, sans-serif;
	text-align: center;
}

div.result_recommendation_head
{
	font-weight: bold;
	color: #5b3195;
}





