/* CSS Document */

.errorfont {
	color:#FF0000;
	font-weight:bold;
}

div#container_voiceform {
	width: 520px;
	margin: auto;
	background: url(../img/common/bg_container.jpg) repeat-y top center;
}
div#container_form div#wrapper_voiceform {
	width: 520px;
	margin: auto;
	background: url(../img/common/bg_wrapper.jpg) repeat-y top center;
}

div#wrapper div#content_voiceform {
	width:520px;
	background: url(../img/common/bg_content.gif) repeat-y;
	text-align: left;
}

/* form
---------------------------------------- */
div#content_voiceform div#contact {
	padding-top: 10px;
}
div#content_voiceform div#contact h3 {
	margin-bottom: 20px;
}
div#content_voiceform div#contact div.section {
	margin: 0 20px;
	padding-bottom: 30px;
}
div#content_voiceform div#contact form {
	margin-top: 30px;
}
div#content_voiceform div#contact p.attention {
	margin-bottom: 10px;
	padding: 3px 5px;
	background-color: #FFFFE6;
}
div#content_voiceform div#contact table {
	width: 480px;
	margin-bottom: 30px;
}
div#content_voiceform div#contact table th,
div#content_voiceform div#contact table td {
	text-align: left;
	vertical-align: middle;
}
div#content_voiceform div#contact table th {
	width: 30%;
	padding: 0 5px;
	font-weight: normal;
}
div#content_voiceform div#contact table td {
	width: 70%;
}
div#content_voiceform div#contact table td.inner {
	padding: 0 10px;
	border-left: solid 2px #FDAC80;
}
div#content_voiceform div#contact em {
	margin-left: 5px;
	font-style: normal;
	font-weight: normal;
	font-size: x-small;
	color: #f00;
}
div#content_voiceform div#contact #submit {
	margin-bottom: 30px;
	text-align: center;
}
div#content_voiceform div#contact #submit input {
	width: 100px;
	margin: 0 10px;
	padding: 3px;
	border: 1px solid #bbb;
	background-color: #fff;
}
div#content_voiceform div#contact .text1 {
	width: 170px;
}
div#content_voiceform div#contact .text2 {
	width: 300px;
}
div#content_voiceform div#contact .text3 {
	width: 85px;
}
div#content_voiceform div#contact .text4 {
	width: 50px;
}
div#content_voiceform div#contact .text1,
div#content_voiceform div#contact .text2,
div#content_voiceform div#contact .text3,
div#content_voiceform div#contact .text4,
div#content_voiceform div#contact selecct {
	padding: 3px;
	border: 1px solid #bbb;
	background: #f5f5f5;
}
div#content_voiceform div#contact .radio input {
	margin-right: 5px;
	vertical-align: middle;
}
div#content_voiceform div#contact p.error {
	color: #FF0000;
	margin-bottom: 30px;
	font-size: medium;
	text-align: center;
}
div#content_voiceform div#contact p.caution {
	margin-bottom: 30px;
	text-align: center;
}
div#content_voiceform div#contact p.message {
	margin-bottom: 50px;
	text-align: center;
}
