
.note {
	font-style: italic;
	font-size: 10px; 
	float:none;
	clear:both;
}

div.error-container {
	margin-bottom:20px;
}

div.errors {
	margin:0px;
}


div.errors h3 {
	border-bottom: 5px solid red;
	color:red;
	text-transform: uppercase;
}

div.errors ul {
	margin-left: 20px;
} 

div.errors ul li {
	color:red;
	list-style-type:square;
	padding: 3px 0px;
	font-size:14px;
}

div.errors ul li .error {
	margin:0px;
	font-size:14px;
}

div.registerform,
div#register_confirm {
	width:520px;
	margin:auto;
	min-height: 350px;
}

div.registerform h3 {
	color:#6A7475;
	text-transform:uppercase;
}

div.registerform fieldset {
	/*background-color:#A0B0B1;
	color:#FFFFFF; */
	padding:20px 20px;
	font-size:14px;
	margin-bottom:20px;
}

div.registerform fieldset p {
	margin-bottom:1em;
}

div.registerform label {
	float: left;
	width: 150px;
}

div.registerform label.error {
	color:red;
	margin-left:150px;
	display:block;
	float:none;
	font-size:11px;
}

div.registerform input,
div.registerform select {
	clear:right;
	margin-bottom:4px;
	padding: 0px;
	border:1px solid #A0B0B1;
}

div.registerform input {
	height:18px;
}

div.registerform input.error,
div.registerform select.error {
	border:1px solid red;
}

div.registerform fieldset input.radio {
	width: 20px;
}

div#submit {
	text-align:center;
	margin-bottom:1em;
}

div#submit input {
	border: 0px;
	padding:0px 10% 0px 10px;
	/* width: 150px; */
	height:30px;
	font-size:16px;
	line-height:30px;
	float:none;
	background: #859293 url("/images/register/double-arrow.gif") no-repeat 90% center;
	font-weight:bold;
	text-transform:lowercase;
	color:#ffffff;
}

div#submit .loading {
	background-image: url("/images/register/register-loading.gif");	
}

/* short user form */

div#logindetails input#email {
	width:300px;
}

div#logindetails input#password,
div#logindetails input#password_confirm {
	width:120px;
	margin-right:5px;
	float:left;
}

div#passwordblock {
	height: 24px;
}

#termsconditions input {
	float:left;
	clear:none;
	border:0px;
	height:auto;
}

#termsconditions input.error {
	border: 2px solid red;
	outline: 2px solid red;
}

#termsconditions label {
	float:left;
	margin-left:10px;
	width: 90%;
	font-size:11px;
}

div#emailsubscription {
	font-size:12px;
	margin-bottom:20px;
}

div#emailsubscription h4 {
	color:#6A7475;
	text-transform:uppercase;
	border-bottom:5px solid #A0B0B1;
	margin-bottom:1em;
}

/* register confirm */

form#promo fieldset {
	padding:20px;
	margin:10px 0px;
}

#register_confirm p {
	margin-bottom:1em;
	
}

#register_confirm fieldset#start_moneyam {
	text-align:center;
	margin-bottom:1em;
	padding:10px;
}

/* address form */

div#useraddressform fieldset input {
	width: 250px;
}

div#useraddressform fieldset div#emailaddress {
	display:none;
}

/* payment form */

div#userpaymentform fieldset input {
	width: 300px;
}

div#userpaymentform fieldset input.radio {
	width: 20px;
	margin-right: 280px;
	border:0px;
}

div#userpaymentform fieldset select#card_type {
	margin-right:200px;
}

div#userpaymentform fieldset input#issueno {
	width:30px;
	margin-right:270px;
}

div#userpaymentform fieldset div.form_data {
	margin-bottom:4px;	
}

div#totaltopay {
	padding:20px 20px;
	font-size:14px;
	margin-bottom:20px;
	background-color:#F6F6F6;
	border:1px solid #A0B0B1;
	overflow: auto;
}

div#totaltopay div#paymentrate {
	font-size: 24px;
	font-weight: bold;
	color:#6A7475;
	width: 225px;
	float: left;
}

div#totaltopay div#paymentduration {
	width: 250px;
	float: left;
	font-size: 12px;
}

div#choosecard {
	margin-top:20px;
	padding-top:10px;
	border-top:1px solid #A0B0B1;
	text-align:center;
}

div#choosecard label {
	display:inline;
	float:none;
	width:auto;
}

div#userpaymentform form fieldset div#choosecard input.radio {
	width:auto;
	margin-right: 20px;
	margin-bottom: 0px;
	float:none;
	height:12px;
}

/* register error */
div#register_error p {
	margin-bottom:1em;
}

/* jquery password validate */
.password-meter {
	width: 174px;
	float:left;
	height:20px;
	margin:0px 0px 5px 0px;
	font-size:12px;
}
.password-meter-message {
	text-align: right;
	font-weight: bold;
	color: #666;
	top:0px;
	line-height:16px;
	font-size:12px;
	display:inline;
}
.password-meter-bg, .password-meter-bar {

	height: 4px;
	/*font-size:14px; */
}
.password-meter-bg {
	margin-top:3px;
	background: #e0e0e0;
}


.password-meter-message-very-weak {
	color: #aa0033;
}
.password-meter-message-weak {
	color: #f5ac00;
}
.password-meter-message-good {
	color: #6699cc;
}
.password-meter-message-strong {
	color: #008000;
}

.password-meter-bg {
	width:100%;
}

.password-meter-bg .password-meter-similar-to-username, 
.password-meter-bg .password-meter-very-weak {
	background: #aa0033;
	width: 30px;
}
.password-meter-bg .password-meter-weak {
	background: #f5ac00;
	width: 60px;
}
.password-meter-bg .password-meter-good {
	background: #6699cc;
	width: 135px; 
}
.password-meter-bg .password-meter-strong {
	background: #008000;
	width: 174px;
}

.password-meter a {
	color:blue;
	cursor: pointer;
	text-decoration: underline;
}

/*
 * register steps
 */

div#register_steps {
	margin:auto;
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;
	overflow: hidden;
	width:520px;
}

div#register_steps ul li {
	padding: 5px 15px 5px 18px;
	color: #A0B0B1;
	display:inline;
	width: 120px;
	background: url("/images/register/arrow_A0B0B1.gif") left center no-repeat;
}

div#register_steps.user ul li.user {
	color:#6A7475;
	font-weight:bold;
	background: url("/images/register/arrow_6A7475.gif") left center no-repeat;
}

div#register_steps.address ul li.address {
	color:#6A7475;
	font-weight:bold;
	background: url("/images/register/arrow_6A7475.gif") left center no-repeat;
}

div#register_steps.payment ul li.payment {
	color:#6A7475;
	font-weight:bold;
	background: url("/images/register/arrow_6A7475.gif") left center no-repeat;
}

div#register_steps.confirm ul li.confirm {
	color:#6A7475;
	font-weight:bold;
	background: url("/images/register/arrow_6A7475.gif") left center no-repeat;
}


/* password strength dialog */
div#password-strength {
	text-align:left;
}

div#password-strength h2,
div#password-strength p {
	margin-bottom:1em;
}

div#password-strength ul li {
	list-style-type: disc;
	margin-left:20px;
	padding-left:10px;
}
