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

#mailform{
	padding-bottom: 40px;
}

#contact_list{
	width:880px;
	margin:15px auto 30px auto;
	color:#505050;
	font-size:14px;
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
}

#contact_list td{
	height:50px;
	line-height:50px;
	border-top:1px solid #d7d7d7;
	padding-left: 25px;
}

#contact_list th{
	width:137px;
	padding-left:12px;
	background:#eae5e1;
	border-right:1px solid #d7d7d7;
	border-top: 1px solid #D7D7D7;
	text-align:left;
}

.td2{
	padding-left:26px;
}

.button{
	text-align:center;
}

/*
.button_send{
	height:55px;
	width:170px;
	background:url(../img/contact_send.gif) top no-repeat;
}

.button_send:hover{
	cursor:pointer;
}

.button_reset{
	height:55px;
	width:170px;
	background:url(../img/contact_reset.gif) top no-repeat;
}
*/

#thanks{
	padding:20px 0 40px 50px;
	font-size:14px;
	color:#333;
	line-height: 24px;
}

#thanks a{
	color: #558855;
}
