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

#contact #main-inner {
	margin:0 0 0 10px;
}


#contact h2 {
	margin:0 0 30px 0;
}

table.contact-form {
	margin:0 0 45px;
}

table.contact-form td{

	padding:4px 4px 4px 0;
	border-bottom: thin solid #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight:normal;
}


table.contact-form th {

	padding:7px;
	border-bottom: thin solid #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight:normal;
	text-align:left;
}


input.input1 {
	border:none;
	width:200px;
}

textarea.input2 {
	width:480px;
	border: 1px solid #CCCCCC;
}

.b-box{
	width:500px;
	text-align:center;
	margin:0 0 50px 0;
}
