.TTWForm{
 	width: auto;
}

#contact {margin-top: 20px;}
#contact input[type="email"] {width: 348px; border-radius: 5px;font-size: 12pt; padding: 6px; height: 25px;}
#contact select {width: 300px; font-size: 9pt;}
#contact label {width: 250px; display: block; font-size: 12pt;border-radius: 5px;}
#contact textarea {font-size: 9pt; width: 700px; height: 50px;}
#contact input[type="submit"] { font-size: 16pt; float: right; width: 360px;
    font-family: "Open Sans Condensed",sans-serif; text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;
    padding: 6px;
    color: #fff;
    border: 1px solid #d9d9d9; cursor:pointer; cursor: hand; background-color: #ce5f27 ; border-radius: 5px;}
	
#login {margin-top: 20px;}
#login input[type="email"], #login input[type="password"] {width: 348px; border-radius: 5px;font-size: 12pt; padding: 6px 6px 6px 40px; height: 25px; float: right;}
#login select {width: 300px; font-size: 9pt;}
#login label {width: 200px; display: block; font-size: 12pt;border-radius: 5px; margin-right: 20px; float: left;}
#login textarea {font-size: 9pt; width: 700px; height: 50px;}
#login input[type="submit"] { font-size: 16pt; float: right; width: 400px;
    font-family: "Open Sans Condensed",sans-serif; text-transform: uppercase;
	font-weight: 700; height: 45px;
	margin: 0px;
    padding: 6px;
    color: #fff;
    border: 1px solid #d9d9d9; cursor:pointer; cursor: hand; background-color: #ce5f27 ; border-radius: 5px;}
	
.reset .error {
	border: 1px solid #F00; background: #FFE1E1; 
    height: 16px; font-size: 14pt; font-weight: 700;
    font-family: "Open Sans Condensed",sans-serif;
    color: #ff0033;
	margin: 20px 0 20px 0;
    padding: 12px;
    z-index: 999;
    position:relative;
    top:-1px;
}

.reset .success {
	width: 100%; border: 1px solid #008000; background: #D7FFD7; 
    height: 16px; font-size: 14pt;
    font-family: "Open Sans Condensed",sans-serif; text-transform: uppercase;
    color: #ff0033;
	margin: 20px 0 20px 0;
    padding: 12px;
    z-index: 999;
    position:relative;
    top:-1px;
}

#searchM {font-family: 'Cuprum', sans-serif, Arial, Helvetica, sans-serif;}
#searchM {margin-bottom: 20px;}
#searchM input {width: 208px; font-size: 9pt; }
#searchM select {width: 208px; font-size: 9pt; padding: 2px;}
#searchM label {width: 208px; display: block; font-size: 11pt; font-family: 'Cuprum', sans-serif, Arial, Helvetica, sans-serif;}
#searchM fieldset {border: 1px solid #dfdfdf; padding: 3px; margin: 2px; border-radius: 5px; background: #bababa;}

#searchM input[type="submit"] { width: 220px; margin-top: 20px;
    font-family: 'Cuprum', sans-serif, Arial, Helvetica, sans-serif; font-size: 15pt;
    padding: 6px 0;
    color: #fff;
    border: 1px solid #d9d9d9; cursor:pointer; cursor: hand; background-color: #d28917 ; border-radius: 5px;}


.button {
	display:inline-block; width: 300px; display: block;
	padding:5px 11px;
	color:#fff; 
	background:#d3891c;
	font-size:18px;
	line-height:22px;
	text-transform:uppercase;
	font-family: 'Cuprum', sans-serif, Arial, Helvetica, sans-serif;
}

.a-right {text-align: right;}
	#wrap-log a {color: #fff;}
	.button:hover {color:#fff; background:#d3891c;}


#inputs fieldset {width: 350px;}
#inputs label {display: block;}

#inputs input
{
    background: #f1f1f1 url(../images/login-sprite.png) no-repeat;
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 0;
    width: 288px; /* 353 + 2 + 45 = 400 */
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#username
{
    background-position: 5px -2px !important;
}

#password
{
    background-position: 5px -52px !important;
}

#inputs input:focus
{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}


.TTWForm-container {
    font-size: 75%;
    color: #222;
    background: transparent;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.TTWForm-container h2 {
    font-size: 12pt;
    margin-bottom: 0.75em;
    color: #333333;
    font-weight: normal; border-bottom: 1px solid #333; display: block; padding: 0;
}

.button-contact {background-color: #666; color: #ffffff;}
.button-contact a {color: #ffffff;}
.button-contact a:hover {background-color: #d3891c; color: #ffffff;}

/** Field Styles **/
.TTWForm .field, #form-title.field {
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
    clear: both;
}

/** Field Widths */
.f_25 {
    width: 21%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_50 {
    width: 46%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_75 {
    width: 71%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_100 {
    width: 96%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}


.TTWForm input[type="text"], .TTWForm input[type="number"], .TTWForm input[type="tel"], .TTWForm input[type="email"], .TTWForm textarea, .TTWForm select, div.selector, div.uploader  {
    width: 340px;
	font-size: 13pt;
    font-family: "Open Sans Condensed",sans-serif;
	font-weight: 400;
    padding: 6px;
    color: #000;
    border: 1px solid #d9d9d9;
    outline: none;
    display: inline-block;
    position: relative;
    z-index: 2;
  box-shadow: 0 0 10px #eee inset;
    -moz-box-shadow: 0 0 10px #eee inset;
    -webkit-box-shadow: 0 0 10px #eee inset;
    -ms-box-shadow: 0 0 10px #eee inset;
border-radius: 0px 3px 3px 0px; 
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}


.TTWForm input[type="submit"] { width: 320px;
    	font-size: 16pt;
    font-family: "Open Sans Condensed",sans-serif; text-transform: uppercase;
	font-weight: 700;
    padding: 6px 0;
    color: #fff;
    border: 1px solid #d9d9d9; cursor:pointer; cursor: hand; background-color: #ce5f27 ; border-radius: 5px;}
	
	input.pay {background: url(/img/paypal-paiement.jpg) #d28917 no-repeat 0 -10px ;}
	
.TTWForm input:focus, .TTWForm textarea:focus, .TTWForm select:focus {
    -webkit-box-shadow: 0px 0px 5px #eca12b;
    -moz-box-shadow: 0px 0px 5px #eca12b;
    box-shadow: 0px 0px 5px #eca12b;
}

.TTWForm input[type=radio], .TTWForm input[type=checkbox] {
    width: 12px;
    margin: 8px 12px;
    top: 3px;
    position: relative;
}

.TTWForm .option{
    margin:6px 0;
}

.TTWForm select {
    padding: 6px 6px;
}

.TTWForm textarea {
    overflow: hidden;
}

.TTWForm label {
    color: #666;padding: 10px; float: left;border-radius: 3px 0px 0px 3px; 
    text-align: left; width: 170px;
    font-family: "Open Sans Condensed",sans-serif; font-size: 12pt;
text-transform: uppercase;
font-weight: 700; background: #E3E2E2;
}

.TTWForm .submit input {
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    text-shadow: 1px 1px 0px #908473;
    display: block;
    margin: 12px -2px 12px 0;
    text-align: center;
    float: right;
    padding: 6px 12px;
    height: 36px;
    min-width: 96px;
    width:auto;
	background-color: #eca12b;
    border: 1px solid #eca12b;
    font-weight: bold;
    color: #ffffff;
}


#form-title {
    padding: 12px;
}

#form-title h2{
    margin-bottom:0;
}

/** Date Input **/

#calroot {
    z-index: 10000;
    margin-top: -1px;
    width: 198px;
    padding: 2px;
    background-color: #fff;
    font-size: 11px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
}

#calhead {
    padding: 2px 0;
    height: 22px;
}

#caltitle {
    font-size: 14px;
    color: #0150D1;
    float: left;
    text-align: center;
    width: 155px;
    line-height: 20px;
    text-shadow: 0 1px 0 #ddd;
}

#calnext, #calprev {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    background: transparent url(../images/prev.png) no-repeat center center scroll;
}

#calnext {
    float: right;
    background: transparent url(../images/next.png) no-repeat center center scroll;
}

#calprev.caldisabled, #calnext.caldisabled {
    visibility: hidden;
}

#caltitle select {
    font-size: 10px;
}

#caldays {
    height: 14px;
    border-bottom: 1px solid #ddd;
}

#caldays span {
    display: block;
    float: left;
    width: 28px;
    text-align: center;
}

#calweeks {
    background-color: #fff;
    margin-top: 4px;
}

.calweek {
    clear: left;
    height: 22px;
}

.calweek a {
    display: block;
    float: left;
    width: 27px;
    height: 20px;
    text-decoration: none;
    font-size: 11px;
    margin-left: 1px;
    text-align: center;
    line-height: 20px;
    color: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.calweek a:hover, .calfocus {
    background-color: #ddd;
}

a.calsun {
    color: red;
}

a.caloff {
    color: #ccc;
}

a.caloff:hover {
    background-color: rgb(245, 245, 250);
}

a.caldisabled {
    background-color: #efefef !important;
    color: #ccc !important;
}

#calcurrent {
    background-color: #498CE2;
    color: #fff;
}

#caltoday {
    background-color: #333;
    color: #fff;
}


/** Range Input **/

.slider {
    background: #3C72E6 url(../images/range_gradient.png) repeat-x 0 0;
    height: 9px;
    position: relative;
    border: 1px solid #333;
    width: 100%;
    float: left;
    clear: right;
    margin-top: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: inset 0 0 8px #000;
}

.progress {
    height: 9px;
    background-color: #C5FF00;
    display: none;
    opacity: 0.6;
}

.handle {
    background: #fff url(../images/range_gradient.png) repeat-x 0 0;
    height: 28px;
    width: 28px;
    top: -12px;
    position: absolute;
    display: block;
    margin-top: 1px;
    border: 1px solid #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;

}

.range {
    border: 1px solid #ddd;
    float: left;
    font-size: 20px;
    margin: 0 0 0 15px;
    padding: 3px 0;
    text-align: center;
    width: 50px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


/**Error Messages **/

.TTWForm .error {
    height: 16px;
    font: 11px/16px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    color: #ff0033;
    padding-left: 12px;
    z-index: 999;
    position:relative;
    top:-1px;
}


/** Loading Indicator **/
.loading-text{
    position:relative;
    top:-3px;
}


/** Clearfix */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}