.offer_email{
	/*margin:0 20px;*/
}
.error{
	color:red;
	/*display:inline-block;*/
}
#frm_offer_short .required, #frm_offer_widget .required{
    color: #aaa	;
}
.ofc_cnt_txt_widget, input.ofc_cnt_txt_shortcode{
	width:100% !important;
}
#ofc-captcha-img {
    background-color: #FFFFFF;
    border-color: #DFDFDF;
    color: #333333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -webkit-border-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    margin-top: 4px;
}
#ofc-refresh {
	margin-left: 5px;
	cursor: pointer;
}
TD TEXTAREA{
	width:100%;
	height:35px;
}
TD INPUT[type='number']{
	max-width:75px;
}
.ofc-lbl{
	cursor: pointer;
}