#loginDiv {	
	width:345px;
	padding:50px;
	background-color:#ffffff;
	box-shadow: 10px -10px 5px  #E3E3E3;
	box-shadow: 0 0 6px rgba(0,0,0,0.6); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.6); -o-box-shadow: 0 0 6px rgba(0,0,0,0.6);
	margin:50px auto 0 auto;
	border-radius: 5px 5px 5px 0;
	position:relative;
}
body > #mainWrapper{
min-height:78%;/*700px*/
}
#loginDiv h1{
	margin:0 0 10px 0;
}
#mainContentRight{
	min-height: 500px;
}

form label:first-child{
	width:315px;
	font-weight:600;
}
p.introPara {
	margin:0 0 15px;	
}
.contentButtons{
	width: auto;
	float: right;
	margin:15px 0px 0 0;
}
form input[type=checkbox] {
margin: 0px 7px 0 8px;
}
#languages{
	position:absolute;
	bottom: -40px;
	left: -1px;
	box-shadow: 10px -10px 5px  #E3E3E3;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.6); -moz-box-shadow: 3px 5px rgba(0,0,0,0.6); -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.6); -o-box-shadow: 0px 2px 5px rgba(0,0,0,0.6);
	 border-top-left-radius: 0;
	 border-top-right-radius: 0;
}

#loginDiv form p {
	float:left;
	margin:0 0 10px;
}
#loginDiv input[type="text"].short, #loginDiv input[type="password"].short{
	width:325px;
	}
.helpLink p{
	text-align:right;
	padding:7px;
	margin-left:40px;
}
.helpLink{
	margin-top: 0px;
	
}
.helpLink p select{
	margin-right:15px;
}

body, #mainWrapper,#mainWrapper #mainContentRight {
	background:#ECECEC;
}


#mainContentRight {
	border:none;
	float:none;
	margin:0 auto;
	width:460px;
}


/* lightbox css */
#backgroundPopup, #backgroundDiscount{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popup, #discountWrap{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/	
	z-index:50;
	padding:0;	
	/*font-size:0.93em*/;
	color:#043052;
	background:#545454;
	padding:0;
	border-radius:0;
	opacity:1;	
	padding-top:50px;
}
#rememberForm {
	width:540px;
}
#popup h2 {
	
}
#popup h1{
	text-indent:-5000px;	
}
#popup .box {
	width:300px;
	position:relative;
}
#popup p{	
	line-height:170%;
	margin:15px auto;
}
#popupClose {
    color: #FF7700;
    cursor: pointer;
    display: block;
  /*  font-size: 14px;*/
    font-weight: 700;
    line-height: 14px;
    padding: 10px 15px;
    position: absolute;
    right:-8px;
    text-decoration: none;
    top:-2px;
	z-index:10;	
}
#popupClose:hover {
	background:url(../images/layout/round.png) no-repeat;	
}
/*Appointment Form*/
#rememberForm {
	position:relative;
	width:635px;
	height:210px;
	border:1px solid #ccc;
	background:#fff;
}
#rememberForm h2.emailSent {
  /*  font-size: 1.8em;*/
    line-height: 150%;
    margin: 60px auto 0;
    text-align: center;
    width: 402px;
}
#rememberForm h2{
	/*font-size:1.3em;*/
	color:#4B4A4A;
}
.popupForm {
	margin:30px auto;
	width:490px;
}