/* CSS Document */
#side_form
{	
	position:fixed;
	width:232px;
	right:0;
	top:150px;
	z-index:9999;

}	
.bottom_cor
{
	float:left;
	width:232px;
}	
.bottom_cor img
{
	float:right;
}
.form_area_back
{
	background:url(../images/mm.png) bottom right repeat-y;
	float:left;
	width:232px;
}
form
{
	margin:0px;
	padding:0px;
}
.form_area
{
	background:url(../images/m_t.png) bottom right no-repeat;
	float:left;
	width:184px;
	padding:0px 25px;
	min-height:263px;
}
.field_container{
	float:left;
	width:184px;
	margin:5px 0 10px 0;
}
.form_white
{
	float:left;
	width:62px;
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
}
.form_white1
{
	float:left;
	width:6px;
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
}
.text_ar{
	width:112px;
	float:left
}
.white_text
{
	background:url(../images/tta.png) left top no-repeat;
	width:112px;
	height:19px;
	border:none;
	margin:0 0 0 4px;
	padding:0 3px;
}
.send
{
	background:url(../images/send.png) left top no-repeat;
	width:63px;
	height:25px;
	border:none;
	cursor:pointer
}
.side_are
{
	position:absolute;
	margin:120px 0 0 -101px;
	cursor:pointer
}