@charset "utf-8";

article table.table td.error {
	font-size: 100%;
}
article table.table td span.example {
	font-size: 12px;
}
article table.table th {
	width: 30%;
}
article table.table th span {
	float: right;

	background-color: #36C;
	color: #fff;
	padding: 3px 10px;
	font-weight: normal;
	font-size: 85%;
	/*
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	*/
	behavior: url(/PIE.htc);
}
article table.table th span.need {
	background-color: #C30;
}

article form input[type="text"],
article form input[type="password"],
article form textarea,
article form select {
	width: 100%;
	margin-right: 10px;
	border: 1px solid #bbb;
	padding: 0 5px;
	outline: none;
}

article form input[type="text"]:focus,
article form input[type="password"]:focus,
article form textarea:focus,
article form select:focus {
	box-shadow: none;
	background-color: #F9F8E8;
	border: 1px solid #CAC582;
}


article form table.table td input,
article form table.table td textarea {
	max-width: 550px;
}
label.error,
article form table.table td.error span.validationMessage {
	color: #fff;
	background-color: #C30;
	padding: 5px;
	font-size: 85%;
	white-space: nowrap;

	/*
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	behavior: url(/PIE.htc);
	*/
}
article form table.table td.error textarea,
article form table.table td.error input {
	background: #FFDDDD url(../img/error.png) no-repeat right center;
}
article form table.table td.error textarea {
	background-position: right bottom;
}
article form table.table td.valid textarea,
article form table.table td.valid input {
	background:url(../img/valid.png) no-repeat right center;
}
article form table.table td.valid textarea {
	background-position: right bottom;
}
article form input.sendbtn {
	padding: 10px 0;
	width: 160px;
}
article .btn2 {
	margin: 0 auto;
	text-align: center;
	width: 360px;
}
article .btn2 input {
	/*display: inline-block;*/
	float: left;
	margin: 0 10px;
}


article .error-message {
	color: #CC3300;
	background: #FFE6E6;
	padding: 10px;
	margin-bottom: 30px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	behavior: url(/PIE.htc);
}
article .error-message ul {
	margin-bottom: 0;
	margin-left: 23px;
}

.check-group input {
	margin-right: 5px;
}
.check-group label {
	display: block;
}

.submit {
	font-size: 16px;
	color: #fff;
	background: #18499A;
	border: none;
	padding: 12px 50px;
}
.submit:hover {
	background: #1c5ac9;
}

@media screen and (max-width: 767px) {
	article form table td textarea,
	article form table td input {
		width: 100%;
	}
}