@import url("main_reset.css");

#container-password {
	margin: 0;
	padding: 30px;
	width: 300px;
	height: 265px;
}

#container-login {
	margin: 0;
	padding: 15px;
	width: 370px;
	height: 370px;
	background: url(../../images/login/background.png) no-repeat;
}

.login-bg {
	background-color: transparent;
}

.disclaimer {
	font: 11px/15px Arial;
	color: #373737;
	margin: 0 0 15px;
	padding: 10px 0 0;
}

.disclaimer a {
	font: 11px/15px Arial;
	color: #373737;
	margin: 0;
	padding: 0;
}

#panel-loggedin img {
	width: 68px;
	height: 68px;
	display: block;
	margin: 32px auto 25px;
}

#panel-loggedin {
	width: 300px;
	display: block;
	text-align: center;
}

#panel-loggedin a {
	color: #000;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	display: block;
	height: 14px;
	margin-top: 32px;
}

#login-problem {
	color: #b32329;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	vertical-align: bottom;
	height: 12px;
	margin-top: 14px;
	position: relative;
	left: 10px;
	bottom: 3px;
}

label {
	color: #000;
	font: 14px Georgia, "Times New Roman", Times, serif;
	display: block;
	height: 26px;
	text-align: left;
	background-position: left;
	float: left;
}

.label-holder {
	height: 26px;
	width: 100%;
	margin-bottom: 6px;
	margin-top: 10px;
	background: url(../../images/cart/bg-label.gif) no-repeat;
}

.login-textbox {
	width: 219px;
	height: 18px;
	margin: 0 0 10px;
	color: #5f5f5f;
	font: 15px Arial;
	text-align: left;
}

.form-holder {
	width: 219px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
	right: 3px;
	padding-top: 70px;
}

.message {
	float: right;
}

.submit-button {
	width: 51px;
	height: 30px;
	background: url(../../images/login/button-login.png) no-repeat;
	display: block;
	position: relative;
	right: 3px;
	bottom: 3px;
}

.submit-button:hover {
	width: 51px;
	height: 30px;
	background: url(../../images/login/button-login.png) no-repeat;
	display: block;
	position: relative;
	right: 3px;
	bottom: 2px;
}

.submit-button:active {
	width: 51px;
	height: 30px;
	background: url(../../images/login/button-login.png) no-repeat 0 -30px;
	display: block;
	position: relative;
	right: 3px;
	bottom: 2px;
}

.login-loading {
	width: 24px;
	height: 24px;
	display: block;
	float: right;
	position: relative;
	right: 8px;
	top: 2px;
}
/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 370px;
    color: #333;
    padding: 15px;
	height: 370px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
