@charset "utf-8";

/*--------------------------------------------------*/

table.form {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #D7CBBB;
	border-right-color: #D7CBBB;
	border-left-color: #D7CBBB;
	line-height: 1.6em;
}
table.form,
div.btnSpc,
div.inqType {
	margin-left: 10px;
	width: 95%;
}

table.form th, table.form td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}


table.form th {
	text-align: left;
	padding-left: 10px;
	padding-right: 15px;
	background-color: #F3EFE9;
	color: #664633;
	width: 140px;
	font-weight: normal;
}

table.form td {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FCFBF8;
}
table.form caption {
	text-align: left;
}

table.form .exsam {
	color: #999999;
	font-size: 10px;
}

/*--------------------------------------------------*/

div.btnSpc {
	background-color: #C6B9AA;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AA977B;
	border-bottom-color: #AA977B;
}

div.inqType {
	background-color: #AA977B;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BEAF9A;
	border-bottom-color: #BEAF9A;
}

/*--------------------------------------------------*/

dl.err {
	margin-right: 10px;
	margin-left: 10px;
	border: 3px double #E3A248;
	background-color: #FFFAF0;
	background-image: url(../../contact/images/alert.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

dl.err dt {
	background-color: #E3A248;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
dl.err li {
	line-height: 1.5em!important;
	list-style-type: square!important;
	padding-left: 0px!important;
	margin-left: 20px!important;
	color: #993300;
}

/*--------------------------------------------------*/

dl.thanks {
	margin-right: 10px;
	margin-left: 10px;
	border: 3px double #ABD3E2;
	background-color: #F0FDFF;
	background-image: url(../../contact/images/thanks.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 10px;
}
dl.thanks dd {
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #006699;
}


dl.thanks dt {
	background-color: #16A0BE;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}


/*--------------------------------------------------*/


label {
	margin-right: 15px;
}

/*--------------------------------------------------*/


.w100per {
	width: 98%;
}

.hissu {
	font-size: 10px;
	color: #CC0000;
}

