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

div#contents p {
	font-size:12px;
	line-height:18px;
}

div#contents div.displayErr {
	width:658px;
	margin:18px auto 3px;
	padding:21px;
	background-color:rgb(73, 35, 13);
	font-weight:bold;
	background-image:url(../img/err.png);
	background-repeat:no-repeat;
}

div#contents p.errStr {
	margin-left:21px;
	color:rgb(255,224,60);
}

div#contents table.input {
	width:700px;
	margin:0 auto;
	
}

div#contents table.input sup {
	color:rgb(255,224,60);
	font-size:10px;
}

div#contents table.input th {
	white-space:nowrap;
	text-align:right;
	font-weight:normal;
	background-image:url(../img/th.png);
	background-repeat:no-repeat;
}

div#contents table.input td {
	background-image:url(../img/td.png);
	background-repeat:no-repeat;
}

div#contents table.input td input, div#contents table.input td textarea, div#contents table.input td select {
	font-size:12px;
	line-height:18px;
	border:1px solid rgb(31,31,31);
	padding:2px;
}

div#contents table.input td, table.input th {
	padding:7px 14px 3px;
	font-size:12px;
	line-height:20px;
	border-bottom:1px solid rgb(123, 97, 6);
}

div#contents p.doubleHeight {	
	line-height:30px !important;
	padding-bottom:18px;
}