/* Form CSS */
form {
	margin: .5em 1em;
}

input, select, textarea {
	margin-left: .5em;
}

fieldset {
	margin: .5em 0;
	padding: .3em 1em;
/*	border: 1px solid #696; */
	border:0;
}



/*legend {
	font-weight: bold;
	color: #696;
	border: 1px solid #696;
	color: #000;
	background-color:#CCCCCC;
	padding: .2em .5em;
	background-image: url(/images/SiteGraphics/weblog/DotHorizontal.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 400px;
}
*/


fieldset div {
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
	
}

/*  field prompts disabled
fieldset div span {
	display: none;
}
fieldset div:hover span {
	font-size: 85%;
	color: #c96;
	background-color: #faf0e6;
	margin-left: 20em;
	padding: .2em .5em .3em;
	border: 1px solid #c96;
	display: block;
	position: absolute;
	z-index: 100;
	float: right;
}
* html fieldset div span {
	font-size: 85%;
	color: #c96;
	margin-left: 16em;
	padding: .3em;
	border-left: 1px solid #c96;
	display: block;
}
*/

label, fieldset div.cr p {
	margin: 3px ;
	display: block;
	width: 13em;
	text-align: right;
	float: left;
}

fieldset div.cr label {
	text-align: left;
	margin-left: 13em;
	width: auto;
	float: none;
}

.mandat {
	color: #ED1C24;
}

.mandat:after {
	color: red;
	content: " *";
}

.buttons {
	text-align: center;
}

.removed {
	display: none !important;
}
/* End Form Styles */

