body{
	margin:auto;
	width: 800px;
	background-color: #ffffff;
}


form div{
	margin-top: 20px;
	margin-bottom: 30px;
}

#user-name input{
	width: 400px;
}

#user-birthday{}
#user-parents input{
	width: 400px;
	display: block;
}

#user-address #street{
	width: 400px;
}
#user-address #postal_code1{
	width: 50px;
}
#user-address #postal_code2{
	width: 30px;
}
#user-address #place{
	width: 150px;
}

#user-profession input{
	width: 200px;
}
#user-nif{}
#user-bi{}
.user-phone{}
.user-email input{
	width: 200px;
}

ul{
	list-style-type: none;
	width: 700px;
}

li{
	display: block;
	padding: 5px;
	background-color: #ffffff;
	border-bottom: 1px solid #e0e0e0;
}

#first{
	border-top: 1px solid #e0e0e0;
}


