@charset "utf-8";
/* CSS Document */
body
{
margin:0px;
padding:0px;
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:normal;
color:#000000;
}
#form_bg
{
background-image:url(images/form_bg.jpg);
background-position:left top;
background-repeat:no-repeat;
height:345px;
}
#form_bg1
{
background-image:url(images/form_bg1.jpg);
background-position:left top;
background-repeat:no-repeat;
height:117px;
padding-left:15px;
padding-right:15px;
font-size:11px;
}

.input_box1
{
width:174px;
}
.input_box2
{
width:154px;
}
.input_box3
{
width:76px;
}
.input_box4
{
width:108px;
}
.input_box5
{
width:130px;
}

.left_bottom_bg
{
background-image:url(images/left_bottm_bg.jpg);
background-position:top left;
background-repeat:no-repeat;
background-color:#000000;
height:4px;
font-size:11px;
color:#FFFFFF;
}
.bottom_bg_repeat
{
background-image:url(images/bottom_bg_repeat.jpg);
background-repeat:repeat-x;
height:46px;
color:#ffae00;
}
.right_bottom_bg
{
background-image:url(images/right_bottm_bg.jpg);
background-position:top left;
background-repeat:no-repeat;
background-color:#000000;
height:4px;
font-size:11px;
color:#FFFFFF;
padding-right:23px;
}
.link
{
color:#ffae00;
text-decoration:none;
}
.resi_comm
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:normal;
}
input:focus, textarea:focus, select:focus {background:#ffc;}