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

label {
	display: block;
	padding-right: 4px;
	
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}

.label { font-size: 11px; }

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

legend {
	padding: 3px 6px;
	
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;	

	background-color: #8cbe1c;
	margin-bottom: 10px;
}

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

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

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

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

	text-align: left;
}

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

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

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

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

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

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

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

input, select { cursor: pointer; }
input[type='text'] { cursor: text; }

input[type='checkbox'] { border: 0; }

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

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

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

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

.btn {
	padding: 2px 4px 2px 4px;
	background-color: #78ac0f;
	cursor: pointer;

	border: none;
	color: #fff;
}

.btn:hover {
	color: #104c68;
	background-color: #a3d3ea;
}

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