@charset"utf-8";

/*====contact.css====================================================*/


/*----contactForm----------------------------------------------------*/

div#contactForm table{
border-collapse:collapse;
width:100%;
}

div#contactForm table tr th{
vertical-align:top;
border:2px solid #ffffff;
border-collapse:collapse;
padding:4px;
text-align:left;
width:120px;
background:#ededed;
}

div#contactForm table tr td{
border:2px solid #ffffff;
border-collapse:collapse;
padding:4px;
background:#f8f8f8;
}

div#contactForm table tr td input{
width:300px;
}

div#contactForm table tr td textarea{
width:98%;
height:300px;
}

/*----submit---------------------------------------------------------*/

div#contactForm input#submit{
width:150px;
margin:10px 0;
}


