form label {
	float: left;
	clear: left;
}

form fieldset ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form fieldset {
	margin-bottom: 10px;
	border: none;
}

form#account_info #submit {
	margin-left: 257px;
}

form#login #submit {
	margin-left: 269px;
}


/* Login Form */

form#login fieldset input {
	width: 200px;
}

form#login label {
	width: 100px; /* Width of labels */
}

form#add_to_cart label {
	width: 230px;
}

form#add_to_cart input {
	width: 30px;
}

form#add_to_cart #submit {
	width: 100px;
}

/* Account Info Form */

form#account_info fieldset input {
	width: 200px;
}
form#account_info legend {
	padding: 0 2px;
	font-weight: bold;
}
form#account_info label {
	line-height: 1.8;
}

form#account_info fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form#account_info fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form#account_info fieldset fieldset label {
	display: block;
	width: auto;
}
form#account_info em {
	font-style: normal;
	color: #f00;
}
form#account_info label {
	width: 100px; /* Width of labels */
}
form#account_info fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}
form#account_info .warning {
	font-size: 11px;
	color: #AF0007;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

* .validation_warning {
	background-color: #FEFFBF;
}

* .validation_warning input {
	border: 1px solid #AF0000
}

div#errors {
	border: 1px solid #AF0000;
	background-color: #FFEFEF;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
}

div#errors ul {
	padding-left: 15px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
		
* html div#errors ul {
	padding-left: 0;
	margin-left: 15px;
}

* #strength {
	display: inline;
	color: #9F0000;
}
* #strength.Bad {font-weight: bold;}
* #strength.Good {color: #DFA200; font-weight: bold;}
* #strength.Strong {color: #3D8F00; font-weight: bold;}

/* Add to Cart Form */

form#add_to_cart fieldset label {
	clear: right;
	float: none;
	width: auto;
	padding-left: 10px;
}

form#add_to_cart fieldset input {
	float: left;
	clear: left;
}