@charset "utf-8";
/* CSS Document */

body {
	font:10pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:#203a4e;
}
div#logo p{
	display:none;
}
div#logo {
	background:url(../medias/template/logo_login.jpg) no-repeat;
	width:336px;
	height:58px;
	margin:0 auto 25px auto;
	float: none;
}
div#logo h1 {
	font-size:18pt;
}
div#logo h1  a {
	display:block;
	height:48px;
}
div#logo h1 span {
	display:none;
}

h1, h2 {
	margin:0;
	padding:0;
}
#container {
	width:980px;
	background:url(../medias/template/bg_login.jpg) no-repeat top center;
	margin:0 auto;
	padding-top:39px;
	height:355px;
}
label.smallInput {
	background:url(../medias/template/bg_s_input.gif) no-repeat;
	width:168px;
}
label.smallInput, label.mediumInput, label.largeInput {
	padding:4px 6px 0px 6px;
	height:23px;
	display:block;
	margin:5px 0 0 0;
}
label.smallInput input, label.mediumInput input, label.largeInput input {
	background:none;
	border:none;
	font-size:0.9em;
	color:#666;
}

#loginForm {
	background:url(../medias/template/bg_loginBox.jpg) no-repeat;
	width:421px;
	height:160px;
	margin:0 auto 0 auto;
	padding:10px;
}
#loginForm h2 {
	color:#fff;
	display:block;
	width:180px;
	float:left;
	font-size:14pt;
}
p#forgotPass {
	float:right;
	margin-right:15px;
	margin-top:3px;
}
p#forgotPass a {
	color:#100d00;
}
p#forgotPass a:hover {
	text-decoration:none;
}
div#loginContainer {
	clear:both;
	width:100%;
	color:#666;
	padding-left:7px;
}

p#user, p#pass, p#remember, p#submit {
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}

* html p#user{
	width:186px;
	margin-top:20px;
}

p#user input, p#pass input{
	width:166px;
}

* html p#pass{
	width:200px;
	float:none;
	margin-left:200px;
	margin-top:-60px;
}

p#submit {
	float:right;
}

* html p#submit{
	width:80px;
}

p#submit input{
	display:none;
}
