/***********************************************/
/* Encantada Base CSS                          */
/* Author: Dorian Smiley                       */
/* Published: 12/22/07                         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
p.contactInstructions{
	font-size:11px;
	line-height:12px;
}
/***********************************************/
/* Layout Divs                                 */
#formText{
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:static;
	float:left;
	width: 400px;
	height:465px;
	overflow:hidden;
}
#ray{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:static;
	float:left;
	width: 4px;
	height:441px;
	overflow:hidden;
	background:url(../images/elements/contactUsRay.png) no-repeat;
}
#contactText{
	margin: 0px 0px 0px 10px;
	padding: 130px 0px 0px 0px;
	position:static;
	float:left;
	width: 175px;
	overflow:hidden;
}
/************* #classes **************/
.textFeild{
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:1px;
	border-bottom-color:#004990;
	background:#FFFFFF;
	border-style:solid;
	background-color:#FFFFFF;
	height:13px;
}
.form{
	margin: 0px 0px 0px 0px;
}


