@charset "utf-8";

#contents table.mail_table {
	margin-top: 0px;
	margin-bottom: 0;
}

table.mail_table th {
    color: #515253;
    font-weight: bold;
    text-align: left;
    width: 150px;
}

.red {
	color: #BE0000;
}


#contents table td.contacttd {
	border: 0;
	text-align: center;
	padding-top: 30px;
}

select {
	width: 51%;
}

input {
	width: 50%;
}

td.contacttd input {
	width: auto;
}

#submit {
	background-image: url(../img/btn_submit.gif);
	border: 0;
	width: 172px;
	height: 30px;
	text-indent: -9999px;
}

#reset {
	background-image: url(../img/btn_reset.gif);
	border: 0;
	width: 172px;
	height: 30px;
	text-indent: -9999px;
}

#send,#send2 {
	background-image: url(../img/btn_send.gif);
	border: 0;
	width: 172px;
	height: 30px;
	text-indent: -9999px;
}
