/* 
 Login page 
*/
#login_wrapper {
 position: relative;
 width: 920px;
 height: 724px;
 left: 0px;
 top: 0px;
 /*border: 1px solid red;*/
}

#login_wrapper #returning_customer {
 position: absolute;
 width: 920px;
 height: 283px;
 left: 0px;
 top: 0px;
 background: transparent url(images/fashion_mosaic/login/bg_returning_customer.jpg) no-repeat left top;
 /*border: 1px solid blue;*/
}

#login_wrapper #new_customer {
 position: absolute;
 width: 920px;
 height: 432px;
 left: 0px;
 bottom: 0px;
 background: transparent url(images/fashion_mosaic/login/bg_new_customer.jpg) no-repeat left top;
 /*border: 1px solid green;*/
}

/* 
 Registration form
*/
/*
 Billing address
*/
#new_customer #b_firstname_w {
 position: absolute;
 left: 102px;
 top: 51px;
}
#new_customer #b_lastname_w {
 position: absolute;
 left: 102px;
 top: 75px;
}
#new_customer #b_address_w {
 position: absolute;
 left: 102px;
 top: 99px;
}
#new_customer #b_address_2_w {
 position: absolute;
 left: 102px;
 top: 123px;
}
#new_customer #b_city_w {
 position: absolute;
 left: 102px;
 top: 147px;
}
#new_customer #b_state_w {
 position: absolute;
 left: 102px;
 top: 172px;
}
#new_customer #b_state_w select {
 position: absolute;
 left: 1px;
 top: 0px;
}
#new_customer #b_country_w {
 position: absolute;
 left: 102px;
 top: 195px;
}
#new_customer #b_country_w select {
 position: absolute;
 left: 1px;
 top: 0px;
 width: 230px; 
}
#new_customer #b_zipcode_w {
 position: absolute;
 left: 102px;
 top: 219px;
}
#new_customer #phone_w {
 position: absolute;
 left: 102px;
 top: 243px;
}
#new_customer #email_w {
 position: absolute;
 left: 102px;
 top: 267px;
}


#new_customer #uname_w {
 position: absolute;
 left: 104px;
 top: 320px;
}
#new_customer #passwd1_w {
 position: absolute;
 left: 104px;
 top: 344px;
}
#new_customer #passwd2_w {
 position: absolute;
 left: 104px;
 top: 368px;
}

/*
 Shipping address
*/
#new_customer #shipping_eq_billing {
 position: absolute;
 left: 479px;
 top: 30px;
 cursor: pointer;
}
#new_customer #txt_shipping_eq_billing {
 position: absolute;
 left: 500px;
 top: 31px;
 font-style: italic;
 font-size: 12px;
 color: #000000;
 font-family: 'times new roman', verdana, arial, helvetica, sans-serif;
}

#new_customer #ship_box {
 position: absolute;
 left: 470px;
 top: 52px;
 width: 380px;
 height: 240px;
 /*border: 1px solid red;*/
}
#ship_box #s_firstname_w {
 position: absolute;
 left: 103px;
 top: 23px;
}
#ship_box #s_lastname_w {
 position: absolute;
 left: 103px;
 top: 47px;
}
#ship_box #company_w {
 position: absolute;
 left: 103px;
 top: 71px;
}
#ship_box #s_address_w {
 position: absolute;
 left: 103px;
 top: 95px;
}
#ship_box #s_address_2_w {
 position: absolute;
 left: 103px;
 top: 119px;
}
#ship_box #s_city_w {
 position: absolute;
 left: 103px;
 top: 143px;
}
#ship_box #s_state_w {
 position: absolute;
 left: 103px;
 top: 167px;
}
#ship_box #s_state_w select {
 position: absolute;
 left: 1px;
 top: 0px;
}
#ship_box #s_country_w {
 position: absolute;
 left: 103px;
 top: 191px;
}
#ship_box #s_country_w select {
 position: absolute;
 left: 1px;
 top: 0px;
 width: 230px; 
}
#ship_box #s_zipcode_w {
 position: absolute;
 left: 103px;
 top: 215px;
}

#new_customer #button_create_account {
 position: absolute;
 left: 690px;
 top: 365px;
}

#new_customer #reg_errors {
 position: absolute;
 left: 370px;
 top: 300px;
 width: 540px;
 text-align:center;
 /*border: 1px solid red;*/
}
#new_customer #reg_errors p {
margin: 0px;
padding: 0px;
}
