#ControlContact{
}

	#ControlContact table {
		margin-bottom: 0px;
	}

label {
	/*display: block;
	padding-right: 4px;
	
	font-size: 11px;
	font-weight: normal;
	text-align: right;

	background-color: red;*/
}

.label { font-size: 11px; }

fieldset {
	margin-bottom: 10px;
	padding: 10px; 
	border: 1px solid #eedfce;
	background-color: #fcfbfb;
}

legend {
	margin-bottom: 5px;

	font-size: 12px;
	font-weight: bold;
	text-transform: none;
}

.fieldTitle { 
	display: block;
	margin: 10px 0px;
	padding: 1px 5px;
	
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
}

.radioButtonList label,
.checkBoxList label{
	display: inline;
	padding: 0px 0px 0px 4px;

	text-align: left;
}

	.radioButtonList a {
		color: red;
		text-decoration: none;
	}

/* Form fields
-------------------------------------------------------------- */

/* ie6 */
*input, *textarea, *select {
	margin-bottom: 0px;
	padding-left: 4px;
	border: 1px solid #dad3cf;
	background-color: #ffffff;

	font-family: Arial;
	font-size: 11px;
}

textarea, input[type='text'], input[type='password'], select { 
	margin-bottom: 0px;
	padding-left: 4px;
	border: 1px solid #dad3cf;
	background-color: #ffffff;

	font-family: Arial;
	font-size: 11px;
}

textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { 
	border: 1px solid #ab1f1a; 
}

textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { 
	border: 1px solid #333333;
}

input, select { cursor: pointer; }
input[type='text'] { cursor: text; }

input[type='checkbox'] { border:0px; }

.checkBox {}

	.checkBox input { float:left; }
	.checkBox label { margin-top: 2px; font-weight: normal; text-align: left; }

.asterisque {
	height: 14px;
	display: block;
	
	color: #333333;	
	line-height: 14px;
	font-weight: bold;
	text-align: center;
}

.inputError {
	font-size: 11px;
	color: #ab1f1a;
}

.inputSuccess {
	font-size: 11px;
	color: green;
}


/* Buttons
-------------------------------------------------------------- */

.btn {
	padding: 5px 10px;
	border: 1px solid #3c483a;
	background-color: #3c483a;
	cursor: pointer;

	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

.btn:hover{
	border: 1px solid #9ac027;
	background-color: #9ac027;

	color: #fff;
}

/* Success and error boxes
-------------------------------------------------------------- */

.error, 
.success    { padding: 10px; margin-bottom: 10px; border: 1px solid #ddd; }

.error      { background: #ffe2db; color: #e24b2a; border-color: #ff6c4c; }
.success    { background: #eef7dc; color: #749f16; border-color: #abd64f; }

	.error a    { color: #e24b2a; }
	.success a  { color: #749f16; }

.requiredFields { 
	font-size:11px;
	color: #333333; 
}

	.requiredFields b {
		color: #333333; 
		font-weight: bold;
	}
