html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#container {
	width: 1000px;
	margin: 20px auto;
}

#header {
	width: 100%;
	position: relative;
	left:0;
	top:0;
}

/* FOOTER */

#footer {
	width: 100%;
	background-color: #008DAD;
	position: fixed;
	bottom: 0;
	left: 0;
}

.foot-container {
	margin-top: 5px;
	background-color: #c8cfd7;
	width: 100%;
}

.content {
	width:1000px;
	margin: 0 auto;
	text-align:right;
	padding: 20px;
	line-height: 14pt;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
	text-shadow: 0px 1px 0px #EFEFEF;
}
.content a, .content a:visited {
 	color: #464646;
	text-decoration: none;
}
.content a:hover, .content a:active {
	color: #686868;
}

.sub-foot {
	width: 1000px;
	margin: 0 auto;
	text-align:right;
	padding: 5px 0px;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

/* END FOOTER */

/* FORM */

#form-container {
	width: 400px;
	position: relative;
	top: 50px;
	left: 50%;
	margin-left: -200px;
}

#form-container span {
 	font-family:Tahoma, Geneva, sans-serif;
	font-size: 20pt;
	color: #757575;
}

.form-box {
	width: 400px;
	padding: 30px;
	margin-top: 15px;
	position:relative;
	background-color:#fafafa;
	border: 0px solid #dfdfdf;
	border-radius:5px;
	
	behavior:url(/nxps/htc/PIE.htc);
}
.form-box table {
 	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
}

.form-box {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	color: #757575;
	padding: 10px 0;
}

.form-box tbody td .input-box {
 	border: 1px solid #dfdfdf;
	width: 95%;
	padding: 5px;
}

.form-box tbody td a, .form-box tbody td a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008dad;
	text-decoration:none;
}

.form-box tbody td a:hover, .form-box tbody td a:active {
	color: #01cbfa;
}

/* END FORM */

/* BUTTONS */

.register {
 	border: 1px solid #0085a3;
	border-radius: 2px;
	position:relative;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 10px;
	text-shadow: 0px 1px 0px #016a82;
	
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#01cbfa) to(#008dad));
	background: -webkit-linear-gradient(top, #01cbfa, #008dad);
	background: -moz-linear-gradient(top, #01cbfa, #008dad);
	background: -o-linear-gradient(top, #01cbfa, #008dad);
	background: -ms-linear-gradient(top, #01cbfa, #008dad);
	background: linear-gradient(top, #01cbfa, #008dad);
	-pie-background: linear-gradient(top, #01cbfa, #008dad);
	
	behavior:url(/nxps/htc/PIE.htc);
}

.register:hover {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#008dad) to(#01cbfa));
	background: -webkit-linear-gradient(top, #008dad, #01cbfa);
	background: -moz-linear-gradient(top, #008dad, #01cbfa);
	background: -o-linear-gradient(top, #008dad, #01cbfa);
	background: -ms-linear-gradient(top, #008dad, #01cbfa);
	background: linear-gradient(top, #008dad, #01cbfa);
	-pie-background: linear-gradient(top, #008dad, #01cbfa);
	
	behavior:url(/nxps/htc/PIE.htc);
}

.login {
 	border: 1px solid #589e1e ;
	border-radius: 2px;
	position:relative;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 10px;
	text-shadow: 0px 1px 0px #356012;
	margin-left: 5px;
	
	background-color: #6fc827;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#6fc827) to(#5da820));
	background: -webkit-linear-gradient(top, #6fc827, #5da820);
	background: -moz-linear-gradient(top, #6fc827, #5da820);
	background: -o-linear-gradient(top, #6fc827, #5da820);
	background: -ms-linear-gradient(top, #6fc827, #5da820);
	background: linear-gradient(top, #6fc827, #5da820);
	-pie-background: linear-gradient(top, #6fc827, #5da820);
	
	behavior: url(/nxps/htc/PIE.htc);
}

.login:hover {
	background-color: #5da820;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#5da820) to(#6fc827));
	background: -webkit-linear-gradient(top, #5da820, #6fc827);
	background: -moz-linear-gradient(top, #5da820, #6fc827);
	background: -o-linear-gradient(top, #5da820, #6fc827);
	background: -ms-linear-gradient(top, #5da820, #6fc827);
	background: linear-gradient(top, #5da820, #6fc827);
	-pie-background: linear-gradient(top, #5da820, #6fc827);
	
	behavior:url(/nxps/htc/PIE.htc);
	color: #ffffff;

}

.login:link {
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 10px;
	text-shadow: 0px 1px 0px #356012;
}
.form-box tbody td a.login:hover, .form-box tbody td a.login:active {
	color: white;
}

.loginError	{color:#660000; font-family: Tahoma, Geneva, sans-serif; font-size:13px; font-weight:400 }

/* Login Message Styles Green */
.loginMessagegreen12px{color: #00dd00; font-family: Arial,Helvetica,Sans-Serif; font-size: 12px; font-weight: 400;}
.loginMessagegreen14px{color: #00dd00; font-family: Arial,Helvetica,Sans-Serif; font-size: 14px; font-weight: 400;}
.loginMessagegreen16px{color: #00dd00; font-family: Arial,Helvetica,Sans-Serif; font-size: 16px; font-weight: 400;}
.loginMessagegreen18px{color: #00dd00; font-family: Arial,Helvetica,Sans-Serif; font-size: 18px; font-weight: 400;}
/* Login Message Styles Red */
.loginMessagered12px{color: #dd0000; font-family: Arial,Helvetica,Sans-Serif; font-size: 12px; font-weight: 400;}
.loginMessagered14px{color: #dd0000; font-family: Arial,Helvetica,Sans-Serif; font-size: 14px; font-weight: 400;}
.loginMessagered16px{color: #dd0000; font-family: Arial,Helvetica,Sans-Serif; font-size: 16px; font-weight: 400;}
.loginMessagered18px{color: #dd0000; font-family: Arial,Helvetica,Sans-Serif; font-size: 18px; font-weight: 400;}
/* Login Message Styles Yellow */
.loginMessageyellow12px{color: yellow; font-family: Arial,Helvetica,Sans-Serif; font-size: 12px; font-weight: 400;}
.loginMessageyellow14px{color: yellow; font-family: Arial,Helvetica,Sans-Serif; font-size: 14px; font-weight: 400;}
.loginMessageyellow16px{color: yellow; font-family: Arial,Helvetica,Sans-Serif; font-size: 16px; font-weight: 400;}
.loginMessageyellow18px{color: yellow; font-family: Arial,Helvetica,Sans-Serif; font-size: 18px; font-weight: 400;}
/* Login Message Styles Black */
.loginMessageblack12px{color: black; font-family: Arial,Helvetica,Sans-Serif; font-size: 12px; font-weight: 400;}
.loginMessageblack14px{color: black; font-family: Arial,Helvetica,Sans-Serif; font-size: 14px; font-weight: 400;}
.loginMessageblack16px{color: black; font-family: Arial,Helvetica,Sans-Serif; font-size: 16px; font-weight: 400;}
.loginMessageblack18px{color: black; font-family: Arial,Helvetica,Sans-Serif; font-size: 18px; font-weight: 400;}
/* Login Message Styles Blue */
.loginMessageblue12px{color: #0000dd; font-family: Arial,Helvetica,Sans-Serif; font-size: 12px; font-weight: 400;}
.loginMessageblue14px{color: #0000dd; font-family: Arial,Helvetica,Sans-Serif; font-size: 14px; font-weight: 400;}
.loginMessageblue16px{color: #0000dd; font-family: Arial,Helvetica,Sans-Serif; font-size: 16px; font-weight: 400;}
.loginMessageblue18px{color: #0000dd; font-family: Arial,Helvetica,Sans-Serif; font-size: 18px; font-weight: 400;}

.eula_title { text-align: center; }

.pnl_head {
	font-size: 12px;
}