#switchHeader {
	display: none;
}

#switchHeader h3 {
	margin: 10px;
	padding: 0px;
	background-color: none;
	font-family: georgia, times new roman, times, serif;
	font-size: 16px;
	color: #83811B;
}

#switchHeader .currentButton h3 {
	font-size: 18px;
	color: #fff;
}

#switchHeader .switchButton {
	height: 155px;
	width: 266px;
	cursor: pointer;
	float: left;
	display: inline;
	background-color: #EEE;
}

#switchHeader .currentButton {
	color: #fff;
	background-color: #CE6110;
}


#switchHeader p {
	margin: 10px;
	padding: 0px;
	font-size: 10px;
}

#switchHeader .currentButton p {
	color: #fff;
}

#retailButton {
	margin-right: 5px;
}


/* retail info form */

input {
	background-color: #DEDDB5;
}

#infoContainer {}

table.infoTable {
	margin: 5px;
}

table.infoTable tr td div { /* label */
	font-size: 10px;
	font-weight: bold;
	color: #7b3611;
	margin-bottom: 2px;
}

#infoContainer hr {
	height: 0px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #7B3611;
}

table.infoTable tr {}

table.infoTable tr td {
	padding-right: 20px;
}


/* sign up */

#contentContainer {
	background-color: #DEDDB5;
}

.signupSection {
	margin: 20px;
}

.signupSection {
	border-collapse: collapse;
}

#contentContainer h1 {
	padding: 0px;
	margin: 0px 0px 0.5em 0px;
	font-family: georgia, times new roman, times, serif;
	font-weight: normal;
	font-size: 20px;
	color: #ce6110;
	
}

.signupSection .inputRequirement {
	color: #CF240F;
}

.inputRequirement {
	color: #C8612B;
	font-weight: bold;
}

.requiredNotice {
	float: right;
	clear: both;
	margin: 0px;
	display: inline;
	text-align: right;
	color: #6C6B3B;
	font-size: 10px;
	margin-right: 20px;
}

.requiredNotice .required {
	padding: 2px;
	background-color: #FFE180;
}

.requiredNotice .error {
	padding: 2px;
	background-color: #FE3756;
	color: #fff;
}

#create_accountContainer div.errorGroup {
	margin: 35px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

#create_accountContainer {
}

#create_accountContainer h1 {
	margin-left: 20px;
	margin-top: 20px;
}

#create_accountContainer .formGroup {
	background-color: #DEDDB5;
	/*margin: 0px 20px;*/
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #B0AE69;
	color: #6C6B3B;
	margin: 0px 0px 30px 0px;
}

#create_accountContainer .formGroup table {
	margin: 10px 20px;
	clear: both;
}

#create_accountContainer .formGroup table tr td {
	padding: 5px 10px 5px 0px;
}

#create_accountContainer .formGroup table tr td div {
	color: #83811B;
	font-weight: bold;
	font-size: 11px;
	font-family: georgia, times new roman, times, serif;
	margin-bottom: 2px;
}

#create_accountContainer .formGroup table td {
	padding: 5px 0px;
}

#create_accountContainer .formGroup hr {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #B0AE69;
	margin: 0px 20px;
}

#create_accountContainer .formGroup table td.label {
	font-family: georgia, times new roman, times, serif;
	font-size: 13px;
	text-align: right;
	padding-right: 5px;
}


#create_accountContainer #companyGroup table {
}

#create_accountContainer #newsletterGroup table {
	margin-top: 5px;
	float: left;
	margin-right: 5px;
	display: inline;
	width: 293px;
}

#create_accountContainer #newsletterGroup table tr td {
	padding: 10px;
}

#create_accountContainer #passwordGroup table {
	float: left;
	display: inline;
	margin-top: 5px;
	margin-right: 5px;
	width: 293px;
}

#create_accountContainer #passwordGroup table td {
	padding: 10px;
}

#create_accountContainer #passwordGroup table td div {
	font-size: 10px;
	font-weight: bold;
	color: #7b3611;
	margin-bottom: 2px;
}


#create_accountContainer #pocGroup table {
	width: 288px;
	float: left;
	display: inline;
}

#create_accountContainer #pocGroup table tr td {
	padding-right: 7px;
}

#create_accountContainer .sideBlurb {
	width: 240px;
	margin-top: 5px;
	font-size: 11px;
	float: left;
	display: inline;
	background-color: #CECD92;
}

#create_accountContainer .sideBlurb h1 {
	margin: 20px 20px 0px 20px;
}

#create_accountContainer .sideBlurb p {
	margin: 15px;
	color: #6C6B3B;
}

#create_accountContainer .button {
	float: right;
	display: inline;
	margin: 0px 20px 20px 20px;
}



/* forms */

#retailAccountForm {}

#wholesaleAccountForm {
}

.formRow {
	clear: both;
	margin: 10px;
}


/* inputs */


#txtWholesaleBusiness { width: 250px;}
#txtFirstName { width: 125px; }
#txtWholesaleFirstName { width: 125px; }
#txtLastName { width: 125px; }
#txtWholesaleLastName { width: 125px; }
#txtDob { width: 75px; }
#txtWholesaleDob { width: 75px; }
#txtEmailAddress { width: 125px; }
#txtWholesaleEmailAddress { width: 125px; }
#txtStreetAddress { width: 400px; }
#txtWholesaleStreetAddress { width: 400px; }
#txtZipCode { width: 75px; }
#txtWholesaleZipCode { width: 75px; }

#txtCity {  }
#txtState { }
#txtPhoneNumber { width: 100px; }
#txtWholesalePhoneNumber { width: 100px; }

#txtFaxNumber { width: 100px;}
#txtWholesaleFaxNumber { width: 100px;}



#dropState {  }



select.required, input.required {
	background-color: #FFE180;
}

select.error, input.error {
	background-color: #FE3756;
	color: #fff;
}

