/* contact
---------------------------------------------------- */
table{
	margin-left:20px;	
}
td{
	padding:15px 20px;
	background-color:#dfdff2;
}
td.bottom{
	padding:30px 20px 20px 20px!important;
}
td.form01 {
	background:#7979aa;
	color:#fff;
	font-weight:bold;
	border:dotted 1px #fff;
}
td.form011 {
	vertical-align:top;
	background:#7979aa;
	color:#fff;
	font-weight:bold;
	border:dotted 1px #fff;
}
td.form02 {
	border:dotted 1px #fff;
}
td.form022 {
	border:dotted 1px #fff;
	vertical-align:top;
}
input, select, textarea {
	border-style:solid;
	border-width:1px;
	border-color:#7979aa;
	vertical-align:middle;
	background-color:#fff;
}
input{
	margin-right:20px;
	padding:2px 5px;
}
.btm_submit {
    border:0px;
    width:110px;
    height:40px;
	margin-right:20px;
	background:url(../img/submit.png) no-repeat 0 bottom;
	cursor:pointer;
}
.btm_reset {
    border:0px;
    width:110px;
    height:40px;
	margin-right:20px;
	background:url(../img/reset.png) no-repeat 0 bottom;
	cursor:pointer;
}
/* ------------------------------------------------- */
