body {
	background-image: url(/images/background_desktop.jpg);
	background-color: #000000;
	background-position: 50% 0%;
	background-repeat: no-repeat no-repeat;
}

/* ----------------------------------------------LOGIN PAGE----------------------------------------------- */
#logo {
	width: 220px;
	height: auto;

	position: absolute;
	right: 0%;
	bottom: 98%;
}

#loginPanel {
	background: -webkit-gradient(linear, left top, left bottom, 
	  color-stop(0%,#F0F0F0), 
	  color-stop(100%,#CCCCCC)); 
	background:linear-gradient(#F0F0F0, #CCCCCC);
	width: 310px;
	height: 240px; 
	border-radius: 15px;
	box-shadow: 1px 1px 15px #A0A0A0;
	margin: -155px 0px 0px -150px;
	position: absolute;
	left: 50%;
	top: 50%;
	border:1px solid #184895;
	
	text-align: center;
}

#messageLogin {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	
	font-family: Tahoma;
	color: #184895;
	font-size: 16px;
	text-shadow: 1px 1px 3px #808080;
}

#loginForm {
	padding: 0px;
}

#mailPanel {
	margin-top:25px;
	margin-left:10px;
	margin-right:10px;
	
	font-family: Tahoma;
	color: #184895;
	font-size: 16px;
	text-shadow: 1px 1px 3px #808080;
}

#mailInput {
	margin-right: 0px;
	margin-top: -5px;
	width: 150px;
	float: right;
	height: 30px;
	
	font-family: Tahoma;
	color: #258cc8;
	font-size: 14px;
}

#pwdPanel {
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	
	font-family: Tahoma;
	color: #184895;
	font-size: 16px;
	text-shadow: 1px 1px 3px #808080;
}

#showPwdPanel {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	
	font-family: Tahoma;
	color: #184895;
	font-size: 14px;
	text-shadow: 1px 1px 3px #808080;
}

#pwdInput {
	margin-right:0px;
	margin-top: -5px;
	width: 150px;
	float: right;
	height: 30px;
	
	font-family: Tahoma;
	color: #258cc8;
	font-size: 14px;
}

#errorMsg {
	height: 30px;
	margin-top: 10px;
	text-align: center;
	
	font-family: Tahoma;
	color: #ba1600;
	font-size: 14px;
	text-shadow: 1px 1px 3px #808080;
}

#playButton {
	height: 30px;
	
	font-family: Tahoma;
	color: #184895;
	font-size: 16px;
	text-shadow: 1px 1px 3px #808080;
}

#forgotPwdButton {
	height: 30px;
	
	font-family: Tahoma;
	color: #056100;
	font-size: 16px;
	text-shadow: 1px 1px 3px #808080;
}

#playPanel {
	text-align:center;
}

#captchaImg {
  margin-top: 50px;
}

#captcha {
  width: 50%;
}

#captcha_code {
  float: right;
  margin-top: 15px;
  margin-right: 20px;
}

input, textarea, select, option {
	background-color:#F3F3F3;
}

input, textarea, select {
	 padding:3px;
	 border:1px solid #184895;
	 border-radius:5px;
	 /* width:200px; */
	 box-shadow:1px 1px 2px #C0C0C0 inset;
}

select {
 	margin-top:10px;
}

input[type=radio] {
	 background-color:transparent;
	 border:none;
	 width:10px;
}

input[type=submit], input[type=reset] {
	 width:100px;
	 margin-left:5px;
	 box-shadow:1px 1px 1px #258cc8;
	 cursor:pointer;
}