#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 #c5c5c5;
}

legend {
	padding-bottom: 5px;

	font-size: 14px;
	color: #00458e;
	font-weight: normal;
}

.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-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #ffffff;

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

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

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

textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { 
	background-color: #d1e7ff;
}

textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { 
	background-color: #d1e7ff; 
}

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: #ff9800;	
	line-height: 14px;
	font-weight: bold;
	text-align: center;

	/*background-color: green;*/
}

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

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

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

.btn {
	padding: 2px 4px 2px 4px;
	border: 1px solid #00458e;
	background-color: #00458e;
	cursor: pointer;

	color: #ffffff;
}

.btn:hover {
	border: 1px solid #ff9800;
	background-color: #ff9800;
}



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

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

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