@charset "utf-8";
/* CSS Document */
*
small
{
font-size:10px;
}
#wrapper
{
width:460px;
margin:0px auto 0px auto;
text-align:left;
padding:0px;
}
#form_div
{
width:690px;
float:left;
overflow:hidden;
padding:0px;
margin:0px 0px 0px 0px;
}
#form_div_top
{
padding:0px;
margin:0px;
float:left;
overflow:hidden;
width:690px;
height:43px;
background:url('../../../Users/Francesco/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/OJ3I18VN/images/top_red.png') no-repeat top left;
}
#form_div_content
{
margin:0px;
float:left;
overflow:hidden;
width:650px;
padding:20px;
/* background:url('images/middle_repeat.png') repeat-y top left; */
}
.form_row
{
margin:0px 0px 15px 0px;
float:left;
width:408px;
}
.row_label
{
width:225px;
float:left;
overflow:hidden;
padding:0px;
margin:0px;
color:#808080;
line-height:31px;
font-size:14px;
font-style:italic;
}
.text_box
{
float:left;
overflow:hidden;
width:643px;
height:25px;
line-height:25px;
border:0px none;
padding:4px;
color:#808080;
background-color:#DDD;
/* background:url('images/input_box1.png') no-repeat top left; */
font-weight:bold;
}
.text_area
{
float:left;
overflow:hidden;
width:643px;
height:173px;
line-height:25px;
border:0px none;
padding:4px;
color:#808080;
/* background:url('images/text_area_bg.png') no-repeat top left; */
background-color:#DDD;
font-weight:bold;
}
.row_field
{
width:383px;
float:left;
padding:0px;
margin:0px;
}
#form_div_bottom
{
padding:0px;
margin:0px;
float:left;
overflow:hidden;
width:460px;
height:25px;
background:url('../../../Users/Francesco/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/OJ3I18VN/images/bottom.png') no-repeat top left;
}
#submitForm label.error{ 
color:#FF0000;
font-weight:normal;
letter-spacing:normal;
font-size:14px;
width:281px;
height:26px;
/* background:url('images/error_bg.png') no-repeat top left; */
overflow:hidden;
float:left;
margin-left:0px; margin-right:0px; margin-top:10px; margin-bottom:0px; padding-left:10px; padding-right:0px; padding-top:5px; padding-bottom:5px
}
#captcha
{
float:left;
overflow:hidden;
padding:0px;
margin:0px 10px 0px 0px;
}