#form-devis {
	padding: 5px;
}

#form-devis p {
	margin-bottom: 5px;
}

#form-devis label {
	float: left;
	width: 220px;
	margin-top:4px;
	font:10px Verdana;
}

#form-devis input, #form-devis textarea {
	border: 0;
	width:240px;
	background:url('images/input-text.gif') 0 0 no-repeat;
	height:22px;
	padding:6px 20px 0 5px;
}

#form-devis textarea {
	border: 0;
	width:240px;
	height:116px;
	background:url('images/textarea.gif') 0 0 no-repeat;
	padding:4px 20px 4px 5px;
}

#form-devis textarea:focus {
	background-position:0 -126px;
}

#form-devis input:focus{
	background-position:0 -58px;
}

#form-devis select {
	width:260px;
	background:url('images/input-text.gif') 0 0 no-repeat transparent;
	height:27px;
	padding:4px 15px 5px 7px;
	border:0;
	margin:0;
}

html[xmlns*=""] body:last-child #form-devis select {
	background:url('images/input-text.gif') 0 0 no-repeat white;
}

#form-devis select#services {
	width:270px;
	background:url('images/textarea.gif') 0 0 no-repeat;
	height:125px;
	padding:8px 10px 4px 5px;
	border:0;
	margin:0;
}

#form-devis select:hover {
	background-position:0 -58px;
}


#form-devis select:focus {
	outline:none;
}

#form-devis option {
	background:#FFF;
}

#form-devis input[type=radio] {
	width:20px;
	height:17px;
	vertical-align:bottom;
}

#form-devis input[type=submit] {
	width:100px;
}

#form-devis .red {
	background-position:0 -29px;
}

#form-devis label.red {
	border: none;
	color: red;
}

#form-devis .customRed {
	border: none;
	color: red;
}

#form-devis #submit {
	margin-left: 100px;
}

#validationMessage {
	padding: 5px;
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#form-devis .errorMessage {
	position:absolute;
	background:url('images/input-error.png') no-repeat;
	color: red;
	width:226px;
	height:25px;
	font-size: 0.8em;
	padding:5px 0 0 7px;
	margin:-17px 0 0 -51px;
}

#form-devis #submit {
	width:132px;
	height:26px;
	background:url('images/submit.gif') 0 -1px no-repeat;
	font-size:0;
	letter-spacing:-5000px;
	padding:0;
	margin:0 0 0 215px;
	cursor:pointer;
}


#form-devis #submit:hover {
	background-position:0 -27px;
}

#form-devis #close {
	width:132px;
	height:27px;
	background:url('images/fermer.gif') 0 -1px no-repeat;
	font-size:0;
	letter-spacing:-5000px;
	padding:0;
	margin:0;
	cursor:pointer;
}

#form-devis #close:hover {
	background-position:0 -27px;
}

#form-devis #files-status {
	background:pink;
	height:100px;
	width:450px;
	padding:10px;
	float:left;
}


/** Calendar **/
.hidden {
	opacity: 0;
	position: absolute;
}
.visible {
	opacity: 1;
}

input.calendar,select.calendar {
	width: 99px;
}

button.calendar {
	background: url(images/calendar-icon.gif) no-repeat;
	border: 0;
	cursor: pointer;
	height: 20px;
	width: 20px;
	margin-bottom:5px;
}

button.calendar:hover,button.calendar.active {
	background-position: 0 -20px;
}

div.calendar {
	background: url(images/calendar.png);
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}	
div.calendar * {
	margin: 0;
	padding: 0;
}	
div.calendar div {
	background: none !important;
	cursor: move;
	height: 185px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}	

div.calendar caption {
	color: #333;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	padding-top: 6px;
	text-align: center;
	width: 100%;
}
div.calendar caption a {
	cursor: pointer;
	display: block;
	height: 12px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 17px;
	width: 11px;
}
div.calendar caption a.prev {
	background-image: url(images/calendar-prev.gif);
	left: 0;
}
div.calendar caption a.next {
	background-image: url(images/calendar-next.gif);
	right: 0;
}
div.calendar caption a:hover {
	background-position: 0 12px;
}
div.calendar caption span {
	height: 25px;
	position: relative;
	text-align: center;
}
div.calendar caption span.month {
	padding-right: 8px;
}
div.calendar caption span.month:after {
	content: ',';
}

div.calendar table {
	background: #FFF;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}
div.calendar td,
div.calendar th {
	border: 0;
	color: #0597DB;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 21px;
	text-align: center;
	width: 21px;
}
div.calendar td {
	background: url(images/calendar-td.gif);
	color: #FFF;
	font-size: 11px;
}
div.calendar td.invalid {
	color: #999;
}
div.calendar td.valid {
	background: url(images/calendar-valid.gif);
	color: #0597DB;
	cursor: pointer;
}
div.calendar td.hilite {
	background: url(images/calendar-hilite.gif);
}
div.calendar td.inactive {
	background: url(images/calendar-td.gif) 0 100%;
	color: #FFF;
}
div.calendar td.active,
div.calendar td.hover {
	background: url(images/calendar-valid.gif) 0 100%;
	color: #FFF;
	cursor: pointer;
}

.elSelect {
	width:206px;
	height:20px;
	background:url(images/select_bg.gif) no-repeat 0% 0%;
}
.elSelect .selected {
	background-color:#fff !important;
	color:#CC3399 !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:2px 0 0 6px;
	width:177px;
	font-weight:bold;
	font-size:12px;
	color:#496772;
	overflow:hidden;
}
.elSelect .dropDown {
	width: 23px;
	height: 20px;
	float: right;
	background:url(images/select_arrow.gif) no-repeat 0% 0%;
}
.elSelect .optionsContainerTop {
	position:absolute;
	background:url(images/top_center.gif) repeat-x 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div {
	background:url(images/top_left.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div div {
	background:url(images/top_right.gif) no-repeat 100% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	margin:-5px 0 0 0;
	background:url(images/bottom_center.gif) repeat-x 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div {
	background:url(images/bottom_left.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div div {
	background:url(images/bottom_right.gif) no-repeat 100% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainer {
	position:absolute;
	display:none;
}
.elSelect .option {
	padding:4px 0 5px 5px;
	background-color:#ECF1F2;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	color:#496772;
}
.elSelect .disabled {
	background-color:#C0CCCF;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	color:#90A4AA;
}
.icon_1 {
	background:url(images/icon_1.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}
.icon_2 {
	background:url(images/icon_2.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}