@charset "utf-8";
/* CSS Document */
body
{
	display: inline-block;
	position: fixed;
	width: 100%;
	background: #DADADA;
}


#firstbloc
{
	display: inline-block;
	position: absolute;
	width: 430px;
	height: 350px;
	left: 450px;
	top: 150px;
	background-color: #333;
	border-radius: 8px;
	  -moz-box-shadow: 0 0 65px #000 inset, 0 0 20px #000 inset, 0 0 5px #000;  
    -webkit-box-shadow: 0 0 65px #000 inset, 0 0 20px #000 inset, 0 0 5px #000;  
    box-shadow: 0 0 65px #000 inset, 0 0 20px #000 inset, 0 0 5px #000;
}

table
{
	display: inline-block;
	position: relative;
	left: 65px;
}

.inputs
{
	width: 290px;
	height: 35px;
	border-radius: 6px;
	margin-bottom: 20px;
}
#valider
{
	width: 100px;
	height: 30px;
	border-radius: 6px;
	background-color: white;
	color: #CA0F0F;
	font-size: 1em;
	border: 1px inset #CA0F0F;
}
#valider:hover
{
	background-color: #CA0F0F;
	color: white;
}
#link_sign_up
{
	text-decoration:none;
	color: #CA0F0F;
	font-size: 1.3em;
}
#link_sign_up:hover
{
	color: white;;
}
#title_formul
{
	background-color:#CA0F0F;
	height: 50px;
	text-align: center;
	-moz-box-shadow: 0 0 65px #940A1F inset, 0 0 20px #940A1F inset, 0 0 5px #940A1F;  
    -webkit-box-shadow: 0 0 65px #940A1F inset, 0 0 20px #940A1F inset, 0 0 5px #940A1F;  
    box-shadow: 0 0 65px #940A1F inset, 0 0 20px #940A1F inset, 0 0 5px #940A1F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:2em;
	color: white;
}
#sign_up
{
	color: white;
	font-size: 1.1em;
}
.er
{
	position:relative;
	width:100%;
	height:30px;
	border:2px solid #e21515;
	background:#ff9494;
	text-align:center;
	margin:10px 0 10px 0;
	color:#000;
	font-size:13px;
	line-height:30px;
	font-weight:bold;
}