/************************************************************************************
  RESET
  *************************************************************************************/
  html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
  img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* set html5 elements to block */
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.topLogin {
	width:100%;
	height:128px;
	background:url(../images/topBG.png) repeat-x;
}
.wrapper {
	width:1000px;
	margin:0 auto;
}
.cl {
	clear:both;
}
#loginBG {
	background:url(../images/loginBG.gif) center center repeat-x;
}
.topLogo {
	float:left;
	padding:5px 0 0 380px;
}
.round {
	width:709px;
	height:527px;
	float:left;
	background:url(../images/round.png) no-repeat;
	margin:0 0 0 448px;
}

.roundPic {
    float: left;
    left: 4px;
    position: absolute;
    top: 185px;
    width: 597px;
}
.roundPic img {
	height:512px;
}
.social {
    float: left;
    margin:15px 0 0 288px;
    
    width: 181px;
}
.loginBox {
	float:left;
	background:url(../images/loginBox.png) no-repeat;
	width:510px;
	height:308px;
	margin:19px 0 0 98px;
}
.loginSec {
	width:367px;
	padding:50px 0 0px 70px;
	float:left;
}
.iconSec {
	float:left;
}
.formSec {
	float:right;
	width:318px;
	height:38px;
	border:1px solid #d7d6d6;
	border-radius:5px;
	padding:0 0 0 5px;
	outline:none;
}
.checkBoxi {
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#888686;
	padding:7px 0 0 0;
}
.loginTourAC {
	float:left;
	color:#646161;
	font-family:arial, Gadget, sans-serif;
	font-size:25px;
	text-align:center;
	text-transform:uppercase;
	padding:70px 0 0 193px;
}
.loginButons {
	width:118px;
	height:35px;
	float:right;
	background:url(../images/loginButton.png) no-repeat;
	cursor:pointer;
	outline:none;
	border:none;
	font-size:0;
}

#loginFooter {
	width:100%;
	height:45px;
	background:#00aeef;
}
.footerTxt {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	font-style:italic;
	padding:15px 0 0 0;
}