@charset "utf-8";

/* CSS Document - Landing */



html {

	background:#728a97 url(../images/global/bg_content.gif) repeat-x 0px 0px;	

}



body {

	width:784px;  				/* set width of page */

	height:502px;

	margin:0px auto;

	position:relative;

	display:block;

	background:url(../images/global/landing_v2.jpg) 0px 76px no-repeat;

}



p#welcome {

	position:absolute; display:block;

	top:103px; left:142px;

	width:487px; height:15px; overflow:hidden;

	text-indent:-9999px;

	background:url(../images/global/landing_welcome.gif) 0px 0px no-repeat;

}



div#enter {

	position:absolute; display:block;

	left:171px; top:144px;

	width:179px; height:147px;

	padding:15px;

	background:url(../images/global/landing_enter.gif) 0px 0px no-repeat;

}

div#login {

	position:absolute; display:block;

	left:392px; top:144px;

	width:179px; height:147px;

	padding:15px;

	background:url(../images/global/landing_sign.gif) 0px 0px no-repeat;

}



h2 {

	font-size:1.1em; text-transform:uppercase; font-weight:bold;

	color:#022a3f;

	line-height:1.2em; letter-spacing:0px;

	margin:0 0 15px 0;

}

div.enterBox form {

	position:relative; display:block;

	padding:0 0 5px 0;

	margin:0 0 10px 0;

}

div.enterBox form input.submit {

	/*position:absolute; display:block;

	bottom:0px; left:55px;

	

	*/

	position:relative; display:block;

	width:100px; height:19px;

	margin:5px 0 0 55px;

	border:none;

	background:url(../images/global/but_enter.gif) 0px 0px no-repeat;

	cursor:pointer;

	text-align:left;

	padding: 0 0 0 20px;

	font-size: 1.2em

	

	

}

div.enterBox form ul li {

	position:relative; display:block;

	margin:5px 0 0 0;

}

div.enterBox form ul li em {

	position:absolute; display:block;

	top:0px; right:0px;

	color:#FF0000; font-size:1.5em; line-height:1.1em;

}

div.enterBox form div#error {

	position:absolute; display:block;

	top:-10px; left:195px;

	width:146px; height:80px;

	background:url(../images/global/landing_error.gif) 0px 0px no-repeat;

}

div.enterBox form div#error p{

	padding:10px 10px 10px 20px; border:none; color:#FF0000;

}





div.enterBox form label {

	position:relative; display:inline; float:left;

	width:55px;

}

div.enterBox form select, div.enterBox form input {

	width:110px; font-size:1.1em;

	border:1px solid #999999; padding:1px;

}



div.enterBox p {

	line-height:1.1em; margin:0; padding:5px 0 0 0; color:#666; font-size:1.1em; border-top:1px solid #CCCCCC;

}

div.enterBox a {

	position:absolute; display:block;

	bottom:10px; left:15px;

	font-size:1.1em; text-transform:uppercase; font-weight:bold; text-decoration:none;

	color:#999999;

}

div.enterBox a:hover {

	color:#000000;

}



