#ControlContact {}

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

label, .label{
	font-size: 11px;
}

fieldset {
	margin: 0 0 15px 0;
	padding: 10px; 
	border: 1px solid #e2deda;
}

legend,
.fieldTitle{
	padding: 0;
	margin: 0 0 5px 0;

	font-size: 11px;
	color: #584841;
	text-transform: uppercase;
	font-weight: bold;
}

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

	text-align: left;
}

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


	 .checkBoxList td{ padding:0px;margin:0px;}

	 tr .checkBoxList {}

	 .checkBoxList label { padding:0px;}
	 
	

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

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

	font-family: Arial;
	font-size: 11px;
	color: #584841;
}

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

	font-family: Arial;
	font-size: 11px;
	color: #584841;
}

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

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

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

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

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

/* Buttons
-------------------------------------------------------------- */
.btn,
.btn:hover {
	padding: 2px 5px;
	cursor: pointer;

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

.btn {
	border-left: 1px solid #897e78;
	border-top: 1px solid #897e78;
	border-right: 1px solid #5c504a;
	border-bottom: 1px solid #5c504a;
	background:url("images/customer/bg_btn.gif") 0 0 repeat-x #746760;
}

.btn:hover {
	border-left: 1px solid #ff8b4f;
	border-top: 1px solid #ff8b4f;
	border-right: 1px solid #f05200;
	border-bottom: 1px solid #f05200;
	background:url("images/customer/bg_btnhover.gif") 0 0 repeat-x #ff6111;
}

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

.error, 
.success    { padding: 10px; text-align: center; color: #fff; }

.error      { background: #ff6111; }
.success    { background-color: #84b12f; }

	.error a    { color: #fff; text-decoration: underline; }
	.success a  { color: #fff; text-decoration: underline; }

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

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

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