/* [/web/css/feedback.css] */

#Contents
{
	/*
	opacity: 0;
	#filter: Alpha(opacity=0);
	*/
}

form
{
	position: relative;
	z-index: 20;
	text-align: center !important;
}

	fieldset 
	{
		border: 0 !important;
	}

	form p
	{
		text-align: center !important;
		margin: 0px !important;
	}
	
	form table
	{
		margin: 10px auto;
		_margin-left: 80px;
	}
	
	form table td.Question
	{
		width: 290px;
		text-align: left;
	}
	
	form table td,
	form table th
	{
		width: 100px;
		text-align: center;
		line-height: 18px;
	}
	
	form table th
	{
		line-height: 16px;
		color: #be1e2d;
	}
	
	form table th span
	{
		color: #791820;
	}
	
	form ul
	{
		margin: 10px 0px 0px 30px;
	}
	
	form li
	{
		margin-bottom: 8px;
		width: 235px;
		float: left;
		text-align: left;
	}
	
	form li.Address
	{
		clear: both;
	}
	
	form li.MailingList
	{
		width: 940px;
		text-align: right !important;
	}
		
		form li.MailingList span
		{
			display: inline;
			width: 900px;
			text-align: right !important;
		}
		
		form li.MailingList input
		{
			border: 0px;
			width: 13px;
			height: 13px;
			_text-align: right !important;
		}
	
		form li span
		{
			display: block;
			width: 235px;
			_width: 225px;
			margin-right: 10px;
		}
		
		form li span strong
		{
			display: inline;
			color: #be1e2d;
			font-weight: normal; 
		}

li input, li textarea
{
	background-color: #fff;
	color: #000;
	width: 215px;
	padding: 2px 0px;
	text-align: left;
	border: 2px solid #ba1e2c;
	_width: 219px;
	opacity: .8;
	#filter: Alpha(opacity=80);
	margin-top: 3px;
	font-size: 11px;
	font-family: Verdana, Arial, serif;
}

li.Comments
{
	position: relative;
	top: -20px;
	width: 700px;
}

li textarea
{
	width: 685px;
	height: 86px;
	_height: 90px;
}

form ul li .notify
{
	float: left;
	width: 193px;
	_width: 199px;
	margin: 0px 17px 0px 110px;
	text-align: center !important;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #7a0511;
	border-right: 1px solid #7a0511;
}

form ul li .submit
{
	width: 216px;
	height: 24px;
	background: transparent url(../img/feedback/bt_send.png) no-repeat left top;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/feedback/bt_send.png', sizingMethod='scale');
	border: 0px;
	padding-top: 24px;
	overflow: hidden;
	margin-top: 3px;
}

form ul li #code
{
	width: 60px;
}

.captcha
{
	float: left;
	display: inline;
	margin-right: 5px;
	position: relative;
	top: -2px;
}
