#ControlContact{
}

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

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

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

legend {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #0182d4;
}

.fieldTitle { 
	display: block;
	margin: 10px 0px;
	
	font-size: 14px;
	color: #0182d4;
}

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

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

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

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

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

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

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

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

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

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

.btn {
	padding: 2px 5px;
	margin: 0;
	border-top: 1px solid #199bee;
	border-right: 1px solid #016eb3;
	border-bottom: 1px solid #016eb3;
	border-left: 1px solid #199bee;
	background-color: #0182d4;

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

.btn:hover {
	border-top: 1px solid #ffa246;
	border-right: 1px solid #e06f00;
	border-bottom: 1px solid #e06f00;
	border-left: 1px solid #ffa246;
	background-color: #fd8611;
}

/* 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: #fd8611;
	zoom: 1;
}

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

		font-size:20px; 
		color: #fd8611; 
		font-weight: bold;
	}
	
/* AutoComplete
-------------------------------------------------------------- */

/* flyout */

.autocomplete_completionListElement { 
	display: block;

	width: 200px;
	height: 200px;

	position: relative;
	z-index: 999;

	/*margin: 0px!important;*/
	margin: 0 0 0 0px;
	padding: 0;

	border: 1px solid #0182d4;

	background-color: white;
	cursor: pointer;
	overflow: auto;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;

	list-style-type: none;

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

/* highlighted item */
.autocomplete_highlightedListItem {
	background-color: #b2b4bf;
	color: black;
	width: 144px;
	_height: 13px;

	padding: 5px;
}

/* item */
.autocomplete_listItem  {
	background-color: #cfe8f9;
	color: #0182d4;
	width: 144px;
	_height: 13px;

	padding: 5px;
}