body {
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #a6a6a6;	

}

#closewindow {
	display: block;
	float: right;
	width: 74px;
	height: 40px;
}
h3 {
	text-align: left;
	color: black;
	margin: 0 auto;
	font-size: 16px;
	line-height: 33px;
	padding: 0 0 7px 20px;
}

h3.small-heading {
	font-size: 1.2em;
	line-height: 1em;
	color: #264aa5;
}

* html #box-form h3.small-heading {
	font-size: 1.2em;
	line-height: 1em;
	color: #264aa5;
	padding: 0 0 7px 0;
}

h2 {
	font-size: 1.6em;
	padding: 60px 0;
	background: url(/img/css/loginlogo.jpg) no-repeat 50% 0;
	margin-top:60px;
	border: solid 1px #ccc;
	line-height: 1em;
	color: #264aa5;
}

a {
	color: #264aa5;
}

fieldset {
	border: 0;
}


hr {
	color: #ccc;
	background-color: #ccc;
	margin: 10px 0;
	border: 0;
	height: 1px;
	margin: 5px 20px;
	
}


#loginform, #mailafriend{
	width: 440px;
	margin: 0 auto 10px;
	background: url(/img/css/loginbg.jpg) left bottom repeat-x;
	border: 1px solid #cacaca;
}

#recoverpassword {
	text-align: center;
	padding: 10px 10px;
}

#loginform legend {
	display: none;
}
#loginform fieldset {
	border: 0;
	padding: 8px;
	margin: 0;
	text-align: justify;
}

#loginformsubmit {
	text-indent: -5000px;
}

#loginemaillabel, #loginpasswordlabel {
	float: left;
}
label {
	display: block;
}
.greyborder {
	border: 1px solid #969696;
	width: 140px;
	margin: 3px 0 0;
}
.cust_birth_year, .cust_birth_year, .cust_birth_year

#loginform a {
	color: #a6a6a6;
}	
#loginform a:hover {
	text-decoration: none;
}	

#loginformsubmit {	
	display: block;
	width: 85px;
	height: 32px;
	border: 0;
	cursor: pointer;
	margin: 0 auto;
	text-indent: -5000px;
	background: url(/img/css/login.jpg) left top no-repeat;
}
#submitback, #submitnextstep {
	display: block;
	float: left;
	width: 74px;
	height: 22px;
	border: 0;
	text-indent: -5000px;
	cursor: pointer;
	margin: 0 auto;
	position: relative;
	left: 130px;
	background: url(../img/css/submitback.jpg) left top no-repeat;
}
#submitnextstep {
	float: right;
	position: relative;
	left: -130px;
	background: url(../img/css/submitnextstep.jpg) left top no-repeat;
}

.floatright {
	float: right;
}

#steps {
	width: 435px;
	height: 36px;
	padding: 0 0 0 15px;
	margin: 0 auto;
	background: url(../img/css/stepsbg.jpg) left top repeat-x;
	list-style: none;
	position: relative; 
	top: -7px;
}
#step1, #step2, #step3 {
	float: left;
	display: block;
	height: 26px;
	padding: 10px 65px 0 0;
	font-weight: bold;
	margin: 0 0 0 50px;
	background: url(../img/css/step1.jpg) right top no-repeat;
}
#step2 {
	background: url(../img/css/step2.jpg) right top no-repeat;
}
#step3 {
	background: url(../img/css/step3.jpg) right top no-repeat;
}
/* Positive Button */

a.button {
	margin-top: 5px;
	font-size: 11px;
	display:block;

	text-decoration: none;
	font-weight: bold;
	color: black;
	height: 22px;
	text-align: center;
	padding-right: 10px;
	background: url(../img/css/cart_btn.jpg) no-repeat 100% 0;
}

a.button:hover {
	color: #fff;
	background: url(../img/css/cart_btn.jpg) no-repeat 100% -23px;
}

a.button span{
	display: block;
	padding: 5px 0 6px 10px;
	line-height: 12px;
	background: url(../img/css/cart_btn.jpg) no-repeat 0 0;
	width: auto;
	height: auto;
	margin: 0;
}

a.button:hover span {
	display: block;
	padding: 5px 0 6px 10px;
	line-height: 12px;
	background: url(../img/css/cart_btn.jpg) no-repeat 0 -23px;

}

.clearboth {
	clear:both;
}

.error  {
	text-align: center;
	color: #cc0000;
	font-size: 1.1em;
	padding: 10px;
}



input.textfield {
	color: #333333;
	height: 1.7em;
	border: solid 1px #c1c1c1;
	background-color: #f9f9f9;
	margin: 5px 0;
	text-align: left;
}

textarea {
	color: #333333;
	font-family: verdana, helvetica, sans-serif;
	line-height: 1.5em;
	border: solid 1px #c1c1c1;
	background-color: #f9f9f9;
	height: 50px;
	margin: 5px 0;
	resize: none;
}


/* Negative Button */

a.lbneg-button {
	margin-top: 5px;
	font-size: 11px;
	display:block;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	height: 22px;
	text-align: center;
	padding-right: 10px;
	background: url(../img/css/lb_neg_btn.jpg) no-repeat 100% 0;
}

a.lbneg-button:hover {
	color: #fff;
	background: url(../img/css/lb_neg_btn.jpg) no-repeat 100% -23px;
}

a.lbneg-button span {
	display: block;
	padding: 5px 0 6px 10px;
	line-height: 12px;
	background: url(../img/css/lb_neg_btn.jpg) no-repeat 0 0;
	color: #fff;
}

a.lbneg-button:hover span {
	display: block;
	padding: 5px 0 6px 10px;
	line-height: 12px;
	background: url(../img/css/lb_neg_btn.jpg) no-repeat 0 -23px;
	color: #fff;
}

/* Negative Button */

a.neg-button2 {
	margin-top: 5px;
	margin-left: 28px;
	font-size: 11px;
	display:block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	height: 22px;
	text-align: center;
	padding-right: 10px;
	background: url(../img/css/cart_neg_btn.jpg) no-repeat 100% 0;
}

a.neg-button2:hover {
	color: #fff;
	background: url(../img/css/cart_neg_btn.jpg) no-repeat 100% -23px;
}

a.neg-button2 span {
	display: block;
	padding: 5px 0 6px 10px;
	line-height: 12px;
	background: url(../imgs/cart_neg_btn.jpg) no-repeat 0 0;
}

a.neg-button2:hover span {
	display: block;
	padding: 5px 0 6px 10px;
	line-height: 12px;
	background: url(../imgs/cart_neg_btn.jpg) no-repeat 0 -23px;
}

/* Cart Steps */

* {
margin: 0;
padding: 0;
}
div#cart-steps {
	margin: 7px 0 10px 0;
	width: 100%;
	float: left;
	height: 26px;
	background: url(../imgs/cart_steps_bg.jpg) repeat-x 0 0;	
}

div#cart-steps div#list-container {
	width: 500px;
	margin: 0 auto;

}

div#cart-steps div#reg-container {
	width: 370px;
	margin: 0 auto;

}


div#cart-steps div#list-l {
	float: left;
	width: 100%;

	background: url(../imgs/cart_steps_lframe.jpg) no-repeat 0 0;
}

div#cart-steps div#list-r {
	float: left;
	width: 100%;
	background: url(../imgs/cart_steps_rframe.jpg) no-repeat 100% 0;
}

div#cart-steps ul {
	float: left;
	list-style: none;
}

div#cart-steps li {
	list-style:none;
	float: left;
	width:  90px;
	margin: 1px 15px;
	margin-bottom: 10px;
	font-size: 1.2em;
}


div#cart-steps li p {
	float: left;
	padding-top: 6px;
}

div#cart-steps div.off {
	float:right;
	display: block;
	color: #fff;
	width: 26px;
	padding: 5px 14px;
	background: url(../imgs/stepball_off.gif) no-repeat 0 0;		
}

div#cart-steps div.on {
	float:right;
	display: block;
	color: #fff;
	width:26px;
	padding: 5px 14px;
	background: url(../imgs/stepball_on.gif) no-repeat 0 0;		
}

/* Long Length Form Fields & Inputs */

select.xlongform, input.xlongform, textarea.xlongform {
	width: 350px;
}

select.longform, input.longform, textarea.longform {
	width: 250px;
}

select.liquid, input.liquid, textarea.liquid {
	width: 100%;
}


/* Long Length Form Fields & Inputs */

select.xlongform, input.xlongform, textarea.xlongform {
	width: 350px;
}

select.longform, input.longform, textarea.longform {
	width: 250px;
}

select.liquid, input.liquid, textarea.liquid {
	width: 100%;
}


/* Mid Length Form Fields & Inputs */
select.midform, input.midform {
	width: 140px;
}


/* Short Form Fields & Inputs */
select.shortform, input.shortform {
	width: 80px;
}

/* Short Form Fields & Inputs */
select.xshortform, input.xshortform {
	width: 40px;
}

/* Liquid Width Form Elements */
select.liquid, input.liquid, textarea.liquid {
	width: 100%;
}



div#confirmation {
	margin: 30px;
}

div#confirmation p {
	font-size: 1em;
	line-height: 1.5em;
}

.radiobutton {
	margin: 6px 4px;
}

#box-form-container {
	background: #fff;
	padding: 20px; 
}

#box-form {
	background: #f2f2f2 url(/img/css/loginbg.jpg) repeat-x 0 0;
	width: 464px;
	margin:0 auto;
	text-align: left;
	border: 1px solid #cacaca; 
	padding: 10px; 
}

#login-error {
	background: #f2f2f2 url(/img/css/loginbg.jpg) repeat-x 0 0;
	width:80%;
	margin: 20px auto 0px auto;
	text-align: left;
	border: 1px solid #cacaca; 
	padding: 10px; 
}

#login-error li{
	color: #333;
	text-align: center; 
	list-style-type: none; 
}


/*
#box-form label {
	text-align:left;
	display: block;
	width: 100%;
}*/

.box_form_row {
	height: auto;
	margin: 0 0 0 20px;
}

.box_form_row label{
	float: left;
	height: 15px;
	width: 45%;
	margin: 10px 0 0 0;
	font-weight: bold;
}

.box_form_row input{
	float: left;
	width: 45%;
}

.box_form_row textarea{
	float: left;
	width: 45%;
}

#box_form_q{
	float: left;
	height: auto;
	width: 40%;
	margin: 10px 0 0 0;
}

.box_form_row span{
	float: left;
	height: auto;
	width: 50%;
	margin: 10px 0 0 0;
}

#box_form_nb{
	float: left;
	height: auto;
	margin: 15px 0 0 20px;
	font-size: 10px;
}

#logincookie{
	float: left;
	height: auto;
	width: 5%;
	margin: 10px 0 0 17px;

}

#box-form hr {
	width: 100%;
	margin: 10px 0;
	padding: 0;
}

/* Form Buttons */

.login-button {
	float:left;
	margin: 0 0 0 220px;
}

.forgotten-button {
	float:left;
	margin-left: 202px;
}

.mail-button {
	float:left;
	margin-left:140px;
	padding-bottom:10px;
}

.review-button{
	float:left;
	margin-left:180px;
	padding-bottom:10px;
}

/* Form Buttons */

.sendfriend_row {
	width: 450px;
	float: left; 
	height: auto;
	margin: 5px 0 5px 20px;
}

.sendfriend_row label{
	float: left;
	height: 15px;
	width: 30%;
	margin: 10px 0 0 0;
	font-weight: bold;
}

.sendfriend_row input{
	float: left;
	width: 65%;
}

.sendfriend_row textarea{
	float: left;
	width: 65%;
	height: 100px;
}

.sendfriend_row span{
	float: left;
	height: auto;
	width: 50%;
	margin: 10px 0 0 0;
}

.sendfriend_row-button {
	float:left;
	margin: 0 0 0 155px;
	width: 160px;
}
