#ControlContact{
}

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

label {

	padding-right: 4px;
	
	font-weight: normal;
}

.label { font-size: 11px; }

fieldset {
	margin-bottom: 10px;

	border: 0px solid #000000;
	border-bottom: 1px solid #404042
}

legend {
	margin: 0;

	font-size: 16px;
	color: #b7cc1a;
	font-weight: normal;

	position: relative;
	margin-left: -11px;	
}

.fieldTitle { 
	margin: 0;

	font-size: 16px;
	color: #b7cc1a;
	font-weight: normal;

	position: relative;
	margin-left: -9px;
}

.radioButtonList input,.checkBoxList input{
	background-color:transparent;
}

.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 #000000;


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

}

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

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

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

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

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

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

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

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

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

	color: #ffffff;
}

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

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

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

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