*{
	margin:0;
	padding:0;
}

body {
	font-family:Arial,Verdana,sans-serif;
    color:#000;
    height:100%!important;
    background:url(../images/body-strip-bg.png) bottom left repeat-x;
    background-attachment: fixed;
}

textarea {
	font-family:Arial,Verdana,sans-serif;
}

label {
	width:240px;
	margin:8px 4px;
}

label.rightAlign {
	display:block;
	float:left;
	text-align:right;
}

input[type="text"] {
	width:200px;
	padding:2px;
	margin:5px 5px 5px 0;
	font-size:1em;
	border:1px solid #333;
}

textarea {
	width: 400px;
	border:1px solid #333;
	margin:5px 5px 5px 0;
	padding:2px;
}		

legend {
	margin-left:60px;
	padding:0 20px;
}

legend span { display:none; }

input.error { border:1px solid #f00; }

label.error { color:#f00; }

fieldset, #resultMessage {
	width:680px;
	float:left;
	margin:10px;
	padding-bottom: 20px;
	background:#fff url(../images/box-bg.png) repeat-x bottom left;
	border:1px solid #ccc;
	float:left;
	-moz-border-radius:4px;
}

fieldset legend { display:none; }

fieldset br { clear:left; }

a img {
	border:none;
}

a {
	color:#aa0000;
	text-decoration:none;
	font-weight:bold;
}

#header {
	height:193px;
	background:url(../images/header-bg.png) repeat-x;
}

#header div,#center {
	width:896px;
	margin:0 auto;
}

#header h2,#header h1 {
	float:left;
	color:#e5e8e4;
}

#header h2 {
	margin:120px 0 0 100px;
	font-size:2.1em;
}

#main {
	margin-top:30px;
}

#center br.cl {
	clear:left;
}

#box p,#box h3 { margin:10px 22px; }

#inscription {
/*	width:2900px;
	position:relative;
	height:100%;*/
}

#btn,#logos {
	clear:left;
	text-align:center;
}

#stepBack, #btn-inscription { cursor:pointer; }

#gender, .shirtSize {
	position: relative;
	top: 8px;
}

.shirtSize, .dayDispo {
	margin-right: 20px;
}

.disabledInput {
	color: #ccc !important;
}

.needed {
	color: #e0001c !important;
}

.submitButton {
	margin-left: 100px;
}

#footer {
	clear: both;
	float:left;
	height:31px;
	width: 100%;
	margin-top:30px;
	background:url(../images/footer-bg.png) repeat-x;
}

#footer a {
	margin:2px auto;
	padding:6px 20px;
	display:block;
	width:896px;
	text-decoration:none;
	text-align:right;
	color:#444;
}
.important{
	
	color:#000000;
	font-size:11px;
}
.small{
	font-size:12px;
	font-style:italic;
	
}