@charset "utf-8";
*{
	border:none;
	}
body {
	width:100%;
	margin:auto;
	padding:0px;
	text-align:center;
	background-color:#151515;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.user1{
	float:right;
	width:220px;
	color: #ffffff;
	margin-top: 28px;
	}
.user2{
	float:right;
	width:80px;
	color: #ffffff;
	padding-top: 47px;
	}
.clear{
	clear:both;
	}
.button {
	cursor:pointer;
	cursor:hand;
}
.yellow {color:#ffd400;}
.logo{
	width:249px;
	height:44px;
	float: left;
	padding-top: 50px;
	padding-left:20px;
	}
h4{
	font-size:17px;
	font-weight:normal;
	color: #ffffff;
	}
#header{
	margin:0 auto;
	width:818px;
	position: relative;
	}

#transparent {
	margin:0 auto;
	width:818px;
	height:480px;
	background-color:#117897;
	opacity:0.66;
	-moz-opacity:0.66;
	filter:alpha(opacity=66);
	}
#contentholder {
	position:absolute;
	top:140px;
	left:50%;
	margin-left:-409px;
	}
#content {
	position: absolute;
	width:818px;
	height:480px;
	background-color: transparent;
	z-index: 2;  
	}
#left{
	float:left;
	position:relative;
	width: 324px;
	}
#right{
	float:right;
	position:relative;
	padding: 15px 75px 0 0px;
	text-align: left;
	font-size: 12.78px;
	width: 355px;
	}
#right ul{
	list-style:none;
	}
#right ul li{
	list-style:none;
	margin-left:-30px;
	}
#right b em{
	font-size:12.78px;
	color:#ffffff;
	font-style: normal;
	}
#right b{
	font-size:12.78px;
	color:#000000;
	font-weight:bold;
	}
.box1{
	width:324px;
	position:relative;
	color: #cacaca;
	font-size: 14px;
	padding: 15px 15px 0px 20px;
	text-align: left;
	}
.box2 em{
	font-size: 12px;
	color:#1c87a7;
	text-align: center;
	}
.box1 b{
	font-size: 14px;
	color:#ffd400;
	text-align: left;
	font-weight:normal;
	}
.box1 em{
	font-size: 14px;
	color:#0fa3ce;
	text-align: left;
	font-style:normal;
	}
.box1 ul{
	margin:0;
	padding:17px 0 30px 22px;
	list-style:url(../images/bullet.jpg);
	}
.box1 li {
	padding:0 0 1px 0;
	}
.box1top{
	background:url(../images/box1_top.gif) no-repeat;
	height:14px;
	}
.box1mid{
	background:url(../images/box1_mid.gif) repeat-y;
	text-align: left;
	padding-left: 18px;
	padding-right: 17px;
	}
.box1bot{
	background:url(../images/box1_bot.gif) no-repeat;
	height:11px;
	}
.box2{
	width:324px;
	position:relative;
	padding: 15px 15px 30px 20px;
	}
.box2top{
	background:#ededed url(../images/box2_top.jpg) no-repeat;
	height:11px;
	}
.box2mid{
	background:url(../images/box2_mid.jpg) repeat-y;
	padding: 1px 5px 0px 5px;
	}
.box2bot{
	background:url(../images/box2_bot.jpg) no-repeat;
	height:13px;
	}
#footer{
	background:url(../images/content_bot.gif) no-repeat;
	margin:0 auto;
	height:100px;
	width:818px;
	opacity:0.66;
	-moz-opacity:0.66;
	filter:alpha(opacity=66);
	}
.user_name{}
.pw{}
.user_name2{}
.pw2{}
.email{}
.invite{}
.help{

	}
.form1{
	position: relative;
	}
.form1 p{
	color:#cacaca;
	}
.login{

	}
.sbmt_btn1{
	margin:0 auto;
	}
.btn1{
	margin:0 auto;
	}
/*Start-NAV*/
#nav
{
	margin:2px auto 5px auto;
	background:url(../images/nav.jpg) no-repeat;
	width:818px;
	height:19px;
	overflow:hidden;
}
.nav{
	padding-left:20px;
	}
.nav a{
	background:#202020 repeat-x scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	margin: 7px 5px 0 0px;
	float: left;
}
.nav a em {
	background:transparent url(../images/menu_left.jpg) no-repeat scroll left top;
	display:block;
	float: left;
}


.nav a b {
	background:transparent url(../images/menu_right.jpg) no-repeat scroll right top;
	display:block;
	font-style:normal;
	font-weight:bold;
	padding:4px 12px 7px 12px;
	}

.nav a:hover{
	background:transparent url(../images/menu_center_h.jpg) repeat-x scroll 0 0;
	color:#2f2f2f;
	display:block;
	font-size:13px;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	margin: 7px 5px 0 0;
	float: left;
}
.nav a:hover em{
	background:transparent url(../images/menu_left_h.jpg) no-repeat scroll left top;
	display:block;
	float: left;
}

.nav a:hover b{
	background:transparent url(../images/menu_right_h.jpg) no-repeat scroll right top;
	display:block;
	font-style:normal;
	font-weight:bold;
	padding:4px 12px 7px 12px;
	}
.nav a:active{
	background:transparent url(../images/menu_center_h.jpg) repeat-x scroll 0 0;
	color:#2f2f2f;
	display:block;
	font-size:13px;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	margin: 7px 5px 0 0;
	float: left;
	width: 28px;
}
.nav a:active em{
	background:transparent url(../images/menu_left_h.jpg) no-repeat scroll left top;
	display:block;
	float: left;
	width: 28px;
}

.nav a:active b{
	background:transparent url(../images/menu_right_h.jpg) no-repeat scroll right top;
	display:block;
	font-style:normal;
	font-weight:bold;
	padding:4px 11px 7px 11px;
	}


/*End-NAV*/
/****** form1 style****/

.form1
{
	width:359px;
}
.form1 p {
	clear:both;
	margin:0px 0;
}
.form1 label {
	float:left;
	margin-right:15px;
	font-weight: normal;
	font-size: 15px;
	padding-top: 15px;
	line-height:14px;
	color:#ffd400;
}
.form1 p.btn1
{

}
.form1 input.sbmt_btn1
{
	margin-left:-40px;
	width:60px;
	height: 19px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.form1 input
{
	float:right;
	width:150px;
	height: 19px;
	margin-top: 12px;
	padding:4px 0 0 5px;
}
.form1 textarea{
	width:300px;
	height:80px;
	margin:20px 0 0 50px;
	padding:5px;
	color:#117897;
	font-weight:normal;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

/****** form1 style****/
/****** form2 style****/

.form2
{
	width:370px;
	float:right;
	padding-top: 40px;
	padding-bottom: 10px;
	

}
.form2 p {
	margin:0px 0;
	float: left;
}
.form2 label {
	float:left;
	width:150px;
	margin-right:8px;
	text-align:right;
	margin-left: -15px;
	font-weight: normal;
	font-size: 14px;
	color:#ffd400;
	padding-top: 8px;
}
.form2 p.btn1
{

}
.form2 input.sbmt_btn1
{
	margin-left:-40px;
	width:60px;
	height: 19px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.form2 input
{
	width:128px;
	height: 19px;
	margin-top: 4px;
	float: left;
	padding:3px 0 0 6px;
}
.form2 input.login_btn{
	width:70px;
	height:18px;
	float: left;
	margin-left: 10px;
	}
.form2 input.help_btn{
	width:22px;
	height:22px;
	float: left;
	margin-left: 10px;
	}
/****** form2 style****/
/* CSS Document */
