/*** START CSS FORMS ***/
/*
textarea {width:390px;height:250px;padding:5px;}*/

#contact fieldset {
	padding:10px;
	margin: 0 auto;
	width:90%;
	clear: both;
	border: 1px solid #a5a5a5;
	background-color:#f4f4f4;
}
#contact legend {
	font:bold 90% Arial, Helvetica, sans-serif;
	padding:2px 10px;
	background:#a5a5a5;
	color:#fff;
}
#contact label {
	cursor: pointer; 		/* CHANGES CURSOR TO HAND ICON, MAKES USERS AWARE OF LABEL */
	width: 100px;			/* LABEL WIDTH: SET THIS TO THE LARGEST LABEL SIZE */
	text-align: right;
	display: block;
	padding: 2px 0;
	clear: left;
	font-size:70%;
}
#contact label.longlabel {
	width:258px;
	clear:both;
	font-size:65%;
}
#contact #confirm {
	width:50px;
	margin-left:265px;
}
#contact input.text, #contact textarea, #contact select {
	border:1px solid #bbb;
}
#contact input.text:focus, #contact textarea:focus, #contact select:focus {
	border:1px solid #6f6f6f;
}
#contact textarea, #contact input, #contact select {
	padding:2px;
	font: 70% Arial, Helvetica, sans-serif;
	margin-top: -1.5em;	/* PULLS THE INPUT CONTROLS ON TO THE SAME LINE AS THE LABEL */
	margin-left:105px;
	width:210px;
	float:left;
}
#contact textarea {
	width:210px;
	height:50px;
}
#contact input.radio {
	width:15px;
	margin-left:120px;
}
#contact select {
	width:56px;
	margin-left:265px;
}
#contact input.button {
	margin:0.5em 0 0 0.5em;
	padding:3px 0;
	float:right;
	width:90px;
	background:#a5a5a5;
	border:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}
/* messages */
.error, .notice, .success {
	padding:.25em;
	border:1px solid #ddd;
}
p.error {
	padding:.25em;
}
label span.error {
	display:inherit;
	margin:0 0 -0.6em 0;/*padding: 0 0.25em;*/
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
/******************************/
/* MISCELLANEOUS */
/******************************/

/* Horizontal line */
hr {
	color: #bcd6e5;
	background-color: #bcd6e5;
	height: 2px;
	border: none;
	clear:both;
}
.hide {
	display: none;
}
.clear {
	clear:both;
}
.asterisk {
	color: #FF0000
}
.large {
	font-size: 130%;
}
.padLeft {
	padding-left: 20px;
}
.padRight {
	padding-right: 20px;
}
.padTop {
	padding-top: 20px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clear {
	clear:both;
}
.w2 {
	width:65%;
}
.w2b {
	width:38%;
}
.w2c {
	width:35%;
}
.w3 {
	width:33%;
}
.w4 {
	width:25%;
}
.w5 {
	width:20%;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}