	
	fieldset {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ffe8d4 none repeat scroll 0 0;
	border:1px solid #eb4510;
	clear:both;
	padding:1em 1.4em 0em 1.4em;
	overflow:hidden;
	}
	legend {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #eb4510;
	color:#eb4510;
	font-size:18px;
	font-weight:bold;
	margin:0 0px;
	padding:5px 10px;
	text-transform:capitalize;
	}
	label, .group-label {
	color:#333;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-top:9px;
	text-align:right;
	text-transform:capitalize;
	width:30%;
	}
	label.selection-label {
	color:#666666;
	float:none;
	text-align:left;
	width:auto;
	}
	input, textarea, select {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	color:#666666;
	font-family:"Lucida Grande","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size:1.1em;
	margin-left:20px;
	padding:5px;
	position:relative;
	width:60%;
	z-index:100 !important;
	background: #dfdfdf;
	}
	input {
	background-color:#dfdfdf;
	border:1px solid #999;
	margin:1px 0 3px 10px;
	}
	input:focus, textarea:focus {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #eb4510;
	color: #000;
	}
	input[type="radio"], input[type="checkbox"] {
	-moz-background-clip:border !important;
	-moz-background-inline-policy:continuous !important;
	-moz-background-origin:padding !important;
	background:transparent none repeat scroll 0 0 !important;
	border:0 none !important;
	width:16px !important;
	}
	input[type="radio"] {
	width:13px !important;
	}
	button {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	}
	textarea {
	background-color:#dfdfdf;
	border:1px solid #999;
	color:#666666;
	font-size:1.1em;
	height:150px;
	margin-left:20px;
	padding:5px;
	}
	select {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#dfdfdf;
	border:1px solid #999;
	margin-left:20px;
	padding:5px;
	width:62%;
	}
	select:focus {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #999999;
	}
	.indicates-required {
	color:#CC6600;
	font-size:90%;
	font-style:italic;
	margin:0 6% 10px 0;
	text-align:right;
	}
	span.required, label sup {
	color:#CC6600;
	font-size:115%;
	font-weight:bold;
	}
	.field-group {
	clear:both;
	float:left;
	margin:6px 0 4px;
	position:relative;
	width:100%;
	}
	.selection-group {
	clear:both;
	float:left;
	margin:3px 0;
	width:100%;
	}
	.selection-group-elements {
	margin-left:20px;
	margin-top:5px;
	width:60%;
	}
	.form-btn-group {
	clear:both;
	margin:-10px 0 10px;
	padding-left:34%;
	}
	.form-btn-group input {
	margin:0;
	width:200px;
	
	}
	.btn, input[type="submit"] {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background: url(/images/button-bg.jpg) repeat-x;
	border:1px solid #666666;
	color:#FFFFFF;
	display:block;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0;
	margin:0;
	min-width:120px;
	margin-left:auto;
	margin-right:60px;
	overflow:visible;
	}
	.btn:hover, input[type="submit"]:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: url(/images/button-bg-over.jpg) repeat-x;
	border:1px solid #666666;
	color: #FFF;
	text-decoration: underline;
	}
	input.cancel[type="submit"] {	
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#CCCCCC none repeat scroll 0 0;
	border:3px solid #CCCCCC;
	color:#666666 !important;
	margin-left:15px;
	}
	input.cancel[type="submit"]:hover {
	color:#333333 !important;
	}
	.field-help {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#CCCCCC none repeat scroll 0 0;
	color:#666666;
	float:right;
	font-size:85%;
	font-style:italic;
	margin:-10px 5.5% 4px 34%;
	min-width:120px;
	padding:12px 5px 4px;
	position:absolute;
	right:10px;
	text-align:center;
	top:30px;
	}
	.helper {
	margin-bottom:1.5em;
	}
	fieldset .footnote {
	margin:10px 3% 20px 32%;
	}
	.captcha-group label {
	margin-top:0;
	}
	.captcha-group img {
	float:left;
	margin:0 0 0 3%;
	}
	.captcha-group input {
	float:left;
	width:36%;
	}
	.error, .warning, .success {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border:1px solid #DDDDDD;
	margin-bottom:1em;
	padding:10px 4px 10px 60px;
	}
	.error, .plan-response-error {
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background:#FFDBAC url(/images/form-validate-stop.gif) no-repeat;
		border-color:#F67B00;
		color:#F67B00;
	}
	.warning {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
background:#FFDBAC url(/images/form-validate-stop.gif) no-repeat;	
border-color:#FFD324;
	color:#817134;
	}
	.success, #mc_success_msg {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
background:#FFDBAC url(/images/form-validate-stop.gif) no-repeat;
border-color:#C6D880;
	color:#529214;
	}
	.error a {
	color:#D12F19;
	}
	.notice a {
	color:#817134;
	}
	.success a {
	color:#529214;
	}
	.success strong {
	color:#2A4D09;
	}
	#mc_message {
	margin:4px 0 !important;
	padding:4px 8px 4px 0;
	}
	#mc_message ul {
	margin:0;
	}
	.mc_error_msg {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#FBE3E4 none repeat scroll 0 0;
	color:#D12F19;
	margin:0 !important;
	padding:4px 8px;
	}
	.mc_success_msg {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#E6EFC2 none repeat scroll 0 0;
	color:#529214;
	display:block;
	font-weight:normal;
	line-height:1.3em;
	margin:0 !important;
	padding:4px 8px;
	}
	input.error, textarea.error, select.error {
	background-color:#FFFFFF;
	background-image:none;
	border:1px solid  #F00;
	color:#F00;
	padding:5px;
	}
	input.error:focus {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#DEF3F7 none repeat scroll 0 0;
	border:2px solid #A2BEDE;
	}
	label.error {
	background-position:12px 50% !important;
	color:#D12F19;
	display:block;
	margin-bottom:0;
	margin-left:33%;
	margin-top:0;
	padding:10px 4px 10px 60px;
	position:relative;
	text-align:left;
	top:-15px;
	width:52%;
	z-index:200;
	}
	#sms-verification .btn {
	margin-right:0;
	}
	#sms-verification p.warning {
	padding-right:10px;
	}
	.button {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#395C8A none repeat scroll 0 0;
	border:3px solid #83A4CA;
	color:#FFFFFF;
	display:inline-block;
	font-size:120%;
	font-weight:bold;
	letter-spacing:0;
	margin:0;
	min-width:120px;
	width:auto !important;
	}
	.button.blue {
	padding:1em 1.8em;
	}
	.button.blue:hover {
	color:#FFFFFF;
	}
	
	#signup_form legend {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #C4D3EA;
	color:#336699;
	font-size:1.2em;
	font-weight:bold;
	margin:0 -0.4em;
	padding:5px 10px;
	text-transform:capitalize;
	}
	#signup_form label {
	color:#555555;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-top:9px;
	text-align:right;
	text-transform:capitalize;
	width:30%;
	}
	#signup_form fieldset {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#EEF3F8 none repeat scroll 0 0;
	border:1px solid #C4D3EA;
	clear:both;
	margin:0 0 30px 0.3em;
	padding:1em 1.4em 1.4em;
	}
	#signup_form input:focus, textarea:focus {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border:2px solid #EF9E4D;
	}
	#signup_form .field-group {
	clear:both;
	float:left;
	margin:6px 0 4px;
	width:100%;
	}
	#signup_form input, textarea, select {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	color:#666666;
	font-family:"Lucida Grande","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size:1.1em;
	margin-left:15px;
	padding:5px;
	width:60%;
	}
	#signup_form label.error {
	border-color:#FBC2C4;
	color:#D12F19;
	margin-bottom:-18px;
	position:relative;
	text-align:left;
	top:-25px;
	width:50% !important;
	}
	#signup_form div.error {
	background-position:12px 50% !important;
	color:#D12F19;
	display:block;
	margin-bottom:0;
	margin-left:33%;
	margin-top:0;
	padding:10px 4px 10px 60px;
	position:relative;
	text-align:left;
	top:-5px;
	width:50% !important;
	z-index:50;
	}
	.helper {
	margin-bottom:20px !important;
	}
	.btn, input[type="submit"] {
	color:#FFFFFF !important;
	}
	.indicates-required {
	margin-bottom:0 !important;
	}
	.by-clicking {
	color:#999999;
	font-size:10px;
	margin-bottom:0;
	margin-top:15px;
	padding-bottom:0;
	}
	div.field-help {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 50%;
	border:0 none;
	float:none;
	font-size:95%;
	left:0;
	padding:13px 2px 4px;
	right:auto;
	text-align:left !important;
	}
	
/* ALTERNATIVE FORM STYLES */
.squeezepage-top form {
	float:left;
	width:100%;
	text-align: left;
}

.squeezepage-top fieldset {
	background: #fac14d url(/images/form-background.jpg) bottom repeat-x;
}

.squeeze-bottom {
}



/*LOGIN FORM*/

#LoginForm {
	float:left;
	text-align: left;
}

#LoginForm fieldset {
	background: #fac14d url(/images/form-background.jpg) bottom repeat-x;
}

#forgotpassword {
	width:60%;

	}
	
#forgotpassword a {
		color:#FFF;
	font-weight: bold;
	text-decoration:underline;
	
	}
	
#note {
	width:300px;
	min-height:411px;
	position:relative;
	overflow:visible;
	padding:80px 50px 0 50px;
	background-image: url(/images/note-orange-pin.jpg);
	background-repeat: no-repeat;
	background-position: left top;	

	}
 /*END LOGIN FORM*/
 
 
 
 /*SIGN UP FORM*/
 #SignUp fieldset {
	background: #fac14d;
}
 
 #SignUp a {
	 color:#FFF;
	font-weight: bold;
	text-decoration:underline;
	 }
	 
	 /*END SIGN UP*/
	 
	 
	 /*CONTACT, REGISTRATION FORM*/
	 #ContactForm fieldset, #RegistrationForm fieldset, #ChangePassword fieldset, #ProfileForm fieldset,#GiftForm fieldset {
	background: #fac14d url(/images/form-background.jpg) bottom repeat-x;
	margin-bottom: 20px;
}
	 
	 /*END CONTACT*/
	 
	 /*BACKSTAGE FORM*/
	 
	 #BackstageForm {
		 padding:15px;
		 width:50%;
		 float:right;
		 }
	 
	 #BackstageForm fieldset {
		 margin-bottom:15px;
	background: #fac14d url(/images/form-background.jpg) bottom repeat-x;
		 }