@charset "utf-8";
div#main-contents-inner {
	width: 99%;
}
div#main-contents-inner p.leading{
	padding: 10px 20px;
}


#theform{
	width:95%;
	margin-left: 10px;
}

form#theform table {
	margin: 10px;
}
form#theform table td {
	vertical-align: top;
	padding: 5px;
}
#theform label{
	margin-right:20px;
}


#theform fieldset{
	margin: 0 0 20px;
	border-top: 1px solid #ccc;
	width: 100%;
}

legend{
	color:#4D90D6;
	padding:10px 0 10px;
}


#theform .formsubmit{
	font-size: 0.9em;
	padding: 30px 0 0 0;
	text-align: center;
}

.inputtext{
	border: 1px solid #ccc;
}

#theform select{
	border: 1px solid #666666;
}

input.submit{
	font-size:1.1em;
	padding:2px 5px;
	margin-right: 5px;
}

.textarea {
	width: 300px;
	height: 100px;
}
span.red {
	color: #E6382F;
}
