body {
	margin:0px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    color:black;
}

.clearing{
    clear: both;
}

#loginMenu, #userBox {
	width:160px;
    height:20px;
    top:132px;
    position:absolute;
    margin-left: 800px; 
     
 	z-index:50; 
    color:white;  
}

#loginMenu a, #userBox a {
	color:white;
    text-decoration:none;
    font-weight:bold;
}

#userBox a {
	font-weight:normal;
}
#loginMenu a:hover, #userBox a:hover {
	color:white;
    text-decoration:none;
    font-weight:bold;
}


#loginBox {
	display:none;
    position:absolute;
    top:127px;
    margin-left: 600px; 
     
    z-index:50;
}

#regBox {
	display:none;
    position:absolute;
    top:127px;
    margin-left: 707px; 
    z-index:50;
}

.boxTop {
	background:url(images/box_top.png) no-repeat;
    width:263px;
    height:31px;
}

.boxMiddle {
	background:url(images/box_middle.gif);
    width:263px;
}

.boxCont {
	margin-left:25px;
    padding-top:15px;
    padding-bottom:10px;
    width:208px;
    background:url(images/bg.jpg) no-repeat top left;
    text-align:left;
}

#regFbConnect {
	display:none;
}

.boxBottom {
	background:url(images/box_bottom.png) no-repeat;
    width:263px;
    height:6px;
}


.infoBoxTop {
	background:url(images/info_box_top.png) no-repeat;
    width:200px;
    height:13px;
}

.infoBoxMiddle {
	background:url(images/info_box_middle.gif);
    width:200px;
}

.infoBoxCont {
	margin-left:10px;
    padding-top:3px;
    padding-bottom:3px;
    width:180px;
}

.infoBoxBottom {
	background:url(images/info_box_bottom.png) no-repeat;
    width:200px;
    height:7px;
}


.boxTopTitle {
	font-weight:bold;
    float:right;
    margin-top:5px;
    height:25px;
    
}

.boxTopTitle2 {
	font-weight:bold;
    float:right;
    margin-top:5px;
    height:25px;
    width:396px;
    font-weight:bold;
    text-align:left;
}

.boxTopClose {
	float:right;
    margin-right:8px;
    cursor:pointer;
    margin-top:5px;
    height:25px;
}

.boxTopLeft {
	float:right;
    margin-right:10px;
    margin-top:5px;
    height:25px;
    color:white;
}

.boxTopLeft a {
	color:white;
    text-decoration:none;
    font-weight:bold;
}

.boxTopLeft a:hover {
	color:black;
    text-decoration:none;
    font-weight:bold;
}

.inputClass {
	background:url(images/input_bg.jpg) repeat-x;
    height:22px;
    font-size:12px;
    color:black;
    border-bottom:solid 1px #DADADA; 
    border-right:solid 1px #DADADA; 
    border-top:solid 1px #A6A6A6; 
    border-left:solid 1px #A6A6A6; 
    margin-top:5px;
    margin-bottom:5px;
}

#loginWithFb {
	cursor:pointer;
    margin-top:10px;
    margin-bottom:10px;
}

.boxContCenter {
	text-align:center;
}

.boxContCenter a {
	color:black;
    text-decoration:none;
}

.boxContCenter a:hover {
    text-decoration:none;
    font-weight:bold;
}

.regLeft {
	float:left;
    width:85px;
    height:22px;
    margin-top:8px;
    font-weight:bold;
    text-align:left;
}

.regRight {
	float:left;
    width:121px;
    height:25px;
    margin-bottom:5px;
    text-align:left;
}

.checkStyle {
	width:200px; 
    cursor:pointer;
}

.regSeparator {
	height:1px;
    margin-top:7px;
    margin-bottom:7px;
    background-color:#E6E6E6;
}

#regBtn {
	margin-top:10px;
    margin-bottom:3px;
}

.infoBox {
	width:200px;
    height:80px;
   	position:absolute;
    display:none;
    z-index:51;
}

#termsBox {
	position:absolute;
    display:none;
    z-index:52;
}

#loadingLogin,#loadingReg{
	display:none;
    padding-top:50px;
    margin-left:105px;
}

.errorSpan {
	display:none;
    font-size:10px;
    color:red;
    margin-bottom:5px;
    text-align:left;
}

#regSendBtn {
	margin-top:10px;
    margin-bottom:5px;
}

#regWithFb {
	margin-top:10px;
}

#closeRegBox,#closeLoginBox,#closeTermBtn,#closeTermBtn2 {
	cursor:pointer;
	margin-left:3px;
}

#lostPassCont,#lostPassFinCont {
	display:none;
}

#codeimg2 {
	margin-left:5px;
}

.termsBoxTop {
	background:url(images/term_top_bg.png) no-repeat;
    width:483px;
    height:7px;
}

.termsBoxMiddle {
	background:url(images/term_middle_bg.gif);
    width:483px;
    padding-bottom:5px;
}

.termsBoxCont {
	margin-left:10px;
    padding-top:3px;
    padding-bottom:3px;
    width:453px;
    height:400px;
    scrolling:auto;
    overflow:auto;
    text-align:left;
    padding-right:10px;
}

.termsBoxBottom {
	background:url(images/term_bottom_bg.png) no-repeat;
    width:483px;
    height:6px;
}

.termsLink {
	color:black;
    text-decoration:none;
    font-weight:bold;
}

.termsLink:hover {
    text-decoration:underline;
}

