.sign_up {
	background-image: url(../images/bg-signup.png);
	height:385px;
	width:864px;
	margin-bottom: 15px;
}

#create_account {
	background-image: url(../images/bg-create.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height:385px;
	width:863px;
	margin-top:0px;
}

#create_account_top {
	background-image: url(../images/bg-create-top.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height:12px;
	margin-bottom: 0px;
	width:863px;
}

#create_account_bottom {
	background-image: url(../images/bg-create-bottom.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height:12px;
	margin-bottom: 0px;
	width:863px;
	margin-bottom: 15px;
}

.create_field
{
	height: 16px;
}

div.ligne_create{
	width:800px;
	margin-left: auto;
	margin-right: auto;
	/*border : solid 1px red;*/
	height:20px;
}

div.label_create{
	display: block;
	width:200px;
	/*border : solid 1px green;*/
	height:18px;
	float: left;
	color : #333333;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

div.field_create{
	display: block;
	width:393px;
	padding-left:5px;
	/*border : solid 1px blue;*/
	height:18px;
	float: left;
}

div.body-top-step2{
	overflow: auto;
	width: 100%;
    background-color: #dddddd;
    
    width: 968px;
    margin: 0 auto 0 auto;
	overflow: auto;
	padding: 0 28px;
	
	padding-top: 35px;
}

h2.title_signup{
	float: left;
    width: 148px;
    height: 44px;
    overflow: hidden;
    background: url(../images/title-signup.png) 0 0 no-repeat;
    text-indent: -999em;
    margin-left: -8px;
    margin-top:15px;
}

h2.title_login{
	float: left;
    width: 148px;
    height: 44px;
    overflow: hidden;
    background: url(../images/title_login.png) 0 0 no-repeat;
    text-indent: -999em;
    margin-left: -8px;
    margin-top:15px;
}

div.form_zone{
	width:810px;
	height:340px;
	padding-top:55px;
	margin-left: auto;
	margin-right: auto;
}

div.form_zone_step2{
	width:810px;
	height:600px;
	padding-top:55px;
	margin-left: auto;
	margin-right: auto;
}

div.for_col_1{
	padding-top:8px;
	padding-left:8px;
	width:440px;
	height:315px;
	clear: both;
	float:left;
}

div.for_col_2{
	padding-top:30px;
	padding-left:8px;
	width:300px;
	height:200px;
	float: left;
}

div.label{
	float:left;
	font-size: 12px;
	width:120px;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 5px;
	height:20px;
}

div.label2{
	float:left;
	width:200px;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 5px;
}

div.field{
	margin-bottom: 5px;
		height:20px;
		font-size: 12px;
}

div.field2{
	margin-bottom: 5px;
}

div.form_title{
	font-size: 12px;
	font-weight: bold;
	height:25px;
}
div.skip_this_step{
	padding-left: 650px;
	padding-top:20px;
	color:#0000ff;
}

label.error{
	color:#ff0000;
}

input{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #dddddd;
	border: solid 1px #eeeeee; 
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #dddddd;
	border: solid 1px #000000; 
	overflow-x:hidden;
}

input.button{
	height:30px;
	width:60px;
	border: solid 1px #000000; 
}

div.logn_local{
	float:left;
	width:30px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	margin-left: 175px;
	margin-top:5px;
}

div.login_form{
	width:300px;
	height:120px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	
}

div.label_form{
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 12px;
	height: 10px;
}

div.label_form_long{
	float: left;
	width: 250px;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 12px;
	height: 10px;
}

div.login_field{
	width:150px;
	float: left;
}

div.ligne_form{
	clear: both;
	text-align: right;
	padding-right: 32px
}

input.submit_button{
	margin-top: 15px;
	margin-right: 12px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top:5px;
	padding-bottom: 5px;
}

div.message_erreur{
	color: #ff0000;
}

div.title_form{
	padding-bottom: 12px;
	font-size: 20px;
	font-weight: bold;
}

div.subtitle_form{
	padding-bottom: 3px;
	font-size: 17px;

}

