body{
	background: transparent url('../images/body_bg.png') repeat-x;
	}

header {
	background-color: #366;
	border-radius: 5px;
	line-height: 1em;
	position: relative;
	height: 50px;
	border: thin dotted #363;
	width:800px;
	clear: none;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
}
section{
	width: 800px;
	height: 320px;
	background-color: #fff;
	border-radius: 7px;
	line-height: 1em;
	position: relative;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;

	}
.logo {
	float: left;
	width:250px;
	height:200px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin-left: 20px;
}
.logoclient{
	float: right;
	width:200px;
	height:200px;
	background-image: url(../images/logo_andecol.png);
	background-repeat: no-repeat;
	margin-right: 20px;
}
fieldset{
	margin-left:30px;
	margin-right:30px;
	padding-top:10px;
	
	}
legend{
    padding: 0 30px;
    text-transform: uppercase;

}
form input {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #363463;
    display: block;
    margin: 1% 0 0;
    min-width: 80%;
    padding: 5px 10px;
}
.button.confirm, button.confirm, input.confirm[type="submit"], input.confirm[type="button"], input.confirm[type="submit"] {
    background: -moz-linear-gradient(center top , #A1D030, #88AF28) repeat scroll 0 0 #88AF28;
    border: 1px solid #88AF28;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    line-height: 1.2em;
    margin-right: 10px;
    max-width: 250px;
    min-width: 0;
    padding: 8px 20px;
    text-decoration: none;
}
td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #999;
}
input:focus {border: 2px solid #000;
   background: #F3F3F3;}
.icon-lock{
	background-image:url(../images/login.png);
	background-repeat: no-repeat;
	width:32px;
	height:32px;
}
.messagebox{
	font-size:11px;
	position:absolute;
	width:100px;
	margin-left:15px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
	}
.messageboxok{
	font-size:11px;
		position:absolute;
		width:auto;
		margin-left:15px;
		border:1px solid #349534;
		background:#C9FFCA;
		padding:3px;
		font-weight:bold;
		color:#008000;
	}
.messageboxerror{
	font-size:11px;
		position:absolute;
		width:auto;
		margin-left:15px;
		border:1px solid #CC0000;
		background:#F7CBCA;
		padding:3px;
		font-weight:bold;
		color:#CC0000;
	}		
