.side_form .txt {
	padding-bottom: 20px;
}
.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}
label.error {
border: none !important;
color: #de2200;
font-size: 12px;
margin-top:-10px;
padding: 0px 3px 10px 3px;
display: block;
position:relative;
text-align:right;
}
.notify-form .bx-captcha {
    display: inline-block;
    width: 180px;
    height: 40px;
    margin: 0 5px 5px 0;
    vertical-align: middle;
    overflow: hidden;
}