body {
	font-family: Arial, Helvetica, sans-serif;
	width: 1020px;
	margin: auto;
}

.header {
	position: fixed;
	width: 1020px;
	height: 155px;
	margin-bottom: 30px;
	background-color: white;
	background-image:url('../img/logo.png');
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: 0px center;
}

.corps {
	width: 976px;
	margin: auto;
	padding-top: 180px;
}

.footer {
	position:relative;
	width: 1000px;
	bottom:0;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	color: gray;
}

fieldset {
	border: 1px solid black;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    
	box-shadow: 8px 8px 12px #aaa;
	-moz-box-shadow: 8px 8px 12px #aaa;
	-webkit-box-shadow: 8px 8px 12px #aaa;
	-ms-box-shadow: 8px 8px 12px #aaa;
	-o-box-shadow: 8px 8px 12px #aaa;
}


.waitbox {
	visibility: hidden;
	position: absolute; 
	top: 50%;
	margin-top: -70px;
	left: 50%;
	margin-left: -150px;
	font-weight: bold;
	font-size:14px;
	background-color: #e9e9e9;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #262C25;
}

.waitbox table {
	width: 300px;
	height: 140px;
}



