@CHARSET "UTF-8";

/* --------------------- Table */
#dt_area_content table.formTable {
	border-collapse: collapse;
	border-spacing: 0px;
}

#dt_area_content table.formTable col.formRowHeader {
	width: 170px;
}

#dt_area_content table.formTable th.formRowHeader {
	text-align: left;
}

#dt_area_content table.buttonLayoutTable {
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: none; 
	text-align: center;
}

#dt_area_content table.buttonLayoutTable td {
	border-style: none; 
}

/* --------------------- Font */
.cautionSymbolColor {
	color: #ff0000;
	font-weight: bold;
}

.cautionFont {
	font-size: 12px;
}

/* --------------------- Input */
input.formInput {
	border: 1px solid #aaaaaa;
	color: #333333;
	font-size: 100%;
}

input.formRadio {
	vertical-align: middle;
}

input.formCheck {
	vertical-align: middle;	
}

/* --------------------- Textarea */
textarea.formTextContents {
	border: 1px solid #aaaaaa;
	color: #333333;
	font-size: 100%;
	font-family: sans-serif;
}

/* --------------------- Input Width */
.aThirdWidth {
	width: 119px;
}

.halfWidth {
	width: 179px;
}

.twoThirdsWidth {
	width: 238px;
}

.fullWidth {
	width: 357px;
}

/* --------------------- Input Height */
.smallHeight {
	height: 95px;
}

.mediumHeight {
	height: 155px;
}

.largeHeight {
	height: 285px;
}

/* --------------------- Button */
input.formButton {
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px 10px 0px 10px;
	height: 28px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #004682;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc #004682 #004682 #cccccc;
	background:url("../images/style/form_btn_bg.gif") repeat-x left top #ffffff;
}

/* --------------------- form2 */
h4.form2ItemTitle {
	margin: 0 0 6px 0;
	padding-left: 6px;
	border-left:solid 2px #15b0a3;
	color: #004682;
	/*font-size:87.5%;*/
	font-size: 14px;
}

.form2ItemValue {
	margin: 0 0 25px 10px;
}

h2.form2HeadlineMiddle {
	margin: 0 0 15px 0;
	padding: 10px 10px 10px;
	border-width: 1px 1px 2px;
	border-color: #ccc #15b0a3 #004682;
	border-style: solid;
	color:#004682;
	background:url("../images/style/h2_bg.gif") repeat-x left bottom #fff;
	/*font-size: 100%;*/
	font-size: 16px;
}

.form2Note {
	margin: 0 0 15px 0;
}

.form2Text2 {
	margin: 15px 0;
}