.contact_cnt
{
	width:872;
	overflow:hidden;
}
	.contact_cnt table
	{
		width:475px;
	}
	.contact_cnt table tr td
	{
		text-align:right;
	}
	.contact_cnt table tr td input
	{
		width:250px;
		margin:0 0 10px 0;
	}
	.contact_cnt table tr td textarea
	{
		width:400px;
		height:120px;
	}
	.button input.light_blue_btn
	{
		width:120px;
		height:20px;
		padding:0 0 2px 0;
		margin:0px;
		border:1px solid #bfbfbf;
		background:url(../images/button_bg.png) repeat-x #ffffff;
		text-align:center;
		color:#404040;
		font-weight:bold;
		font-size:11px;
		font-family:inherit;
	}
	.button input:hover
	{
		background:url(../images/button_hover_bg.png) repeat-x;
	}
	.button input:active
	{
		background:white;
	}
.contact_cnt div.contact_webpage
{
	 padding:0 0 10px 0;
	 width:387px;
	 overflow:hidden;
	 float:left;
}
.contact_cnt div.contact_form
{
	width:475px;
	float:right;
}
