@charset "utf-8";
/* CSS Document */


/* ----------- estimate_form ----------- */

.formarea{
margin:0 0 10px 0;
font:11px Arial,Georgia,serif;
line-height:11px;
}
.formbox{
float:left;
margin:5px 10px 0 0;
}

.qty {
width:18px;
}

#estimate_form select, input, textarea, button{
font:11px Arial,Georgia,serif;
margin:0 4px 0 5px;
}
#estimate_form label {
display: block;
margin:0 0 5px 0;
}

#estimate_form textarea{
width:520px;
height:50px;
}

#estimate_form imput{
width:150px;
}


#estimate_form .submit_img{
clear:both;
margin-left:50px;
width:100px;
height:30px;
text-align:center;
background: transparent url(../images/submit.gif) top center no-repeat;
display: block;
color:#ffffff;
font-size:11px;
font-weight:bold;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */

}
