#TakeAction {
	margin: auto;
	width: 830px;
	text-align: left;
}


#TakeAction H2 {
	padding-top: 20px;
	margin-top: 0;
	color: #33cc33;
}


#ta_left {
	float: left;
	width: 550px;
}

#ta_right {
	float: right;
	width: 250px;
}

/*#ta_right A{
	color: #005e9b;
}*/

.ta_r_image {
	height: 200px;
	text-align: center;
	border: solid 1px #666;
}


#TakeAction A {
	text-decoration: none;
	/*color: #005e9b;*/
	color: #666;
	border-bottom: dashed 1px #666;
}

#TakeAction A:hover {
	text-decoration: none;
	border-bottom: solid 1px #666;
}



#col50_ta_left {
	float: left;
	width: 400px;
}

#col50_ta_right {
	float: right;
	width: 400px;
}

.txt_bold {
	font-weight: bold;
}

.txt_red {
	color: #ff0000;
}

FORM {
	margin-top: 0;
	padding-top: 0;
}


.input_label{
	float: left;
	width: 100px;
	
}

.input_field {
	float: left;
}



#input_contact {
	margin-top: 15px;
}


#input_details {
	margin-bottom: 5px;
}

.input_field  INPUT{
	width: 275px;
	font: sans-serif;
	font-size: small;
}

.input_field  TEXTAREA{
	width: 275px;
	height: 150px;
	font: sans-serif;
	font-size: small;
}


#input_email {
	margin-top: 0px;
}

#taMessage {font: sans-serif;
	font-size: small;}

	
	
#dhtmltooltip{
position: absolute;
width: 200px;
border: 1px solid #666;
padding: 5px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
text-align: justify;
font-weight: normal;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=lightgoldenrodyellow,direction=135);
}


.tooltip {
	border-bottom: solid 1px #666;
}


.error_msg {
	margin-left: 100px;
}
