/******************************* ETAT CIVIL *********************************************/
.tx_eetatcivildem_bloc {
    border: medium none;
    clear: both;
    display: inline-block;
    margin-bottom: 8px;
    width: 575px;
}
fieldset {
	border-right:none;
	border-left:none;
	border-bottom:none;
	padding-left:40px
}
legend {
    clear: both;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 15px;
}
.tx_eetatcivildem_bloc label, .inconnu label {
    display: block;
    float: left;
    margin: 3px 15px 0 0;
    text-align: right;
    width: 43%;
}
input{
	width:225px
}
input#checkpereinconnu, input#checkmereinconnu, input#checkpereconjointinconnu, input#checkmereconjointinconnu {width:10px}
select#Demandeur, select#LieuD, select#Motif , select#Mandant{
	width:230px
}
/*.tx_eetatcivildem_bloc label.labelbold {
	font-weight:bold;
	font-size:1.2em
}*/
.tx_eetatcivildem_bloc_radio {
    float: right;
    width: 64%;
	margin-bottom:5px
}
.tx_eetatcivildem_bloc_radio label {margin-right:15px}
.tx_eetatcivildem_bloc_radio input {margin-right:5px; width:10px}
.tx_eetatcivildem_bloc_info{
	margin:15px 0 0 0
}
.inconnu input, .inconnu label {
	float:left
}
.inconnu input {
	margin-left:10px
}
.inconnu {
	float:left;
	margin:5px 0 0 20px;
	width:70px
}
#button_valid_form{
	margin:auto;
	width:200px;
	margin-top:20px
}
.tx_eetatcivildem_bloc_radio input {
	float:none
}

.labelerror p {
	color:red
}
p.labelerror{
	font-weight:bold;
	color:red
}