/* formerly pageLogin.css */

#atg_store_loginOrRegister{ z-index:10000; }
#overlay {
    background: #ccc;
    color: #333;
    display: none;
    overflow: auto;
    width: 660px;
    top: 151px !important;
	text-align: left;
}

#overlay .action {
	width: 309px;
	float: left;
	padding: 10px;
}

#overlay #signin.action { border-right: 1px solid #ccc; }

/* close Button */

.close {
    background: url("/static/img/buttons/modal-close-button.png") no-repeat scroll left top transparent;
    cursor: pointer;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 7px;
    width: 17px;
}

/* PageLogin.jsp Edits */

.mainContentContainer #atg_store_accountLogin{background:#fff;color:#000}

#atg_store_registerIntro h2.title{
    color: #FF9900;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    text-transform: uppercase;
}
#atg_store_accountLogin form#atg_store_registerLoginForm,#atg_store_loginOrRegister form#atg_store_preRegisterForm{padding:20px}
#atg_store_accountLogin .atg_store_basicForm label{font-size:12px;text-transform:uppercase;display:block;}
#atg_store_accountLogin .atg_store_basicForm input#atg_store_registerLoginEmailAddress,
#atg_store_accountLogin .atg_store_basicForm input#atg_store_registerLoginPassword,
#atg_store_accountLogin .atg_store_basicForm input#atg_store_registerEmailAddress{width:360px;margin-bottom:10px;}
a.info_link{margin-left:5px;color:#333}