/* CSS Document */
/************************************************************ 
 * Auteur : gersende feitouchi abatouy - Champ cargo Systems
 * Date de creation : june 2008
 * Description : CARGOLUX.com
 * Media : screen
 * page : login admin 
 ************************************************************/

.login{
	background-color:#E7EDED;
	border:1px solid #666666;
	width:350px;
	position:relative;
	top:45px;
	left:0px;
	_margin-left:50px;
	z-index:1;
	padding:10px;
	margin-top:-30px;
	height:48px;
}
.titre-log{
	text-align:left;
}
.input-log{
	color:#4c85b5;
	border:#666 solid 1px;
	height:15px;
	font-size:11px;
}
.submit-log{
	color:#666;
	background-color:#CCCCCC;
	border:#666 solid 1px;
	width:50px;
	height:18px;
	font-size:11px;
}


