/* CSS Document */

/* Reservation form style */
	
#ReqForm fieldset {
	border: 1px solid #000000;
	}

#ReqForm fieldset legend {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	}

#ReqForm fieldset legend strong {
	color: #01aeca;
	}

#ReqForm label {
	display: block;
	visibility: visible;
	margin-left: 10px;
	}

#ReqForm input.req, textarea.req {
	float: right;
	width: 250px;
	margin-top: -21px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
	color: #000000;
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}
	
#ReqForm input.req:hover, textarea.req:hover {
    border: 1px solid #01aeca;
    background: #ecfcfd;
	}
	
#ReqForm input.req:focus, textarea.req:focus, select.req:focus{
    border: 1px solid #01aeca;
    background: #ecfcfd;
	}
	
#ReqForm select.req {
	float: right;
	width: 259px;
	margin-top: -21px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
	color: #000000;
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}
	
#ReqForm select.req:hover  {
    border: 1px solid #01aeca;
    background: #ecfcfd;
	}
	
#ReqForm input.req2, select.req2, textarea.req2 {
	float: right;
	width: 80px;
	margin-top: -21px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
	color: #000000;
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}
	
#ReqForm input.req2:hover, select.req2:hover, textarea.req2:hover {
    border: 1px solid #01aeca;
    background: #ecfcfd;
	}
	
#ReqForm input.req3, textarea.req3 {
	float: left;
	width: 260px;
	margin-right: 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
	color: #000000;
	padding: 4px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}
	
#ReqForm input.req3:hover, select.req3:hover, textarea.req3:hover {
    border: 1px solid #01aeca;
    background: #ecfcfd;
	}
	
#ReqForm input.envoyer {
	background: #000 url(../travel_img/submit.jpg) no-repeat;
	height: 25px;
	width: 130px;
	border: none;
	outline: none;
	color: #FFFFFF;
	float: right;
	}
	
#ReqForm input.envoyer:hover {
	background: #000 url(../travel_img/submit.jpg) no-repeat 0 -28px;
	height: 25px;
	width: 130px;
	border: none;
	outline: none;
	color: #FFFFFF;
	float: right;
	}
	
#ReqForm input.continuer {
	background: #000 url(../travel_img/submit_cont.jpg) no-repeat;
	height: 25px;
	width: 130px;
	border: none;
	outline: none;
	color: #FFFFFF;
	float: right;
	}
	
#ReqForm input.continuer:hover {
	background: #000 url(../travel_img/submit_cont.jpg) no-repeat 0 -28px;
	height: 25px;
	width: 130px;
	border: none;
	outline: none;
	color: #FFFFFF;
	float: right;
	}
	
#ReqForm input.submit2 {
	background-color: #000000;
	padding: 2px;
	font-weight: bold;
	color: #FFFFFF;
	}

	
/* add to cart  */
 input.add {
	background: #000 url(../travel_img/add_to_cart.jpg) no-repeat;
	height: 27px;
	width: 114px;
	border: none;
	outline: none;
	color: #FFFFFF;
	}
	
input.add:hover {
	background: #000 url(../travel_img/add_to_cart.jpg) no-repeat 0 -30px;
	height: 27px;
	width: 114px;
	border: none;
	outline: none;
	color: #FFFFFF;
	}
	
input.mailsubmit {
	background: #000 url(../travel_img/submit_sq.gif) no-repeat;
	height: 25px;
	width: 130px;
	border: none;
	outline: none;
	color: #000000;
	font-size:1px;
	}
	
input.mailsubmit:hover {
	background: #000 url(../travel_img/submit_sq.gif) no-repeat 0 -28px;
	height: 25px;
	width: 130px;
	border: none;
	outline: none;
	color: #000000;
	font-size:1px;
	}
	
input.selectinput, textarea.selectinput, select.selectinput {
	padding: 1px;
	margin-top: 1px;
	}

input.selectinput:hover, select.selectinput:hover, textarea.selectinput:hover {
	padding: 1px;
	margin-top: 1px;
	}

	
/* order form */
#orderbgrow {
	background-color: #0099cc;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px; }
	
 input.complete {
	background: #000 url(../travel_img/complete.jpg) no-repeat;
	height: 25px;
	width: 200px;
	border: none;
	outline: none;
	color: #FFFFFF;
	}
	
input.complete:hover {
	background: #000 url(../travel_img/complete.jpg) no-repeat 0 -28px;
	height: 25px;
	width: 200px;
	border: none;
	outline: none;
	color: #FFFFFF;
	}
	
 input.modify {
	background: #000 url(../travel_img/modify.jpg) no-repeat;
	height: 25px;
	width: 111px;
	border: none;
	outline: none;
	color: #FFFFFF;
	}
	
input.modify:hover {
	background: #000 url(../travel_img/modify.jpg) no-repeat 0 -28px;
	height: 25px;
	width: 111px;
	border: none;
	outline: none;
	color: #FFFFFF;
	}
	
 input.submit {
	background: #000 url(../travel_img/soumettre.jpg) no-repeat;
	height: 23px;
	width: 97px;
	border: none;
	outline: none;
	color: #000000;
	font-size:1px;
	}
	
input.submit:hover {
	background: #000 url(../travel_img/soumettre.jpg) no-repeat 0 -24px;
	height: 22px;
	width: 97px;
	border: none;
	outline: none;
	color: #000000;
	font-size:1px;
	}
	
	
/* cart buttons */
 input.checkout {
	background: #000 url(../travel_img/checkout.jpg) no-repeat;
	height: 25px;
	width: 166px;
	border: none;
	outline: none;
	color: #FFFFFF;
	}
	
input.checkout:hover {
	background: #000 url(../travel_img/checkout.jpg) no-repeat 0 -28px;
	height: 25px;
	width: 166px;
	border: none;
	outline: none;
	color: #FFFFFF;
	}
	
 input.update {
	background: #000 url(../travel_img/update.jpg) no-repeat;
	height: 25px;
	width: 113px;
	border: none;
	outline: none;
	color: #FFFFFF;
	}
	
input.update:hover {
	background: #000 url(../travel_img/update.jpg) no-repeat 0 -28px;
	height: 25px;
	width: 113px;
	border: none;
	outline: none;
	color: #FFFFFF;
	}

/* contact form on support page */
#ContactForm input.contact, textarea.contact, select.contact {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	color: #000000;
	width: 240px;
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}
	
#ContactForm input.contact:hover, select.contact:hover, textarea.contact:hover {
    border: 1px solid #01aeca;
    background: #ecfcfd;
	}
	
#ContactForm input.contact:focus, textarea.contact:focus, select.contact:focus{
    border: 1px solid #01aeca;
    background: #ecfcfd;
	}

/* envoyer input for general use */
input.envoyer {
	background: #000 url(../travel_img/submit_sq.gif) no-repeat;
	height: 25px;
	width: 130px;
	border: none;
	outline: none;
	color: #FFFFFF;
	}
	
input.envoyer:hover {
	background: #000 url(../travel_img/submit_sq.gif) no-repeat 0 -28px;
	height: 25px;
	width: 130px;
	border: none;
	outline: none;
	color: #FFFFFF;
	}
	
/* regular form for general use */
#RegularForm input.regular, textarea.regular, select.regular {
	border: 1px solid #999999;
	background-color: #ffffff;
	color: #000000;
	width: 250px;
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}
	
#RegularForm input.regular:hover, select.regular:hover, textarea.regular:hover {
    border: 1px solid #01aeca;
    background: #ecfcfd;
	}
	
#RegularForm input.regular:focus, textarea.regular:focus, select.regular:focus{
    border: 1px solid #01aeca;
    background: #ecfcfd;
	}

