html, body {

margin:0px;
padding:0px;

}
.body {
margin:0px;
padding:0px; 
height: 100%;
}



BODY.body DIV#space, BODY.body DIV#content { /* On supprime les scrolls inutiles */

	height:inherit !important;

	overflow:visible !important;

}

  
.content {

	position:absolute;

	 margin:20px;

	overflow: auto;

	overflow-y: auto;

	overflow-x: none;

	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}


 
table.awsformtable {

	width:700px;
	margin-right:5px;

}

td.awsformlabel {

	width:200px;
	margin-right:5px;

}
    