.form-style-2 {
}
.form-style-2-heading {
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
	font-size: 15px;
	padding-bottom: 3px;
}
.form-style-2 label {
	display: block;
	margin: 0px 0px 15px 0px;
	clear:both;
	height:auto;
}
.form-style-2 label > span {
	width: 250px;
	float: left;
	padding-top: 4px;
	text-align:right;
	padding-right: 15px;
}
.form-style-2 label > p {
	margin-left:250px;
	font-size:.85em;
	color:#666;
	padding:3px 0 0 !important;
}

.form-style-2 span.required {
	color: red;
}
.form-style-2 .tel-number-field {
	width: 40px;
	text-align: center;
}
.form-style-2 input.input-field {
	width: 48%;
}
.form-style-2 input.input-field, .form-style-2 .tel-number-field, .form-style-2 .textarea-field,  .form-style-2 .select-field, header #headerSearch input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #C2C2C2;
	box-shadow: 1px 1px 4px #EBEBEB;
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 7px;
	outline: none;
	display:inline-block;
}
select {
    padding:7px;
    margin: 0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
	border: 1px solid #C2C2C2;
    outline:none;
    display: inline-block;
    cursor:pointer;
}




.form-style-2 .input-field:focus, .form-style-2 .tel-number-field:focus, .form-style-2 .textarea-field:focus, .form-style-2 .select-field:focus {
	border: 1px solid #bf2025;
}
.form-style-2 .textarea-field {
	height: 100px;
	width: 55%;
}
.form-style-2 input[type=submit], .form-style-2 input[type=button], a.subUpdate  {
	border: none;
	padding: 8px 15px 8px 15px;
	box-shadow: 1px 1px 4px #DADADA;
	-moz-box-shadow: 1px 1px 4px #DADADA;
	-webkit-box-shadow: 1px 1px 4px #DADADA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #bf2025 none repeat scroll 0 0;
    color: #f0f0f0;
	text-transform:uppercase;
}
.front-end-editor input[type=submit]  {
	border: none;
	padding: 8px 15px 8px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #ddd none repeat scroll 0 0;
    color: #000;
	text-transform:uppercase;
	margin-top:17px;
}
.form-style-2 input[type=submit]:hover, .form-style-2 input[type=button]:hover, a.subUpdate:hover {
	background: #ddd;
	color: #000;
}
.front-end-editor input[type=submit]:hover {
	background: #252525;
	color: #f0f0f0;
	cursor:pointer;
}

a.subUpdate {
	font-size:12px;
}
header #headerSearch input {
    background: #fff url("../img/header_search_icon.png") no-repeat scroll right center;
    clear: both;
    font-size: 17px;
    width: 100%;
}

#bodyMainWrap .form-style-2 h3 {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
	display:block;
}
.form-style-2 .listBlock {
	display:inline-block;
	width:48%;
} 
.form-style-2 .listBlock span {
	display:block;
	margin-bottom:8px;
} 
.form-style-2 .listBlock span input {
	margin-right:10px;
} 
.form-style-2 .listBlock span  input[type=radio], .form-style-2 .listBlock span  input[type=checkbox] {
	margin-bottom:0px;
	margin-top:0px;
} 
.form-style-2 .listBlock span input.large {
	width:100%;
} 
.form-style-2 .listBlock span > p {
    color: #666;
    font-size: 0.85em;
    padding: 3px 0 0 !important;
}
/************* Froent End Editor ****************/
form.ajax {
}
.front-end-editor .ajax div label {
	display:block;
	font-size:80%;
	padding-left:3px;
	text-transform:uppercase;
	color:#fff;
}
.front-end-editor div {
	margin-right:10px;
}