#ControlContact{
}

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

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

.label { font-size: 11px; }

fieldset {
	margin-bottom: 10px;
	padding: 10px; 
	border: 1px solid #eaeaea;
}

legend {
	padding: 2px 7px;
	background-color: #eaeae3;
	
	font-size: 12px;
	color: #6d6969;
	font-weight: bold;
}

.fieldTitle { 
	margin: 10px 0px;
	padding: 2px 5px;
	background-color: #eaeae3;
	
	font-size: 12px;
	color: #6d6969;
	font-weight: bold;
}

.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 #dfdfdf;
	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 #dfdfdf;
	background-color: #ffffff;

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

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

textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { 
	border: 1px solid #2b73ac; 
	background-color: #dff1ff; 
}

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;
	
	font-size: 20px;
	color: #2b73ac;	
	line-height: 14px;
	font-weight: bold;
	text-align: center;

	/*background-color: green;*/
}

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

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

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

.btn {
	padding: 2px 4px 2px 4px;
	border: 0px solid #2b73ac;
	background-color: #2b73ac;

	cursor: pointer;

	color: #ffffff;
}

.btn:hover {
	border: 0px solid #8eb12f;
	background-color: #8eb12f;
}

/* 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; }

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

	.requiredFields b {
		position:relative;
		top:4px;

		font-size:20px; 
		color: #2b73ac; 
		font-weight: bold;
	}