@import 'http://yui.yahooapis.com/2.4.0/build/reset/reset-min.css';

html{
	font-size:62.5%; /*em = 10px*/
	font-family:"verdana";
	}

#wrap{
	width:490px;
	margin:0 auto;
	background-image:#7cbb26;
	}

#head img{
	margin-top:70px;
	height:86px;
	width:248px;
	}	

#header{
	background:url(../files/design/admin/login_header.jpg) no-repeat;
	width:470px;
	height:24px;
	}

#container{
	background:url(../files/design/admin/login_content.jpg) repeat-y;	
	width:470px;
	}

#logo_akimedia img{
	width:200px;
	height:52px;
	margin-left:75px;
	}

#content .button[name="envoi"]{
	background:url(../files/design/admin/login_envoi.gif) no-repeat;
	width:129px;
	height:46px;
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
	border:none;
	margin-left:85px;
	}

#content .button[name="reset_pwd"]{
	background:url(../files/design/admin/login_envoi.gif) no-repeat;
	width:129px;
	height:46px;
	color:#fff;
	font-size:1.4em;
	border:none;
	margin-left:85px;
	}

#content label{
	color:#727272;
	font-size:1.6em;
	font-weight:normal;
	display:block;
	margin-bottom:7px;
	}

#content form{
	background:url(../files/design/admin/login_footer.jpg) no-repeat bottom;
	width:470px;
	padding-bottom:60px;
	}

#content form label{
	margin-top:15px;
	margin-left:85px;
	}	
	
#log, #pass, #mail{
	margin-left:85px;
	display:block;
	margin-bottom:15px;	
	width:160px;
	padding:3px 0 3px 0px;
	text-align:left;
	}
	
#reminder{
	margin-top:15px;
	margin-left:90px;
	}	
	
#reminder a{
	color:#727272;
	text-decoration:none;
	}
	
#reminder a:hover{
	color:#727272;
	border-bottom:1px #727272 solid;
	}
		
#reminder, #reminderBox{
	color:#fff;
	font-size:1.2em;
	border:none;
	}	
	
#reminderBox{
	display:none;
	}		

#reminderBox p{
	width:300px;
	margin-left:85px;
	margin-top:30px;
	}

#reminderBox label{
	margin-top:20px;
	color:#727272;
	font-size:1.3em;
	}

.error {
	color: #F00;
	font-size: 12px;
	font-weight: bold;
	width: 50%;
	margin:15px 0 0 80px;
	padding: 2px 5px; 
	text-align: left;
	}