/*---------------------form----------------*/
#form{
width:270px;
height:270px;
float:left;
padding:70px 0 0 100px; 
}
input.input{
border-left:none;
border-right:none;
border-top:none;
border-bottom:2px #000000 dashed;
background:transparent;
width:180px;
float:right;
}
input.file_1{
border-left:none;
border-right:none;
border-top:none;
border-bottom:1px #000000 dashed;
background:transparent;
float:left;
margin-left:40px;
width:100px;
}
textarea.textarea{
width:180px;
float:right;
height:75px;
border:none;
background:url(images/form_bg.gif) no-repeat left center ;
margin-top:10px;
}

label{
float:left;
padding-top:3px;
}
.clear{
clear:both;
height:8px;
}
.form_line{
height:30px;
}

/*------------------send buttons------------*/
/*#send{
float:left;
padding:100px 0 0 143px; 
} */
/*-------------------footer-------*/
