	
	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 1.4em;
	}
	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 15px 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;
	}
	
	.simpleimage input[type="file"]{
		margin-left: 200px;
		
		
		}
	
	
	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;
	margin-bottom:15px;	
	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%;
	margin-bottom:15px;
	}
	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;
	}
	
	.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(/themes/jamorama/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;
	width:auto !important;
	margin-left:auto;
	margin-right:60px;
	}
	.btn:hover, input[type="submit"]:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: url(/themes/jamorama/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, .required, .valitation {
	-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, .required, .valitation, .plan-response-error {
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background:#FFDBAC url(/themes/jamorama/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:#FFF6BF none no-repeat scroll 14px 50%;
	border-color:#FFD324;
	color:#817134;
	}
	.success, #mc_success_msg {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#E6EFC2 none no-repeat scroll 14px 50%;
	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, span.error, span.required, span.valitation {
	background-position:12px 50% !important;
	color:#D12F19;
	display:block;
	margin-bottom:15;
	margin-left:33%;
	margin-top:0;
	padding:10px 4px 10px 60px;
	position:relative;
	text-align:left;
	top:0px;
	width:52%;
	z-index:50;
	}
	#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;
	}
	.button.grey, .button.grey:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none no-repeat scroll right top;
	border:0 none;
	color:#666666;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	height:32px;
	margin-left:24px;
	padding-right:25px;
	padding-top:13px;
	vertical-align:middle;
	}
	.button.grey span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none no-repeat scroll left top;
	display:block;
	float:left;
	height:44px;
	margin-left:-24px;
	margin-top:-13px;
	position:relative;
	width:25px;
	}
	#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;
	}


p#Remember, p#ForgotPassword{ margin-left:30%;} 

p#Remember label {
	margin-left: 0px;
	text-align:left;
	display:inline;
	margin-top: 0px;
	float:none;
	}
	
	div#PageComments_holder legend {
		
		display:none;
		}