/* IDs */
form {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 11px;
}
.hidden {
	margin-left: -9000px !important;
	display: none !important;
	width: 1px !important;
}
#columnarForm legend {
	font-weight: bold;
}

#columnarForm fieldset
{
	float: left;
	display: block;
/*	width: 17em;*/
	width: 330px;	
	margin: 0 0.1em 1em 0.1em;
	padding: 0 1em 1em 1em;
	border: #BBBBAA 1px solid;	
}
html>body #columnarForm fieldset {
	border: #BBBBAA 1px dotted;	
}

#columnarForm fieldset div {
	margin-left: 5px;
	position: relative;
	width: 48%;
	float: left;
	border: none;
}


.wide {
	width: 95% !important;
	
}

html>body .wide {
	width: 95% !important;
}


#columnarForm fieldset.radio
{
	width:90%;
	margin: 0 0.2em 1em 0.5em;
	padding: 0 1em 1em 1em;

/*	padding-top: 20px;*/
}

#columnarForm fieldset.radio input
{
	clear: both;
	float: left;
	width: 20px;
	border: 0px solid #ddd;
	background: transparent;
	color: #443;
	outline: none;
	padding: 0;
	margin: 0;		
	margin-top: 2px;
}

#columnarForm fieldset.radio .first{
padding-top:5px;
}

#columnarForm fieldset.radio label
{
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 20px;
	border: none;	
}



#columnarForm input, #columnarForm select, #columnarForm textarea {
	display: block;
/*	width: 15em;*/
	border: 1px solid #ddd;
	background: #f2f2f2;
	margin-top: 0px;	
	color: #443;
	outline: none;
	margin-bottom: 10px;
	margin-top: 2px;	
	height: 20px;
}
#columnarForm input:hover {
	border: 1px solid #aaa; 	
}
#columnarForm label
{
	display: block;
/*	margin-bottom: 1em;*/
	font-weight: normal;
}

#columnarForm label.first
{
	padding-top: 1em;
}

#columnarForm select
{
	display: block;
	border: 1px solid #ddd;
	background: #f2f2f2;
	color: #443;
	width: 17em;	
	margin-top: 5px;
}
#columnarForm select:hover {
	border: 1px solid #aaa; 		
}
#columnarForm textarea {
	float: left;
	display: block;
	width: 17em;
	margin: 5px 1em 1em 0;
	padding: 1em 1em 1em;	
	
	
	border: 1px solid #ddd;
	background: #f2f2f2;
	color: #443;
/*	
	font: 11px verdana, sans-serif;

	margin-bottom: 10px;*/
	outline: none;
	
}
#columnarForm textarea:hover {
	border: 1px solid #aaa; 	
}



/* CLASSES */
.clearer {
	 clear: both;
}
.required {
	background-color: #EFFFD7 !important;
}


#columnarForm .btn {
	display: block;
	float: left;
	width: 100px;
	height: 25px;
	outline: none !important;
	border: 1px solid #333;
	margin: 5px;

}
.divider {
	border-bottom:1px dotted #ccc; 
	height:1px
}
 
 .mandat {
	color: #930;
}

.mandat:after {
	content: "*";
}
