@charset "utf-8";

.contact{
	
}

.contact .intro{
	font-size:0.9em;
	width:90%;
	margin:0 auto;
}

.contact form{
	width:640px;
	margin:15px auto;
}

.contact form table{
	font-size:0.9em;
	border:1px solid #CCC;
}

.contact form table th,
.contact form table td{
	padding:5px 10px;
	border-bottom:1px solid #CCC;
}

.contact form table th{
	width:150px;
	background:#F0F0F0;
}

.contact form table td{
	width:400px;
}

.contact form input,
.contact form textarea{
	width:100%;
	margin:10px 0;
}

input.box120{
	width:120px !important;
}

input.box60{
	width:60px !important;
}

input.box380{
	width:380px !important;
}

.submit{
	text-align:center;
}

.submit input{
	width:auto !important;
}