a {
	text-decoration: none
}

.container {
	width: 262px;
	margin: 0 auto;
	padding-top: 200px;
}

#bar {
	width: 100%;
	height: 35px;
	padding: 15px 0;
	background: url(../images/bar.png) repeat-x;
}

#container {
	width: 960px;
	margin: 0 auto;
}

/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#loginContainer {
	position: relative;
	float: right;
	font-size: 12px;
	padding-top: 0px;
}

#loginContainer2 {
	position: relative;
	float: right;
	font-size: 12px;
	padding-top: 0px;
}

#loginContainer3 {
	position: relative;
	float: left;
	font-size: 12px;
	padding-top: 0px;
}

#loginContainer4 {
	position: relative;
	float: left;
	font-size: 12px;
	padding-top: 0px;
	z-index: 120;
}

/* Login Button */
#loginButton {
	display: inline-block;
	float: right;
	position: relative;
	z-index: 30;
	cursor: pointer;
}

#loginButton2 {
	display: inline-block;
	float: right;
	position: relative;
	z-index: 30;
	cursor: pointer;
}

#loginButton3 {
	display: inline-block;
	float: left;
	position: relative;
	z-index: 30;
	cursor: pointer;
}

#loginButton4 {
	display: inline-block;
	float: left;
	position: relative;
	z-index: 30;
	cursor: pointer;
}

/* Login Button Text */
#loginButton span {
	font-family: "Segoe UI", Calibri, Arial, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #de7025;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
	padding: 7px 29px 9px 10px;
	background: url(../images/reg-bt.png) no-repeat; background-position: right 5px;
	display: block;
}

#loginButton2 span {
	font-family: "Segoe UI", Calibri, Arial, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #005c91;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
	padding: 7px 29px 9px 10px;
	background: url(../images/sign-bt.png) no-repeat; background-position: right 5px ;
	display: block
}

#loginButton3 span {
	font-family: "Segoe UI", Calibri, Arial, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #005c91;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
	padding: 30px 38px 10px 10px;
	background: url(../images/topemail.png) no-repeat; background-position: 0px -5px;
	display: block
}

#loginButton4 span {
	font-family: "Segoe UI", Calibri, Arial, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #005c91;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
	padding: 15px 25px 10px 10px;
	background: url(../images/emailBottom.png) no-repeat; background-position: 0px -7px;
	display: block
}

#loginButton:hover {
	
}

#loginButton2:hover {
}

#loginButton3:hover {
}

#loginButton4:hover {
}

/* Login Box */
#loginBox {
	position: absolute;
	top: 28px;
	right: -10px;
	display: none;
	z-index: 29;
}

#loginBox2 {
	position: absolute;
	top: 35px;
	right: -12px;
	display: none;
	z-index: 29;
	width: 188px;
	height: 141px;
	background-image: url(../images/login2.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#loginBox3 {
	position: absolute;
	top: 35px;
	right: 0px;
	display: none;
	z-index: 29;
	width: 172px;
	height: 111px;
	background-image: url(../images/mailpopup.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#loginBox4 {
	position: absolute;
	top: 35px;
	right: 10px;
	display: none;
	z-index: 999;
	width: 168px;
	height: 111px;
	margin-top: -160px;
	margin-bottom: 100px;
	margin-left: 50px;
	background-image: url(../images/mailpopup2.png);
	background-repeat: no-repeat;
	background-position: right;
	left: -180px;
}

/* If the Login Button has been clicked */
#loginButton.active {
	border-radius: 0px 0px 0 0;
}

#loginButton.active span {
	background: url(../images/reg-bt.png) no-repeat; background-position: right 5px;
}

/* A Line added to overlap the border */
#loginButton.active em {
	position: absolute;
	width: 100%;
}

/* Login Form */
#loginForm {
	width: 154px;
	height: 101px;
	background-image: url(../images/popup.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: -27px;
	margin-top: -28px;
}

#loginForm fieldset {
	margin: 0 0 12px 0;
	display: block;
	border: 0;
	padding: 0;
}

fieldset#body {
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 13px;
	margin: 0;
}

#loginForm #checkbox {
	width: auto;
	margin: 1px 9px 0 0;
	float: left;
	padding: 0;
	border: 0;
	*margin: -3px 9px 0 0; /* IE7 Fix */
}

#body label {
	color: #3a454d;
	margin: 9px 0 0 0;
	display: block;
	float: left;
}

#loginForm #body fieldset label {
	display: block;
	float: none;
	margin: 0 0 6px 0;
}

/* Default Input */
#loginForm {
	border: 0px solid #899caa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	color: #3a454d;
	font-weight: bold;
	box-shadow: inset 0px 1px 3px #bbb;
	-webkit-box-shadow: inset 0px 1px 3px #bbb;
	-moz-box-shadow: inset 0px 1px 3px #bbb;
	font-size: 12px;
}

/* Sign In Button */
#loginForm #login {
	width: auto;
	float: left;
	background: #339cdf url(../images/loginbuttonbg.png) repeat-x;
	color: #fff;
	padding: 7px 10px 8px 10px;
	text-shadow: 0px -1px #278db8;
	border: 0px solid #339cdf;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 12px 0 0;
	cursor: pointer;
	*padding: 7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm span {
	text-align: center;
	display: block;
	padding: 7px 0 4px 0;
}

#loginForm span a {
	color: #3a454d;
	text-shadow: 1px 1px #fff;
	font-size: 12px;
}

input:focus {
	outline: none;
}

#loginButton2.active {
	border-radius: 3px 3px 0 0;
}

#loginButton2.active span {
	background: url(../images/sign-bt.png) no-repeat; background-position: right 5px;
}

/* A Line added to overlap the border */
#loginButton2.active em {
	position: absolute;
	width: 100%;
	background: url(../images/sign-bt.png) no-repeat; 
	bottom: 0px;
}

/* Login Form */
#loginForm2 {
	margin-top: -1px;
	padding: 6px;
}

#loginForm2 fieldset {
	margin: 0 0 2px 0;
	display: block;
	border: 0;
	padding: 0;
}

#loginForm2 #checkbox {
	width: auto;
	margin: 1px 9px 0 0;
	float: left;
	padding: 0;
	border: 0;
	*margin: -3px 9px 0 0; /* IE7 Fix */
}

#loginForm2 #body fieldset label {
	display: block;
	float: none;
	margin: 0 0 6px 0;
}

/* Default Input */
#loginForm2 input {
	border: 0px solid #899caa;
	color: #3a454d;
	font-weight: bold;
	padding: 6px 6px;
	font-size: 12px;
}

/* Sign In Button */
#loginForm2 #login {
	background-color: transparent;
	background-image: url(../images/lock.png);
	background-position: 2px center;
	background-repeat: no-repeat;
	border: medium none;
	color: #005C91;
	cursor: pointer;
	float: right;
	font-family: Calibri, "Segoe UI", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	margin-right: 5px;
	margin-top: 0;
	text-decoration: underline;
	text-indent: 10px;
	text-shadow: 0 1px 0 #FFFFFF;
	text-transform: uppercase;
	width: 56px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm2 span {
	text-align: center;
	display: block;
	padding: 7px 0 4px 0;
}

#loginForm2 span a {
	color: #3a454d;
	text-shadow: 1px 1px #fff;
	font-size: 12px;
}

/* A Line added to overlap the border */
#loginButton2.active em {
	position: absolute;
	width: 100%;
	background: url(../images/sign-bt.png) no-repeat; 
	bottom: 0px;
}

/* Login Form */
#loginForm2 {
	margin-top: -1px;
	padding: 6px;
}

#loginForm2 fieldset {
	margin: 0 0 2px 0;
	display: block;
	border: 0;
	padding: 0;
}

#loginForm2 #checkbox {
	width: auto;
	margin: 1px 9px 0 0;
	float: left;
	padding: 0;
	border: 0;
	*margin: -3px 9px 0 0; /* IE7 Fix */
}

#loginForm2 #body fieldset label {
	display: block;
	float: none;
	margin: 0 0 6px 0;
}

/* Default Input */
#loginForm2 input {
	border: 0px solid #899caa;
	color: #3a454d;
	font-weight: bold;
	padding: 6px 6px;
	font-size: 12px;
}



/* Mail In Button */
#loginButton2.active {
	border-radius: 3px 3px 0 0;
}

#loginButton2.active span {
	background: url(../images/sign-bt.png) no-repeat; background-position: right 5px;
}

/* A Line added to overlap the border */
#loginButton2.active em {
	position: absolute;
	width: 100%;
	background: url(../images/sign-bt.png) no-repeat; 
	bottom: 0px;
}

/* Login Form */
#loginForm2 {
	margin-top: -1px;
	padding: 6px;
}

#loginForm2 fieldset {
	margin: 0 0 2px 0;
	display: block;
	border: 0;
	padding: 0;
}

#loginForm2 #checkbox {
	width: auto;
	margin: 1px 9px 0 0;
	float: left;
	padding: 0;
	border: 0;
	*margin: -3px 9px 0 0; /* IE7 Fix */
}

#loginForm2 #body fieldset label {
	display: block;
	float: none;
	margin: 0 0 6px 0;
}

/* Default Input */
#loginForm2 input {
	border: 0px solid #899caa;
	color: #3a454d;
	font-weight: bold;
	padding: 6px 6px;
	font-size: 12px;
}

/* Sign In Button */
#loginForm2 #login {
	background-color: transparent;
	background-image: url(../images/lock.png);
	background-position: 2px center;
	background-repeat: no-repeat;
	border: medium none;
	color: #005C91;
	cursor: pointer;
	float: right;
	font-family: Calibri, "Segoe UI", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	margin-right: 5px;
	margin-top: 0;
	text-decoration: underline;
	text-indent: 10px;
	text-shadow: 0 1px 0 #FFFFFF;
	text-transform: uppercase;
	width: 56px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm3 span {
	text-align: center;
	display: block;
	padding: 7px 0 4px 0;
}

#loginForm3 span a {
	color: #3a454d;
	text-shadow: 1px 1px #fff;
	font-size: 12px;
}

/* A Line added to overlap the border */
#loginButton3.active em {
	position: absolute;
	width: 100%;
	background: url(../images/sign-bt.png) no-repeat; 
	bottom: 0px;
}

/* Login Form */
#loginForm3 {
	margin-top: 0px;
	padding: 6px;
}

#loginForm3 fieldset {
	margin: 0 0 0 2px;
	display: block;
	border: 0;
	padding: 0;
}

#loginForm3 #checkbox {
	width: auto;
	margin: 1px 9px 0 0;
	float: left;
	padding: 0;
	border: 0;
	*margin: -3px 9px 0 0; /* IE7 Fix */
}

#loginForm3 #body fieldset label {
	display: block;
	float: none;
	margin: 0 0 6px 0;
}

/* Default Input */
#loginForm3 input {
	border: 0px solid #899caa;
	color: #3a454d;
	font-weight: bold;
	padding: 6px 6px;
	font-size: 12px;
}



#loginForm4 span {
	text-align: center;
	display: block;
	padding: 7px 0 4px 0;
}

#loginForm4 span a {
	color: #3a454d;
	text-shadow: 1px 1px #fff;
	font-size: 12px;
}

/* A Line added to overlap the border */
#loginButton4.active em {
	position: absolute;
	width: 100%;
	background: url(../images/sign-bt.png) no-repeat; 
	bottom: 0px;
}

/* Login Form */
#loginForm4 {
	margin-top: -16px;
	padding: 7px 7px 7px 10px;
}

#loginForm4 fieldset {
	margin: 0 0 2px 0;
	display: block;
	border: 0;
	padding: 0;
}

#loginForm4 #checkbox {
	width: auto;
	margin: 1px 9px 0 0;
	float: left;
	padding: 0;
	border: 0;
	*margin: -3px 9px 0 0; /* IE7 Fix */
}

#loginForm4 #body fieldset label {
	display: block;
	float: none;
	margin: 0 0 6px 0;
}

/* Default Input */
#loginForm4 input {
	border: 0px solid #899caa;
	color: #3a454d;
	font-weight: bold;
	padding: 6px 6px;
	font-size: 12px;
}


.space-bg {
	float: left;
	height: 54px;
	width: 2px;
	float: right;
	background-image: url(../images/space.png);
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-right: 0px; margin-top:-10px;
}

.login-box {
	width: auto;
	height: 54px;
	float: right;
	display: inline-block;
}

.login-box-in {
	width: 210px;
	height: 35px;
	float: right;
	display: inline-block;
}

.login a {
	font-family: "Segoe UI", Calibri, Arial, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #005c91;
	display: inline-block;
	float: left;
	text-decoration: none;
	font-weight: 600;
	width: 90px;
	background-image: url(../images/sign-bt.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 15px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	cursor: pointer;
}

.register a {
	font-family: "Segoe UI", Calibri, Arial, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #de7025;
	display: inline-block;
	float: left;
	text-decoration: none;
	font-weight: 600;
	width: 102px;
	background-image: url(../images/reg-bt.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 15px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	cursor: pointer;
}

.reg-popup {
	width: 152px;
	height: 101px;
	background-image: url(../images/popup.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: -27px;
	margin-top: 4px;
}

.login-popup {
	width: 168px;
	height: 141px;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: -50px;
	margin-top: 0px;
}

.mail-popup {
	width: 168px;
	height: 141px;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: -50px;
	margin-top: 0px;
}

.email-txt {
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	color: #494949;
	margin-top: 36px;
	width: 134px;
	height: 15px;
	background: none;
	margin-left: 6px;
}

.pass-txt {
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	color: #494949;
	margin-top: 0px;
	width: 152px;
	height: 20px;
	border: none;
	background: none;
	margin-left: 8px;
}

.login-bt {
	font-family: Calibri, "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #005c91;
	text-decoration: underline;
	margin-top: 10px;
	float: right;
	width: 56px;
	height: 20px;
	background-image: url(../images/lock.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 13px;
	border: none;
	background-color: transparent;
	margin-right: 10px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	cursor: pointer;
	font-weight: bold;
}

.mail-bt {
	font-family: Calibri, "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #005c91;
	text-decoration: underline;
	margin-top: 3px;
	float: right;
	width: 80px;
	height: 20px;
	background-image: url(../images/mail_icon.ico);
	background-repeat: no-repeat;
	background-position: left 6px;
	text-indent: 13px;
	border: none;
	background-color: transparent;
	margin-right: 10px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	cursor: pointer;
	font-weight: bold;
}

.logout a {
	font-family: Calibri, "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	font-style: italic;
	color: #de7025;
	text-decoration: none;
	margin-top: 3px;
	float: right;
	width: 60px;
	background-image: url(../images/lock.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 13px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	font-weight: bold;
}

.logout a:hover {
	font-family: Calibri, "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	font-style: italic;
	color: #ff5400;
	text-decoration: underline;
	margin-top: 3px;
	float: right;
	width: 60px;
	background-image: url(../images/lock.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 13px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	font-weight: bold;
}

.user-reg a {
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	color: #6e7a84;
	text-decoration: underline;
	float: left;
	background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 23px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	font-weight: normal;
	margin-left: 18px;
	float: left;
	margin-top: 55px;
}

.user-reg a:hover {
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	float: left;
	background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 23px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	font-weight: normal;
	margin-left: 18px;
	float: left;
	margin-top: 55px;
}

.store-reg a {
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	color: #005c91;
	text-decoration: underline;
	float: left;
	background-image: url(../images/store-re.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 23px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	font-weight: normal;
	margin-left: 18px;
	float: left top;
	margin-top: 5px;
}

.store-reg a:hover {
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	float: left;
	background-image: url(../images/store-re.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 23px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	font-weight: normal;
	margin-left: 18px;
	float: left top;
	margin-top: 5px;
}

.forgot-pass a {
	float: left;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-left: 0;
	margin-top: 8px;
	text-decoration: underline;
	text-indent: 10px;
	text-shadow: 0 1px 0 #FFFFFF;
	color: #545454;
	font-weight: bold;
}

.forgot-pass a:hover {
	float: left;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-left: 0;
	margin-top: 8px;
	text-decoration: underline;
	text-indent: 10px;
	text-shadow: 0 1px 0 #FFFFFF;
	color: #1f1f1f;
	font-weight: bold;
}