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

#contact fieldset {
	padding:1em 0.5em;
	margin: 0.7em 0;	
	clear: both;
	border: 1px solid #e0e0e0;
	background-color:#f4f4f4;
}
#contact legend {
	font:bold 1.2em Arial, Helvetica, sans-serif;
	padding:2px 10px;
	background:#e0e0e0;
	color:#000;
}
#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:90%;*/
}
#contact label.longlabel {
	width:500px;
	clear:both;
}
#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: 100% Arial, Helvetica, sans-serif;
	margin-top: -1.6em;	/* PULLS THE INPUT CONTROLS ON TO THE SAME LINE AS THE LABEL */
	margin-left:120px;
	width:160px;
	float:left;
}
#contact textarea {
	width:433px;
}
#contact input.radio {
	width:15px;
	margin-left:120px;
}
#contact select {
	width:263px;
}
#contact input.button,#contact input.buttonSend,#contact input.buttonReset {
	margin:0 0.7em 0 0;
	padding:0;
	float:right;
	width:96px;
}
#contact input.buttonSend {
	width:96px;
	height:28px;
	background:url(../images/send.gif) no-repeat;
	border:none;
	text-indent:-5000px;
	color: transparent;
	text-transform: capitalize;
}
#contact input.buttonReset {
	width:95px;
	height:28px;
	background:url(../images/reset.gif) no-repeat;
	border:none;
	text-indent:-5000px;
	color: transparent;
	text-transform: capitalize;
}
#contact #confirm {
	clear:both;
	margin-top:3px;
}
/* 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:48%;
}
.w3 {
	width:33%;
}
.w4 {
	width:25%;
}
.w5 {
	width:20%;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}