.news {
	padding: 0px;
}


.news label {
	display: block;
}
form.hide-label label {
	display: none;
}
.news hr {
    border-top: 1px solid #b8c3cd;
    margin-top: 30px;
    margin-bottom: 30px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
.news input[type=text],
.news input[type=email],
.news input[type=password],
.news textarea {
	display: block;
	width: 300px;
	padding: 9px 20px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #37434f;
	border: solid 1px #dfe6e7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 8px;
	border-radius: 6px;
	box-shadow: none;
	background: #FFFFFF;
	height: auto;
}
.news input[type=text]:hover,
.news textarea:hover {
    border-color: #a8aeb5;
}
.news input[type=text]:focus,
.news textarea:focus {
    border-color: #37434f;
    outline: none;
    box-shadow: none;
}

input[type="radio"], input[type="checkbox"] {
	position: relative;
	margin-right: 12px;
}

.news .form-captcha img {
    height: auto;
    max-width: none;
    width: auto;
}
.news .form-captcha .form-control {

}
.news .form-captcha .input-group-addon {
    background-color: #000;
    padding-top: 0;
    padding-bottom: 0;
}
.news .form-captcha a {
	padding-top: 11px;
    padding-bottom: 11px;
}
.news .btn,
.news input[type=submit] {
	background: #FE9901;
}
.news input[type=submit] {
	width: 300px;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.news .btn:hover,
.news input[type=submit]:hover {
	background: #999;
}

