.login-box {
	width: 210px;
	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;
}

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

.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: 154px;
	height: 101px;
	background-image: url(../images/popup.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: -27px;
	margin-top: -28px;
}

.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: -28px;
}

.email-txt {
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	color: #494949;
	margin-top: 44px;
	width: 130px;
	height: 20px;
	border: none;
	background: none;
	margin-left: 18px;
}

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

.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;
}

.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: 42px;
}

.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: 42px;
}

.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;
	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;
	margin-top: 5px;
}