/* main table */
TABLE.contact, TABLE.contact_postback
{
	direction: ltr;
}



/* server messages */
TD.contact_server_message
{
	display: none;
}

TD.contact_server_message_success_postback
{
	height: 240px; 
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	font-family: verdana;
	color: #000000;
	font-weight:bold;
	padding: 30 38 0 38;
}

TD.contact_server_message_fail_postback
{
	height: 240px; 
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	font-family: verdana;
	color: #000000;
	font-weight:bold;
	padding: 30 38 0 38;
}

/* form */
TD.contact_form
{
	width: 100%;
	height: 100%; 
	vertical-align: top;
	font-size: 12px;
	font-family: verdana;
	color: #082176;
	padding: 0 0 0 0;
}

TD.contact_form_postback
{
	display: none;
}

/* form row */
.contact_form DIV.row1
{
	height: 26px;
	margin: 0 0 1 0;
	background-color: #F2F2F2;
}
.contact_form DIV.row2
{
	height: 26px;
	margin: 0 0 1 0;
	background-color: #F7F7F7;
}

.contact_form_postback DIV.row1,.contact_form_postback DIV.row2
{
	display: none;
}

/* form required */
.contact_form SPAN.required
{
	color: black;
	width: 15px;
}

contact_form_postback SPAN.required
{
	display: none;
}

.contact_form SPAN.not_required
{
	width: 15px;
}

contact_form_postback SPAN.not_required
{
	display: none;
}
	
/* form labels */
.contact_form SPAN
{
	width: 95px; 
	height: 16px;
	margin: 6 2 4 14;
	vertical-align: top;
	color:#000000;
	font-weight:bold;
}

.contact_form_postback SPAN
{
	display: none;
}

/* form input text */
.contact_form INPUT
{
	border: 1px #17629B solid; 
	width: 195px; 
	margin: 3 0 3 0;
	height: 20px
}



.contact_form_postback INPUT, INPUT.contact_form_phone_postback
{
	display: none;
}



/* form body text */
.contact_form TEXTAREA
{
	border: 1px #17629B solid; 
	width: 195px; 
	height: 75px; 
	margin: 3 0 3 0;
}

.contact_form_postback TEXTAREA
{
	display: none;
}


/* buttons */
.contact_buttons
{
	background-color: #F2F2F2;
	border-top:solid 2px #ffffff;
	height: 28px;
	padding: 0 0 0 142; 
	text-align: left;
}
.contact_buttons_postback
{
	display: none;
}

IMG.contact_button_send,IMG.contact_button_reset,IMG.contact_button_close_postback
{
	width: 59px;
	height: 14px; 
	cursor: hand;
	margin: 4 0 0 0;
}
IMG.contact_button_reset
{
	margin-left:73px;
}
IMG.contact_button_close_postback
{
	margin-left:43px;
}

IMG.contact_button_reset_postback, IMG.contact_button_send_postback,
IMG.contact_button_close 
{
	display: none;
}

INPUT.contact_button_send, INPUT.contact_button_send_postback
{
	 width: 0px;
	 height: 0px;
	 display: none;
}



