
div.formFieldset, fieldset {
	background-color : inherit;
	color : black;
	border : solid 2px #000000;
    -moz-border-radius: 1%; 
    -webkit-border-radius: 1%; 
    border-radius: 1%; 
}

div.formFieldset {
    padding : 5px;
}

legend {
	color : black;
	background-color : inherit;
}

label {
	width : 40%;
	overflow : hidden;
}

input, textarea {
	width : 58%;
}
	
#labelKeywordsId, #keywordsId {
	width : 90%;
}

input.formRadio, input.formCheckbox {
	width : auto;
	margin-left : 5px;
	margin-right : 5px;
}

select {
	margin-left : 1%;
	margin-right : 1%;
}

#annonceValidFieldset {
	border : none;
}

#annonceValidFieldset > legend, #annonceValidFieldset legend {
	display : none;
}

form.demarcheEnLigne > fieldset > div, form.demarcheEnLigne fieldset div {
	padding : 5px;
}

form.demarcheEnLigne > fieldset > div > p.infoForm, 
	form.demarcheEnLigne fieldset div p.infoForm {
	color : #000000;
	background-color : #CCFFFF;
	font-weight : bold;
	padding : 3px;
	text-align : center;
}

form.demarcheEnLigne > fieldset > div > label, 
	form.demarcheEnLigne fieldset div label {
	width : 220px;	
}

.phpdigHighlight {
	font-weight : bold;
}

div.phpdigText {
	clear: both;
	padding : 5px;
	text-align : justify;
}

span.phpdigPath {
	color : #008000;
}
