@charset "utf-8";
input[type="text"],
input[type="checkbox"],
input[type="password"],
textarea,
select {
	outline:none;
}
.focus {
	border: 1px solid #2e8dc9 !important;
}
.error {
	margin-top: 5px;
  color     : #991b16;
}
form {
}
#btBox {
	overflow:hidden;zoom:1;
	margin-top : 30px;
/*	margin-left: 220px;*/
}
#confirmBt {
	float: left;
}
#confirmError {
	float      : left;
	margin-left: 12px;
	margin-top : 6px;
	display    : none;
}
#backBt {
	float: left;
}
#sendBt {
	float      : left;
	margin-left: 10px;
}
#confirmBt input,
#sendBt input,
#backBt input {
/*	font-size     : 14px;*/
	font-weight   : bold;
	letter-spacing: 0.12em;
	color         : #fff;
	width         : 140px;
	line-height   : 32px;
  background    : #991b16;
	border-style  : none;
	border-radius : 2px;
	cursor:pointer;
}
#confirmBt input:hover,
#sendBt input:hover,
#backBt input:hover {
	opacity:0.8;
}
#backBt input {background:#991b16}
.field {
	overflow:hidden;zoom:1;
	padding       : 12px 0;
	border-bottom : 1px solid #ccc;
}
.firstField {
	border-top: 1px solid #ccc;
}
.field .left {
	float: left;
	width: 200px;
	padding:9px 0 8px;
	line-height:1.2;
}
.field .required {
	background: url(../img/required.png) no-repeat right 8px;
}
.field .right {
	width      : 590px;
	float      : left;
	margin-left: 20px;
}
.field select,
.field input,
.field textarea {
	color: #555;
}
.field select {
	height       : 30px;
	padding      : 4px;
	border       : 1px solid #a5a5a5;
	border-radius: 2px;
}
.field input {
	width        : 260px;
	height       : 20px;
	line-height  : 20px;
	padding      : 4px;
	border       : 1px solid #a5a5a5;
	border-radius: 2px;
}
.field textarea {
	font-size    : 14px;
	width        : 540px;
	height       : 180px;
	padding      : 4px;
	border       : 1px solid #a5a5a5;
	border-radius: 2px;
}
.field input.radioBtn {
	width        : 15px;
	height       : 30px;
	line-height  : 20px;
	padding      : 0;
	border       : none;
	border-radius: 2px;	
}
.mt15 {
	margin-top:15px;
}
