/*@charset "utf-8";
 CSS Document 
*
{
padding:0px;
margin:0px;
}
body
{
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.2em;
text-align:center;
background:url(images/bg.jpg) repeat top left;
padding:25px 0px 25px 0px;
}
h2
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:30px;
line-height:35px;
text-align:center;
color:#ffffff;
}*/
small
{
font-size:10px;
}
#wrapper
{
width:548px;
margin:20px auto 0px auto;
text-align:left;
padding:0px;
}
#form_div
{
width:548px;
float:left;
overflow:hidden;
padding:0px;
margin:0px 0px 40px 0px;
}
#form_div_top
{
padding:0px;
margin:0px;
float:left;
overflow:hidden;
width:548px;
height:43px;
background:url(images/top_red.png) no-repeat top left;
}
#form_div_content
{
margin:0px;
float:left;
overflow:hidden;
width:508px;
padding:20px;
background:url(images/middle_repeat.png) repeat-y top left;
}
.form_row
{
margin:0px 0px 15px 0px;
float:left;
width:508px;
}
.row_label
{
width:125px;
float:left;
overflow:hidden;
padding:0px;
margin:0px;
color:#ffcf3d;
line-height:31px;
font-size:18px;
}
.text_box
{
float:left;
overflow:hidden;
width:183px;
height:25px;
line-height:25px;
border:0px;
padding:4px;
color:#ffffff;
background:url(images/input_box1.png) no-repeat top left;
}
.text_area
{
float:left;
overflow:hidden;
width:183px;
height:73px;
line-height:25px;
border:0px;
padding:4px;
color:#ffffff;
background:url(images/text_area_bg.png) no-repeat top left;
}
.row_field
	{
		border:0px solid red;
		width:343px;
		float:left;
		padding:0px;
		margin:0px;
	}
#form_div_bottom
{
padding:0px;
margin:0px;
float:left;
overflow:hidden;
width:548px;
height:25px;
background:url(images/bottom.png) no-repeat top left;
}
#searchResultForm label.error{
border:0px solid red;
margin:-25px 0px 0px 170px;
color:#000000;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:normal;
font-size:11px;
width:181px;
height:26px;
background:url(images/error_bg.png) no-repeat top left;
overflow:hidden;
float:left;
padding:5px 0px 5px 10px;
position:relative;
}
#captcha
{
float:left;
overflow:hidden;
padding:0px;
margin:0px 10px 0px 0px;
}