/*.feedback{
	background: #F9F9F9;
	padding: 10px;
}*/
/*-----------------------------------------------------------------------------------------------*/
/*.feedback .caption{
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	padding-top: 14px;	
}*/
/*.feedback form{
	margin:0;
	padding:0;
}*/
.feedback .hide{
	display: none;
}
.feedback .starrequired{
	color: red;
}
/*-----------------------------------------------------------------------------------------------*/
/*.feedback .error-text{
	border: 1px solid #d65957;
	font-size: 12px;
	padding: 5px;
	margin-top: 3px;
	
	background: white;
}
.feedback .error-text.float{
	position: absolute;
	width: 300px;
	right:-330px;
	top: 0;	
	margin-top: 0px;
}
.feedback .error-text .message{
	color: red;
}*/
/*-----------------------------------------------------------------------------------------------*/
.feedback .inputtext, .feedback .tags input, .feedback .UTDateTime input{
	border: 1px solid #ccc;	
	padding: 3px 5px;
	/*margin: 0 0 5px 0;*/
	width: 100%;
	/*height:26px;*/
}
/*-----------------------------------------------------------------------------------------------*/
.feedback .inputtext:focus{
	color: black;/*#0459b7;*/
}
.feedback .datetime, .feedback .UTDateTime input{
	width: 86%;
}
.feedback .textarea{
	border: 1px solid #ccc;
	padding: 3px 5px;
	width: 100%;
}

.feedback .bxlhe-frame{
	border: 1px solid #ccc;
	padding: 2px;
	width: 100%;
}
/*--select---------------------------------------------------------------------------------------------*/
.feedback .select, .feedback .user-type select{
	background: white;
	/*margin: 0 0 5px 0;*/
	padding: 3px 5px;
	height: 34px;
	width: 100%;
	
}
/*--button---------------------------------------------------------------------------------------------*/
.feedback .button{
	margin: 10px 0;
	cursor: pointer;
}
/*---------------------------------------------------------------------------------------------------*/
.feedback .submit-td{
	text-align: center;
}
.feedback .note{
	color: #aaa;
}
/*--data-table----------------------------------------------------------------------------------------*/
.feedback .data-table{
	border: 0;
}
.feedback .data-table td.data .wrapper{
	position: relative;
}
.feedback .data-table td.label{
	font-weight: normal;
	color: #444;
}
.feedback .data-table td.label, .feedback .data-table td.data{
	padding: 5px;
}
.feedback .data-table td.data label{
	vertical-align: middle;
	padding-left: 5px;
	cursor: pointer;
}
/*--data-table row cell---------------------------------------------------------------------------------------------*/
.feedback td{
	border: 0 !important;
	background: transparent!important;
}
/*---data table label align--------------------------------------------------------------------------------*/
.feedback .l-align{text-align: left;}
.feedback .c-align{text-align: center;}
.feedback .r-align{text-align: right;}
.feedback .t-valign{vertical-align: top;}
.feedback .c-valign{vertical-align: middle;}
.feedback .b-valign{vertical-align: bottom;}
/*--------------------------------------------------------------------------------------------------------*/
/*.feedback .notetext{
	color: green;
}*/
/*--CAPTCHA--*/
#captcha_block{position:relative;}
#captcha_block .ajax_loader{
	display:none; 
	position:absolute; 
	width:180px; height:40px;
	background: #FFF url(images/ajax-loader.gif) center no-repeat;
}