#contact_left_panel
{
	width: 66%;
	background: url('/images/layout/vertical_line.png') center center repeat-y;	
}

#contact_right_panel
{
	width: 33%;
}

#contact_left_table
{
	width: 100%;
}

#contact_left_table .left_cell
{
	width: 50%;
	text-align: right;
	padding-right: 20px;
}

#contact_left_table .left_cell img
{
	padding-left: 5px;
}

#contact_left_table .right_cell
{
	width: 50%;
	padding: 30px 40px 30px 10px;
}

.textbox, textarea
{
	width: 100%;
}

#contact_form_prompt
{
	font-family: 'LeagueGothicRegular';	
	padding-bottom: 10px;
}

.tick_mark_container
{
	width: 12px;
}

.tick_mark
{
	position: relative;
	left: 5px;
	top: -3px;
}

#contact_form_prompt
{
	padding-bottom: 10px;
}

.left_cell_content
{
	padding-right: 10px;
}

