﻿.checkloader{position: fixed; top: 50%; left: 50%; z-index: 100;display:none;}

#result{display:none;}

.captcha {text-align:left;}
.captcha .captchaimg {background: none repeat scroll 0 0 #FFFFFF;height: 57px;padding-left: 5px;width: 278px !important;}
.captcha .captchaimg img {width: 257px;}
.captcha a {color: #085A49;float: left;margin-right: 5px;}
.captcha .contact-inputfieldcaptcha {margin: 5px 0;}

.txttextbox {
    width: 100%;
	border: 1px #b3b3b3 solid;
	*width:auto !important;
	width:auto\9;
	padding: 3px;
	background: #c9c9c9; /* Old browsers */
	background: -moz-linear-gradient(top, #c9c9c9 0%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9c9c9), color-stop(100%, #ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c9c9c9 0%, #ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c9c9c9 0%, #ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c9c9c9 0%, #ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c9c9c9 0%, #ebebeb 100%); /* W3C */
}

.width-txt-70{width:70px;}
.width-txt-35{width:35px;}
textarea{resize:none;}

ul.tabs{padding-bottom:6px !important;}

.chosen-container-multi .chosen-choices{background:linear-gradient(to bottom, #C9C9C9 0%, #EBEBEB 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;}
.chosen-container-multi .chosen-choices li.search-field .default{color:#000000 !important;}


.db {
    border: 1px solid #F6931E;
    color: #9B0E0E;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    position: relative;
    width: 14px;
}
.dt {
    background: none repeat scroll 0 0 #3CDD4B;
    height: 14px;
    position: absolute;
    width: 14px;
}
.db.disabled {
    border: 1px solid #898989;
}
.dt.disabled {
    background: none repeat scroll 0 0 #97C99C;
}
