/* This CSS Style Sheet was created by Elite Technology Group */


form {
	font-family: Verdana, Arial, Sans-Serif;
	padding: 25px;
	height: expression('1%'); /* IE Pick-a-boo bug fix */
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 16px;
	background: white;
}
fieldset {
	position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 10px 10px 15px 10px;
	background-color:#FAFAFA;
	margin: 20px 0;
	background: white url(../../wforms_bg.gif) bottom repeat-x;
	border: 2px solid #2B2C7F;
}
fieldset fieldset  {
	border: 1px solid #ccc;
	background-color:#FFF;
}
legend {
	position: expression('absolute'); 
	top: expression('-9px'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 0 25px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: url(../images/legend_bg.gif) center no-repeat;
	color: White;
	font-weight: bold;
	text-transform: uppercase;
}
fieldset fieldset legend {
	font-size: 12px;
}
label, .label {	
	text-transform: capitalize;
	color: #2B2C7F;
	font-size: 16px;
	font-weight: bold;
}
/* .label is typically used on a span or p tag to label a radio or checkbox group */
label.preField, .label  {
	display: -moz-inline-box;
	display: inline-block;	
	width: expression('7em'); /* Min-width for IE6 */
	min-width: 7em;
	padding: 0 2px;
	margin: 0 4px 0 0;
	height: 26px;
}
.label { display: block; width: auto; }

label.postField  {
	margin-left: 4px;
	margin-right: 4px;
}
textarea {
	padding: 0;
	vertical-align: top;
	margin: 4px 0 1px 0;
	border: 2px solid ##2B2C7F;
}
input {
	background: url(../images/field_bg.gif) bottom repeat-x;
	border: 2px solid #2B2C7F;
	height: 22px;
	margin: 2px 4px;
}
input[name=f_name] {
	background: url(../images/field_bg.gif) bottom repeat-x;
	border: 2px solid #2B2C7F;
	height: 22px;
	margin: 2px 2px;
	width: 300px;
}
input[name=l_name] {
	background: url(../images/field_bg.gif) bottom repeat-x;
	border: 2px solid #2B2C7F;
	height: 22px;
	margin: 2px 3px;
	width: 300px;
}
input[name=email] {
	background: url(../images/field_bg.gif) bottom repeat-x;
	border: 2px solid #2B2C7F;
	height: 22px;
	margin: 2px 40px;
}

input[name=address1] {
	background: url(../images/field_bg.gif) bottom repeat-x;
	border: 2px solid #2B2C7F;
	height: 22px;
	margin: 2px 15px;
}
input[name=address2] {
	background: url(../images/field_bg.gif) bottom repeat-x;
	border: 2px solid #2B2C7F;
	height: 22px;
	margin: 2px 15px;
}
input[name=city] {
	background: url(../images/field_bg.gif) bottom repeat-x;
	border: 2px solid #2B2C7F;
	height: 22px;
	margin: 2px 60px;
}
input[name=phone] {
	background: url(../images/field_bg.gif) bottom repeat-x;
	border: 2px solid #2B2C7F;
	height: 22px;
	margin: 2px 42px;

}
input[name=prec_num] {
	background: url(../images/field_bg.gif) bottom repeat-x;
	border: 2px solid #2B2C7F;
	height: 22px;
	margin: 2px 0px;
	width: 2px;

}
input[name=prec_name] {
	background: url(../images/field_bg.gif) bottom repeat-x;
	border: 2px solid #2B2C7F;
	height: 22px;
	margin: 2px 15px;
	width: 2px;
	
}
input[type=text], input[type=password] {
	width: 300px;
	height: 22px;
	background: url(../images/field_bg.gif) bottom repeat-x;
	border: 2px solid #2B2C7F;
}

textarea {
	background: url(../images/field_bg.gif) bottom repeat-x;
	border: 2px solid #2B2C7F;
	height: 50px;
	margin: 2px 2px;
}
textarea[name=description] {
	background: url(../images/field_bg.gif) bottom repeat-x;
	border: 2px solid #2B2C7F;
	height: 50px;
	margin: 2px 0px;
}
textarea[name=content] {
	background: url(../images/field_bg.gif) bottom repeat-x;
	border: 2px solid #2B2C7F;
	height: 300px;
	margin: 2px 25px;
}
input[name=list] {
	background: url(../images/field_bg.gif) bottom repeat-x;
	border: 2px solid #2B2C7F;
	height: 22px;
	margin: 2px 41px;
	width: 25px;
}
input[name=active] {
	background: url(../images/field_bg.gif) bottom repeat-x;
	border: 2px solid #2B2C7F;
	height: 22px;
	margin: 2px 37px;
	width: 25px;


}
select {
	padding: 0;
	margin: 2px 0 1px 0;
	background: Red;
}

A:link {
	text-decoration: none;
	color: #006699;
}
A:visited {
	text-decoration: none
}
A:active {
	text-decoration: none
}
A:hover {
	text-decoration: underline; color: #FE9900;
	background-color: #E8E8E8;
}

.warning {

color:#FF0000;
background-color:#FFFF00;
}
