﻿/* REQUIRED TEXT */

span#reqInstr 
{
	display: block;
	width: 509px;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	line-height: 13px;
	color: #c2b3a3;
}


/* ---------------- ERRORS ---------------- */

div.error, span.errormsg /* ERROR MESSAGE FOR INPUTS AND CAPTCHA */
{
	display:block;
	clear: both;
	width: 474px;
	height: 23px;
	margin: 10px 0px 15px 0px;
	color: red;
	padding: 6px 0px 5px 35px;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	line-height: 23;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(../../images/warning.gif) no-repeat 10px 5px;
	border: dashed 1px c2b3a3;
}

#email_ffs label.error, /* ALTER EMAIL ERROR */
#zip_ffs label.error, /* ALTER zip ERROR */
.errorEmail
{
    display: block;
    clear: left;
    font-size: 10px;
    line-height: 14px;
    color: Red;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div.errorBday /* ALTER BIRTHDAY ERROR */
{
    display: block;
    width: 459px;
    clear: left;
    font-size: 12px;
    line-height: 14px;
    color: Red;
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 0px 50px;
}

/* ---------------- END ERRORS ---------------- */



div.fieldsets 
{
    display: block;
    width: 509px;
    margin: 0px 213px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div.ffset /*DIV THAT HOLDS TEXT AND INPUT */
{
    display: inline-block;
    float: left;
    width: 254px;
    padding: 0px;
	text-align: left;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #7a6958;
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	line-height: 16px;
}

div.ffset input, div.ffset select /* INPUT */
{
	border: 1px solid #d1ccc6;
	width: 220px;
	margin: 2px 0px 0px 0px;
}


#mainContent-a div.fieldsets h3 
{
    display: block;
    clear: both;
    width: 461px;
    height: 40px;
    font-family: Trebuchet MS, Arial;
    font-size: 19px;
    line-height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
    color: #7a6958;
}

#submit_ffs {
	width: 509px;
	text-align: center;
	padding: 15px 0px 20px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#submit_ffs input 
{
    width: 100px;
}

#message.ffset 
{
	width: 509px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}

#message.ffset textarea.message_txt
{
	clear: both;
	width: 509px;
	height: 75px;
	border: 1px solid #d1ccc6;
}

#recaptchaInstructions 
{
	display: block;
	width: 320px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	color: Red;
}

#captcha_ffs 
{
	display: block;
	clear: both;
	width: 320px;
	height: 130px;
	margin: 0px 0px 0px 100px;
}