/* CSS Document */

/* over write */

#mainBox .inner {
	padding-top:10px;
}

/* over write */

table {
	width:500px;
}

table th {
	color:#3A7CE6;
	font-weight:bold;
	padding:10px 0;
	width:150px;
	text-align:center;
	border:1px solid #DFDFDF;
}
table td {
	padding:10px;
	border:1px solid #DFDFDF;
}
table td input.ltext {
	margin:2px 0;
	width:250px;
}
table td input.mtext {
	margin:2px 0;
	width:200px;
}
table td textarea.ltext {
	width:300px;
	height:45px;
}
table td textarea.mtext {
	width:250px;
	height:45px;
}
table td ul li {
	display:inline;
	margin-right:15px;
}
table td ul li.other {
	display:list-item;
}
table td ul li input {
	margin-right:3px;
}

table .caution th, table .caution td {
	color:#f00;
}
table .caution ul li {
	display:list-item;
	margin-right:0;
}

#submitBox {
	margin:15px 0 0;
	text-align:center;
}
#submitBox input {
	margin:0 10px;
}