html {
	padding:0px;
	margin:0px;
	}

body {
	background-color:#000000;
	padding:0px;
	margin:0px;
	}

img {border:0px; behavior: url(iepngfix.htc);}

#container {
	position:relative;
	top:10px;
	width:973px;
	height:593px;
	border:1px dotted #808080;
	margin-left:auto;
	margin-right:auto;
	background-image: url('../images/login/bg1.jpg');
	background-position: top center;
	background-repeat:no-repeat;
	}


#logo {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:199px;
	height:120px;
	top:40px;
	}


#text {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:550px;
	height:120px;
	top:70px;
	font-family:arial;
	color:#999999;
	font-size:9pt;
	text-align:left;
	}


#login {
	position:relative;
	float:left;
	width:286px;
	height:183px;
	background-image: url('../images/login/box1.png');
	}

	#loginboxtitle {
		position:absolute;
		top:5px;
		left:30px;
		font-family:arial;
		color:#ffffff;
		font-size:9pt;
		width:80px;
		text-align:center;
		}

	#loginboxusername {
		position:absolute;
		top:44px;
		left:95px;
		width:150px;
		z-index:100;
		}

		#loginboxusername input {
			border:0px;
			background-color:transparent;
			width:164px;
			color:#ffffff;
			font-family:arial;
			font-size:8pt;
			z-index:101;
			}

	#loginboxpassword {
		position:absolute;
		top:80px;
		left:95px;
		width:150px;
		}

		#loginboxpassword input {
			border:0px;
			background-color:transparent;
			width:164px;
			color:#ffffff;
			font-family:arial;
			font-size:8pt;
			}

	#loginboxbuttons {
		position:absolute;
		top:115px;
		left:13px;
		width:250px;
		text-align:center;
		}

	#loginboxforgot {
		position:absolute;
		top:150px;
		left:15px;
		width:250px;
		text-align:left;
		font-family:arial;
		color:#999999;
		font-size:8pt;
		}

	#loginboxforgot a {
		color:#999999;
		}

	#loginboxforgot a:hover {
		color:#dedede;
		}




#tv {
	position:relative;
	float:right;
	width:286px;
	height:183px;
	background-image: url('../images/login/42tv.png');
	}


#text2 {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:550px;
	top:20px;
	font-family:arial;
	color:#707070;
	font-size:9pt;
	text-align:center;
	}

	#text2 a {
		color:#999999;
		text-decoration:none;
		}

	#text2 a:hover {
		color:#dedede;
		text-decoration:none;
		}







/* FOOTER STYLE */


#footer {
	position:relative;
	top:15px;
	height:60px;
	width:973px;
	margin-left:auto;
	margin-right:auto;
	color:#5b5a5a;
	font-size:7pt;
	font-family:arial;
	}

#footer-left {
	position:relative;
	float:left;
	text-align:left;
	line-height:20px;
	}

#footer-right {
	position:relative;
	float:right;
	text-align:right;
	}

#footer a {
	text-decoration:none;
	color:#5b5a5a;
	}

#footer a:hover {
	text-decoration:none;
	color:#9f9e9e;
	}

#footer span {
	color:#9f9e9e;
	padding-left:2px;
	padding-right:2px;
	}



