p{
	color: #ff11eb;
}
.highlighted{
	color: #5c005b;
}
.contact_info li{
	display: block;
}
.txt_field_1{
	background: url(../images/contact_form_txt_field_1.jpg) repeat-x;
	width: 356px;
	height: 16px;
	border: 1px solid #01a6f6;
	padding: 8px 6px 4px 6px;
	font-family:tahoma, arial, sans-serif;
	font-size: 11px;
	color: #5c005b;
}
.txt_field_2{
	background: url(../images/contact_form_txt_field_2.jpg) repeat-x;
	width: 356px;
	height: 16px;
	border: 1px solid #ff11eb;
	padding: 8px 6px 4px 6px;
	font-family:tahoma, arial, sans-serif;
	font-size: 11px;
	color: #5c005b;
}
.txt_area{
	background: url(../images/contact_form_text_area.jpg) repeat-x;
	width: 356px;
	height: 140px;
	border: 1px solid #ff11eb;
	overflow: auto;
	padding: 6px 6px 4px 6px;
	font-family:tahoma, arial, sans-serif;
	font-size: 11px;
	color: #5c005b;
}
