#loginBox {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: left;
}
#loginBox a img {
	border: none;
}
#geoTrustseal {
	background: url(img/seal_blank.gif) no-repeat 100% 0;
	height: 45px;
	margin: -25px 2px -20px 0;
}
#loginBox .loginPanel {
	background: url(img/login-panel.png) 0 100%;
	padding: 0 20px 10px 20px;
	width: 460px;
	margin-bottom: 20px;
}
#loginBox .loginPanel h2 {
	background: url(img/login-panel-top.png) no-repeat 0 0;
	height: 30px;
	padding: 0 21px;
	margin: 0 -20px;
	cursor: move;
	font-size: 13pt;
	line-height: 30px;
	color: #71000b;
}
#geoTrust a {
	display: block;
	text-align: center;
	margin: 10px 0;
}
#loginBox fieldset {
	background: #ebebeb;
	border: none;
	padding: 0;
}
#loginBox legend {
	padding: 15px 10px;
	font-weight: normal;
	font-size: 14pt;
}
#loginBox .lp-formItem {
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
	margin: 0;
}
#loginBox .lp-formItem label {
	display: block;
	font-size: 8pt;
	color: #222;
	font-weight: bold;
}
#loginBox .lp-formItem input {
	border: 1px solid #d1d1d1;
	background: url(img/input.png) 0 0 #fff;
	padding: 4px 4px 0 4px;
	height: 18px;
	line-height: 30px;
	width: 190px;
}
#loginBox .lp-submit {
	background: #fff;
}
#loginBox .lp-forgotPass {
	background: #fff;
}
#loginBox .lp-forgotPass a {
	color: #BF0018;
}
#loginBox .lp-radioInput input, #loginBox .lp-submit input {
	width: auto;
	padding: 0;
	border: none;
	background: none;
	height: auto;
}
#loginBox .lp-bigPanelTitle {
	height: 30px;
	background: url(img/big-panel-topleft.png) 0 0 no-repeat;
	margin: 0 -20px;
	cursor: pointer;
}
#loginBox .lp-bigPanelTitleInside {
	background: url(img/big-panel-topright.png) 100% 0 no-repeat;
	padding: 0 20px;
}
#loginBox .lp-bigPanelTitle h2 {
	font-size: 13pt;
	line-height: 30px;
	color: #71000b;
	padding: 0;
}
#loginBox .lp-bigPanelContainer {
	width: 50%;
	float: left;
}
#loginBox .lp-bigPanelContainer .lp-bigPanel {
	margin: 0;
}
#loginBox .lp-bigPanel {
	background: url(img/big-panel-left.png) 0 100%;
	margin: 0 0 10px 0;
}
#loginBox .lp-bigPanelInside {
	background: url(img/big-panel-right.png) 100% 100% no-repeat;
	padding: 0 20px 10px 20px;
}
.fader {
	display: none;
}
#loginBox .showInfo {
	display: block;
}
#loginBox .bigPanelWide {
	width: auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.lp-formItem input {
		line-height: 1em !important;
		height: auto !important;
		padding: 12px 4px 4px 4px;
	}
}

