#contact_info
{
	float: left;
	width: 300px;	
}

#contact_info #suebee_name
{
	font-size: 1.1em;
	font-weight: bold;	
}

#contact_form_container
{	
	float: left;
	width: 544px;
	height: 455px;	
	background: url('/images/layout/contact_form_background.png') no-repeat bottom left;	
}

#contact_form_header
{
	background: #B9B096 url('/images/rounded_corner_E9E9D8_upper_right.png') no-repeat top right;
	padding: 5px;
	font-weight: bold;
}

#contact_form
{	
	padding-top: 5px;
	width: 464px;
	height: 400px;
	padding-left: 40px;
	font-size: 11pt;	
}

#contact_form_name
{
	width: 100%;	
}

#contact_form td
{
	padding-right: 10px;
	width: 50%;	
}

#contact_form .text
{
	width: 100%;
	background: url('/images/layout/contact_form_field_background.png');
	color: #000000;
	font-size: 1.1em;
	border: 1px solid #000000;
}	

#contact_form_submit_link
{
	text-align: center;
}

#contact_form_submit_link a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}