div.hint {
	display:none;
	margin:3px 0px;
	padding:0;
	position:static;
	width:auto;
	z-index:1;
}

table.feedback thead td {padding:10px 5px; font-size:14px; font-weight:bold; color:#FF991F;}
table.feedback td {padding: 5px 5px;}
table.feedback td textarea, table.feedback td input, table.feedback td select {width:334px; border:1px solid #FF991F;}
table.feedback td label {display:block;}
table.feedback td.one label {display:inline;}

table.feedback td.one {width:334px; font-weight: bold;}
table.feedback td.error input, table.feedback td.error select {background-color:#FF991F;/* border-color:#fff;*/}
table.feedback td.error label {color:#FF991F;}
table.feedback td.error div.hint {display:block; font-style: italic;}
table.feedback td.radio input {width:auto; height:auto; margin-right:7px; vertical-align:middle; border: none;}
table.feedback td select.wdth {width:auto;}
table.feedback input.send {margin:5px 0 9px 0px;}

div#floatbox-box {background: url("../../img/block.png") no-repeat scroll 0 0;}
div.message_sent {
	font-weight: bold;
	/*background: url("../../img/titleBgOrange.gif") no-repeat scroll 25px 55px;*/
	/*color:#FF991F;*/
	/*margin:10px;*/
	font-size:12px;
	font-family: Tahoma;
	padding:18px 40px 37px 20px;
	text-align:center;
}
div.message_sent p {
	margin:0;
	line-height:16px;
}

div.message_sent a.close {display:block; width:17px; height:17px; position:absolute; top:15px; right:15px; background:url('../../img/ico-close-small.gif') no-repeat 0 0;}

