body {
	font-family: arial;
	margin: 0;
	padding:0;
}
		#header{background: #FFF}
		#container{
		   width:100%; 
		   background: url('../images/bg.gif');
		   padding:10px;
		}
		#form{float:left}
		#selection{float:right;}
		
		input {
			font-size: 11px;
			border: 1px solid #930557;
		}
		
		select {
			font-size: 11px;
			border: 1px solid #930557;
		}
		
		label {
			font-size: 11px;
			font-weight: bold;
		}
		.title {
			padding-bottom: 5px;
			border-bottom: 1px solid #EDEBD5;
		}
		
		#footer{
		   float:right;
		   font-size:10px;
		   color:#930557;
		}
		
		#pannier  table {
			color: #FFFFFF;
		}

input[type="submit"] {
    font-size: 12px;
	background:white; 
	color:#9E075E; 
	border:0;  
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	cursor: pointer;
}

input[type="reset"] {
    font-size: 12px;
	background:white; 
	color:#9E075E; 
	border:0;  
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	cursor: pointer;
}

