@charset "utf-8";

/*-----------------------------------------------------
 Contact page
-------------------------------------------------------*/
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

#container {
	padding: 35px 0;
	color: #FFF;
	font-size: 12px;
}

.holder {
	width: 290px;
	margin: 0 auto;
}

.box { margin: 25px 0 0; }

.inner {
	margin: 15px 0 0;
	padding: 10px 10px 20px;
	background: url(/sp/img/contact/bg.png) repeat 0 0;
	border: 1px solid #1a6270;
}

.inner-box { padding: 5px; }

.title { text-align: center; }

.heading {
	width: 290px;
	height: 26px;
	padding: 0;
	background: url(/sp/img/contact/bg_heading.png) 0 100% no-repeat;
	background-size: 290px 18px;
}

.crosshead {
	width: 268px;
	height: 26px;
	margin: 20px 0 0;
	padding: 0 0 0 5px;
	background: url(/sp/img/contact/bg_crosshead.png) 0 100% no-repeat;
	background-size: 268px 7px;
	font-size: 14px;
	font-weight: bold;
}

.line {
	padding: 0 0 10px;
	background: url(/sp/img/contact/bg_line.png) 0 100% no-repeat;
	background-size: 268px 7px;
}

.form { margin: 10px 0 0; }
.form li { margin: 10px 0 0; }
.form .label { font-weight: bold; }
.form .value { margin: 3px 0 0; }
.form input.text {
	width: 250px;
	height: 20px;
	border: none;
}
.form .selectbox {
	width: 250px;
	height: 30px;
}
.form .notice {
	clear: both;
	display: block;
	font-size: 10px;
}
.form .notice strong { color: #FBCC1B; }
.form_btn { margin: 15px 0 0; }
.link_btn { margin: 15px 0 0; }

.link {
	margin: 10px 0 0;
	padding: 0 0 0 15px;
	background: url(/sp/img/contact/icon_chevron.png) 0 50% no-repeat;
	background-size: 10px 12px;
}
.link a { text-decoration: underline; }

input[type='checkbox'],
input[type='radio'] {
	filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
	position: absolute;
}
.no-js input[type='checkbox'],
.no-js input[type='radio'] {
	filter: alpha(opacity=1); -moz-opacity:1; opacity:1;
	position: static;
}
.c_on { background-position:left bottom; }

.inputTxtError, .inputTxtError:-webkit-autofill {
	background-color: #ffcdcd !important;
	-webkit-box-shadow: 0 0 0 1000px #ffcdcd inset;
}

.txtError {
	color: #ff0000;
}

.parag {
    padding-bottom: 10px;
    margin: 10px 0;
    border-bottom: 1px dashed #71D7D8;
}

#contact input[type="submit"] {
	width: 257px;
	height: 48px;
	background: url('/sp/img/contact/btn_confirm.png') transparent top center no-repeat;
	background-size: 257px 48px;
	border: none;
}

.txt_warning {
	color: #fbcc1b;
}

#contact .inputX2 input[type="text"] {
    width: 95px;
}

#contact textarea {
    width: 250px;
    height: 150px;
}

#contact .formComfirm li {
    border-bottom: 1px dashed #71D7D8;
    padding-bottom: 5px;
}

#contact .formComfirm .label {
	float: left;
	width: 115px;
	padding: 2px 0 0;
}

#contact .formComfirm .value {
	float: left;
	width: 115px;
	font-size: 13px;
}

#contact .form_btn input {
	display: block;
	width: 123px;
	height: 48px;
	margin: 0 auto;
}




















