/*
 * Form elements
 -----------------------*/
.formholder {
	background-color: #C3C3C3;
	position: absolute;
	top: 130px;
	left: 43px;
	height: 349px;
	width: 647px;
	z-index: 105;
	background-attachment: scroll;
	background-image: url(images/pattern-forms.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.formholderthankyou {
	background-color: #E4E4E4;
	position: absolute;
	top: 130px;
	left: 43px;
	height: 328px;
	width: 647px;
	font-family: Verdana, Geneva, sans-serif, Arial;
	color: #999;
	z-index: 105;
}
.howcanwehelp {
	position: absolute;
	left: 57px;
	top: 76px;
	font-size: 19px;
	font-weight: normal;
	color: #6E6E6E;
}
.redx{
	font-weight: bold;
	color: #E65757;
}
.xcancel a{
	position: absolute;
	top: 110px;
	left: 57px;
	font-size: 13px;
	font-weight: normal;
	color: #747474;
	text-decoration: none;
}
.xcancel a:hover {
	color: #E65757;
}
.rcancel a{
	position: absolute;
	left: 57px;
	top: 300px;
	font-size: 15px;
	font-weight: normal;
	color: #D2D2D2;
	text-decoration: none;
}
.rcancel a:hover {
	color: #fff;
}
.xreset a{
	position: absolute;
	left: 444px;
	top: 205px;
	font-size: 13px;
	font-weight: normal;
	color: #D2D2D2;
	text-decoration: none;
}
.xreset a:hover {
	color: #fff;
}
.formcenter, .formthankyou {
	position: absolute;
	width: 324px;
	margin-left: 357px;
	margin-top: 61px;
	font-weight: normal;
	left: -18px;
}
.formthankyou {
	margin-top: 125px;
}
.lineholder, .lineholdersolid {
	float: left;
	width: auto;
	margin-bottom: 10px;
	height: auto;
	padding: 0px;
}
.lineholdersolid {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFC83D;
	background-color: #878787;
}
input, textarea, label {
	width: 150px;
	font-size: 11px;
	border: 1px none #878787;
	color: #969696;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 9px;
	margin-top: 0px;
}
input {
	float: right;
}
input:focus, textarea:focus  {
	background-color: #F0E3DB;
}
label {
	float: left;
	color: #CDCDCD;
	width: 100px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFC83D;
	margin-left: 0px;
	background-color: #878787;
	padding-bottom: 3px;
}
label[name="ecaptcha"] {
	padding-top: 5px;
	padding-bottom: 7px;
}
button {
	position: absolute;
	top: 276px;
	left: 57px;
	font-size: 12px;
}
button a {
	background-image: url(css/images/btn-submit.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
button a:hover {
	background-image: url(css/images/btn-submit.png);
	background-position: 0px 0px;
}
input[type="image"] {
/*	background: url(images/btn-submit.png);*/
	background-color: #ff6;
	display: block;
	float: left;
	clear: both;
	width : 70px;
	height : 27px;
	border : none;
}
input[type="image"] a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #ff6;
	background-image: url(css/images/btn-submit.png);
}
input[type="image"] a:hover {
	background-position: 0px -23px;
	background-color: #F30;
}
.formimg {
	display: block;
	width: 160px;
	height: 19px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif, Arial;
	margin-left: 110px;
}

/*
 * User feedback
 -----------------------*/
.yay, .oops     {
	font-size: 0.6em;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-weight: 700;
}
.yay            {background:#090;}
.oops           {background:#f30;}
div.error       {
	font-size: 0.4em;
	font-weight: 700;
	padding: 5px 0 0;
	color: #f30;
	margin: 0 0 0 25px;
}
label.error       {
	font-size: 10px;
	font-weight: bold;
	width: 259px;
	color: #E65757;
	position: absolute;
	top: -28px;
	left: 1px;
	text-align: center;
	background-color: #CCC;
}
/*
 * Captcha
 -----------------------*/

.formerror {
	font-size: 10px;
	color: #E65757;
}
