body{
	background:url(/public/img/fond8.jpg) no-repeat center 0;
	background-size: 100%;
}

.container{
	width:600px;
	margin-top:10%;
}

/* The white background content wrapper */
.container > .content {
	background-color: #fff;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;

	-webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 20px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 20px rgba(50, 50, 50, 0.75);
}

legend {
	margin-right: -50px;
	font-weight: bold;
	color: #404040;
}

fieldset{
	margin: 25px;
}

.row{
	margin:0px;
}

.form-actions{
	margin:0px;
}

form{
	margin:0px;
}

h2{
	margin:0px;
	height: 54px;
	line-height: 54px;
}

.invert{
	border-bottom: 1px solid #e5e5e5;
	border-top:none;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	-webkit-border-bottom-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-radius-bottomright: 0px !important;
	-moz-border-radius-bottomleft: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.form-actions{
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}