table.feedback, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.feedback
{
	margin-top: 10px;
	width: 100%;
}
.mapblock {clear:both}
.map1 {width:300px; float:left; padding-right:5px;}
.map2 {float:left; padding-left:8px; background-image:url(offbg.jpg); width:255px; height:100px; padding-top:6px; background-repeat:no-repeat}
.map2 h3 {margin:0;  font-weight:normal}
.map2 h3 span {color:#FF3300}
table.feedback td
{
	height: 34px;
}
table.feedback span.warning
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #902F26;
}
table.feedback input
{
	width: 100%;
	height: 21px;
	border: 1px solid #C5C19E;
	background-color: #DBD7B8;
}
table.feedback select
{
	width: 100%;
	height: 21px;
	border: 1px solid #C5C19E;
	background-color: #DBD7B8;  color: #666;  	font-size: 12px;
}
table.feedback textarea
{
	width: 99%;
	height: 100px;
	border: 1px solid #C5C19E;
	background-color: #DBD7B8;
	overflow: auto;
}
table.feedback td.warning_text
{
	font-size: 11px;
	color: #565656;
}
table.feedback input.ok
{
	width: 86px;
	height: 21px;
	background-color: #DBD7B8;
	border: 1px solid #C5C19E;
	cursor:pointer;
}
img.img_status
{
	margin-left: 10px;
}
