#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 #abdef6;
	background-color: #effafd;
}

legend {
	margin-bottom: 5px;

	font-size: 12px;
	font-weight: bold;
	text-transform: none;
}

.fieldTitle { 
	display: block;
	margin: 10px 0px;
	padding: 1px 5px;
	
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
}

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

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

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

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

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

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

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

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

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


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

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

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

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

	color: #fff;
}

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

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

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

		font-size: 20px; */
		color: #42aeef; 
		font-weight: bold;
	}
	
	
/* AutoComplete
-------------------------------------------------------------- */
/* flyout */

.autocomplete_completionListElement { 
	display: block;

	width: 300px;
	height: 200px;

	position: absolute;
	z-index: 999;

	/*margin: 0px!important;*/
	margin: 0px;
	padding: 0px;
	background-color: #eff9ff;
	border: 1px solid #7ebcda;
	cursor: pointer;
	overflow: auto;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
	list-style-type: none;

	color: windowtext;
	font-size: 11px;
    text-align: left;
}

.autocomplete_completionListElement li {
}

/* highlighted item */
.autocomplete_highlightedListItem {
	background-color: #a9cc22;
	color: white;
	width: 300px;
	_height: 13px;

	padding: 5px;
	margin: 0px;
}

/* item */
.autocomplete_listItem  {
	color: #2c7497;
	background-color: #cdecff
	width: 300px;
	_height: 13px;

	padding: 5px;
	margin: 0px;
}