div.contacts {}
	div.contacts label{color: #494949;}
	div.contacts table {
		margin-left: 10px;
	}
		div.contacts table td{
			padding			: 0 0 10px 5px;
			text-align		: left;
		}
div.contacts div.inputText{
	margin					: 2px 0 2px 0;
	padding					: 0 2px 0 0px;
	width					: 225px;
	height					: 21px;
	background				: #ffffff;
	border					: 1px solid #b3b9c3;
}
	 div.contacts div.inputText input{
		margin					: 2px 0px 0 3px;
		width					: 220px;
		height					: 15px;
		font-family				: Tahoma;
		font-size				: 12px;
		line-height				: 12px;
		color					: #494949;
		overflow				: hidden;
		border-top				: 1px solid #fff;	
	}
div.contacts div.textarea{
	margin					: 2px 0 2px 5px;
	padding					: 0 2px 0 0px;
	width					: 650px;
	height					: 200px;
	background				: #ffffff;
	border					: 1px solid #b3b9c3;
}
	 div.contacts div.textarea textarea{
		margin					: 2px 0px 0 3px;
		width					: 645px;
		height					: 190px;
		font-family				: Tahoma;
		font-size				: 12px;
		line-height				: 12px;
		color					: #494949;
		overflow				: auto;
		border-top				: 1px solid #fff;	
	}
	div.contacts label.textarea{
		display					: block;
		margin					: 0 0 5px 0;
	}
	div.contacts div.inputSubmit{
		margin-left			: 20px;
		width				: 102px;
		height				: 24px;
	}
	 div.contacts div.inputSubmit input{
		width				: 102px;
		height				: 24px;
		background			: url(/i/send_btn.gif) 0px 0px no-repeat;
		cursor				: pointer;
	}