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

#contents .box form table {
	width: 90%;
}

#contents .box form table tr td {
	padding: 3px 2px 3px 4px;
}
#contents .box form table tr td input {
	margin: 3px 0 3px 0;
}

/************** #mailform styles **************/

#contents .box form input {
}

#mailform .mailform textarea {
	font-size: 1em;
}
#contents .box form .border {
	padding: 3px;
	width: 688px;
	background: #f4f4f4;
}




input#button_sendmail {
	width: 150px;
	height: 46px;
	overflow: hidden;
	border: none;
	cursor: pointer;
	background: url(../contact_form/img/confirm.png);
	font-size: 0.48em;
	color: #ccc;
	padding: 27px 0 0 0;
	
}
input#button_reset {
	margin-right: 20px;
	width: 150px;
	height: 46px;
	overflow: hidden;
	border: none;
	cursor: pointer;
	background: url(../contact_form/img/cancel.png);
	color: #ccc;
	font-size: 0.45em;
	padding: 27px 0 0 0;
}

.alert {
	font-weight: bold;
	color: #F00;
}
.guideflame {
	padding: 7px;
	width: 625px;
}
.guideflame input {
	border: 1px solid #FFF;
}
.hidden {display:none;}
