﻿/*.loginStyle
{
	width: 470px;
	height: 240px;
	background-image: url(../Images/bgkLogin.jpg);
	background-repeat: no-repeat;
}*/

.loginContentLeft
{
	width: 380px;
	text-align: left;
	vertical-align: top;
	padding: 100px 0 0 50px;
	text-transform: none;
	font-size: 12px;
}
.loginContentRight
{
	text-align: left;
	vertical-align: top;
	padding-top: 100px;
	text-transform: none;
	font-size: 12px;
}

.loginError
{
	padding-bottom: 5px;
	text-align: left;
	color: Red;
}

.loginButton
{
	height: 25px;
	border: solid 1px #BB9E88;
	/*padding-right: 12px;*/
	background-color: #F6DBC0;
	/*background-image: url(../Images/bgkButton.png);
	background-position: right;
	background-repeat: no-repeat;*/
	font-family: Times New Roman;
	font-size: 12px;
	text-transform: uppercase;
}

.loginButtonW
{
	height: 25px;
	border: solid 1px #CCCCCC;
	background-color: Transparent;
	/*
	padding-right: 16px;
	background-image: url(../Images/bgkButton.png);
	background-position: right;
	background-repeat: no-repeat;*/
	font-family: Times New Roman;
	font-size: 11px;
	text-transform: uppercase;
}

.loginNavButton
{
	font-family: Times New Roman;
	border: none;
	background: none;
	text-align: center;
}

.loginTop
{
	width: 470px;
	height: 36px;
	background-image: url(../Images/bgkLoginTop.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	color: White;
}
.loginErrMess
{
	width: 470px;
	background-image: url(../Images/bgkLoginMiddle.jpg);
	background-repeat: repeat-y;
	padding: 10px 30px 0 30px;
	text-align: center;
	color: Red;
}
.loginMiddle
{
	width: 470px;
	background-image: url(../Images/bgkLoginMiddle.jpg);
	background-repeat: repeat-y;
	padding: 15px 30px 10px 30px;
}
.loginBottom
{
	width: 470px;
	height: 23px;
	background-image: url(../Images/bgkLoginBottom.jpg);
	background-repeat: no-repeat;
}
.loginNavButtonManageOrders
{
	font-family: Times New Roman;
	border: none;
	background: none;
	text-align: center;
	width: 120px;
}
.loginNavButtonChangePassword
{
	font-family: Times New Roman;
	border: none;
	background: none;
	text-align: center;
	width: 130px;
}
.loginNavButtonChangeQuestion
{
	font-family: Times New Roman;
	border: none;
	background: none;
	text-align: center;
	width: 130px;
}
.loginNavButtonChangeEmail
{
	font-family: Times New Roman;
	border: none;
	background: none;
	text-align: center;
	width: 110px;
}
.loginNavButtonContactsManagement
{
	font-family: Times New Roman;
	border: none;
	background: none;
	text-align: center;
	width: 160px;
}
.loginNavButtonManageShippingAddress
{
	font-family: Times New Roman;
	border: none;
	background: none;
	text-align: center;
	width: 180px;
}
.loginNavButtonManageBillingAddress
{
	font-family: Times New Roman;
	border: none;
	background: none;
	text-align: center;
	width: 170px;
}

#divLoginCloak
{
	background-color: Black;
	visibility: hidden;
	width: 100%;
	height: 890px;
	position: absolute;
	top: 0;
	left: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
	opacity: 0.35;
}

#divLogin
{
	width: 944px;
	height: 510px;
	background-image: url(../Images/divPopupLogin.png);
	background-repeat: no-repeat;
	top: 200px;
	left: 200px;
	position: absolute;
}

.messageSuccess
{
	color: Blue;
	font-weight: bold;
}
.messageWarning
{
	color: Red;
	font-weight: bold;
}