/* CSS Document */


label.question {
	margin: 15px 0px 10px 0px;
    display: block;
	color: #777777;
	width: 500px;
}
input.questionInput{
	border: 1px dotted #CCCCCC;
	width: 78%; height: 25px;
	background-color: #f4f4f4;
	display: block;
	text-indent: 12px;
}
input.questionInput:hover{
	border: 1px dotted #999999;
	background-color: #FFFFFF;
}
label.questionCheck {
	position: relative; top: -3px; left: 10px;
}
textarea.questionBox {
	width: 500px; height: 150px;
	border: 1px dotted #CCCCCC;
	background-color: #f4f4f4;
	overflow:auto;
}
textarea.questionBox:hover {
	border: 1px dotted #999999;
	background-color: #ffffff;
}

label.questionLabel {
	display: block;
	float: left;
	width: 165px;
	margin: 3px 0px 7px 0px;
}

label.questionLabelPostCode {
	display: block;
	float: left;
	width: 80px;
	margin: 3px 0px 0px 15px;
}

input.questionForm {
	border: 1px dotted #CCCCCC;
	width: 150px;
	background-color: #f4f4f4;
	display: block;
	float: left;
}

input.questionForm:hover {
	border: 1px dotted #999999;
	background-color: #ffffff;
}

.questionFormSelect {
	border: 1px dotted #CCCCCC;
	/*width: 150px;*/
	background-color: #f4f4f4;
	display: block;
	float: left;
}

.questionFormSelect:hover {
	border: 1px dotted #999999;
	background-color: #ffffff;
}

	input.questionFormLg {
	border: 1px dotted #CCCCCC;
	width: 250px;
	background-color: #f4f4f4;
	display: block;
	float: left;
	}
	input.questionFormLg:hover {
		border: 1px dotted #999999;
		background-color: #ffffff;
	}

input.questionCity {
	display: block;
	float: left;
	border: 1px dotted #CCCCCC;
	width: 130px;
	background-color: #f4f4f4;
}
input.questionCity:hover {
	border: 1px dotted #999999;
	background-color: #ffffff;
}
	input.questionCityBox {
		display: block;
		float: left;
		border: 1px dotted #CCCCCC;
		width: 80px;
		background-color: #f4f4f4;		
	}
	input.questionCityBox:hover {
		border: 1px dotted #999999;
		background-color: #ffffff;
	}
.questionSend {
		margin: 10px 0px 0px 150px;
		border: 1px dotted #CCCCCC;
		width: 70px;
		background-color: #999999;
		color: #333333;
}
	.questionSend:hover {
			border: 1px dotted #ffffff;
			background-color: #8d0f1b;
			color: #ffffff;
	}
	
.questionSendLeft {
		border: 1px dotted #CCCCCC;
		background-color: #999999;
		color: #333333;
}

.questionSendLeft:hover {
		border: 1px dotted #ffffff;
		background-color: #8d0f1b;
		color: #ffffff;
}

.btnSend {
		margin: 10px 0px 0px 10px;
		border: 1px dotted #CCCCCC;
		width: 70px;
		padding: 2px 10px 2px 10px;
		background-color: #999999;
		color: #333333;
}

	.btnSend:hover {
			border: 1px dotted #ffffff;
			background-color: #8d0f1b;
			color: #ffffff;
	}


	.questionSendRight {
			float: right;
			margin: 10px;
			border: 1px dotted #CCCCCC;
			background-color: #999999;
			color: #333333;
	}
		.questionSendRight:hover {
				border: 1px dotted #ffffff;
				background-color: #8d0f1b;
				color: #ffffff;
		}
		
.questionDelete {
		margin: 10px 0px 0px 11px;
		border: 1px dotted #CCCCCC;
		width: 70px;
		background-color: #999999;
		color: #333333;
}	
	.questionDelete:hover {
			border: 1px dotted #ffffff;
			background-color: #8d0f1b;
			color: #ffffff;
	}
.questionSpacer {
	display: block;
	height: 30px;
}
.questionSpacer20 {
	display: block;
	height: 20px;
}
.obligation { color: #8d0f1b; }
.champsobligatoires {
	margin: 15px 0px 50px 150px;
}

fieldset {
	border: 1px solid #CCCCCC;
	width: 88%;
	margin-top: 10px;
}

legend {
	color: #b8251c;
	margin-left: 10px;
	font-size: 15px;
	font-weight: bold;
}

label.questionLabelField {
	display: block;
	float: left;
	width: 190px;
	margin: 3px 0px 10px 13px;
	text-align: left;
}
input.questionFormField {
	border: 1px dotted #CCCCCC;
	width: 300px;
	background-color: #f4f4f4;
	display: block;
	float: left;
}
input.questionFormField:hover {
	border: 1px dotted #999999;
	background-color: #ffffff;
}

.titleField {
	margin: 0px 0px 5px 13px;
}

label.error {
	background:url("/media/images/error-form-label.png") no-repeat scroll right 25% transparent;
	padding:0 10px 0 0;
	float: left;
	clear: both;
	color: #c0353c;
	text-align: right;
	margin: 0px 0px 10px 0px;
	width: 290px;
	font-size: 85%;
}

input.error, select.error {
	border: 1px solid #c0353c;
}
