#ControlContact{
}

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

label {
	display: inline;
	padding-right: 4px;
}

.label { font-size: 16px; }

fieldset {
	/*margin-bottom: 30px;
	padding: 0; */
	border: none;
}

legend {
	color: #1e1e1e;
    font-size: 18px;
    text-transform: normal;
    margin: 0 0 20px 0;
}

.contact legend { display: none; }
.contact table tr td { padding: 0 0 15px 0; }

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

/* ie6 */
*input, *textarea, *select {
	margin-bottom: 0px;
	padding-left: 4px;
	border: 1px solid #e5e5e5;
}

textarea, input[type='text'], input[type='password'], select { 
	margin-bottom: 0px;
	padding: 8px 10px;
	border: 1px solid #e5e5e5;

	font-size: 13px;
	color: #1e1e1e;

	border-radius: 5px; 
}

textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { 
	
}

textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { 

}

/*------*/

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

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

.inputError {
	padding: 3px 6px;
	border-radius: 3px;
	font-size: 12px;
	color: #fff!important;
	background-color: #d3254a; 
	font-family: Arial;
}

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

/*------*/

.checkBox {}

	.checkBox input,
	input[type='checkbox'] { float:left; }
	.checkBox label { margin-top: 2px; font-weight: normal; text-align: left; }

/*------*/

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

	text-align: left;
}

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

/*------*/

.asterisque {
	height: 14px;
	display: inline;
	
	font-size: 16px;
	color: #d3254a;	
	line-height: 12px;
	font-weight: bold;
	text-align: right;
}

/*------*/

.requiredFields { 
	margin: 15px 0;
	font-size: 12px;
	color: #d3254a; 
	font-family: Arial;
}

	.requiredFields b {
		font-size: 12px; 
		color: #d3254a; 
		font-weight: bold;
	}

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

.error, 
.success    { padding: 10px; margin-bottom: 10px; border: 3px 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; }