/*
 * Forms
 */

#form_content {
	margin-top: 50px;
	margin-left: 90px;
	width: 700px;	
}

fieldset {
	margin-left: 20px;
	
	border: none;
	color: #362b19;
}

fieldset.centered {
	margin-left:0px
}
fieldset.midleft {
	margin-left:200px;
	width: 530px;
}

fieldset.create_for_grouprequest {
	width: 450px;
}
fieldset.suggest {
	width: 450px;
}
fieldset.four_hundred_fifty {
	width: 450px;
}

fieldset dl {
	clear: both;
}

fieldset dl.first {
	border-top: none;
}

fieldset dl dt {
	float: left;
	width: 100px;	
	font-size: 14px;
	text-align: right;
	padding: 7px 0 0 0;
	line-height: 1.5em;
}
	
fieldset dl dd {
	float: left;
	color: #153c40;
	width: 250px;
	padding: 6px 0 3px 20px;	
}

fieldset dl dd label {
	color: #362b19;
}
	
dt.error {
	color: #c3402f;
	font-weight: bold;
}
	
dt.error img {
		float: none;
		border: none;
	}

.fieldWithErrors {		
	/*background-color: #98090c;*/
	border: 4px solid #98090c;
	padding-right:10px;
	width: 100%;	
 }

fieldset dl dd.textonly {
	font-size: 110%;
	padding-top: 10px;
	padding-bottom: 8px;	
}
	
fieldset dl dd small {
			font-size: 95%;
		}
		
fieldset dl dd ul.options {
			list-style: none;
			margin-bottom: 0;
		}
	
fieldset dl img {
		border: 1px solid #aaa;
		padding: .5em .2em;
	}
	
fieldset dl img.icon {
		vertical-align: middle;
		border: none;
		margin-bottom: 3px;
	}

input.textfield, input.password, textarea, select {
		width: 300px;
		color: #252b31;
		font-size: 13px;
		padding: 3px;
		border: 1px solid #aaa;
	}
	
dl dd.required {
		background: transparent url(../images/mandatory.png) no-repeat -2px 12px;
	}

select {
		width: auto;
		padding: 2px 1px;
	}
	
fieldset .note {
		font-size: 12px;
		color: #777;
	}
	
fieldset p.fineprint {
		clear: both;
		margin: 6px 0 0;
		padding: 4px 0 8px 20px;
		border-top: 1px dotted #ccc;
	}
	
form p.buttons, form div.buttons {
	clear: both;
	padding-top: 1em;
}


dd.rating img{
	border: 0;
	padding: 0;	
}	

dd.rating {
	width: 300px;
}

.TB {
    width:250px;
	color: #252b31;
	font-size: 14px;
	padding: 5px;
	/*height: 20px;*/
	border: 1px solid #aaa;
	/* trick of IE6 et IE7 */
	.margin-left: -40px;
}


#user_company_type {
    width:260px;
	color: #252b31;
	font-size: 14px;
	padding: 5px;
	/*height: 20px;*/
	border: 1px solid #aaa;
	/* trick of IE6 et IE7 */
	.margin-left: -40px;
}

input.small {
	width: 160px;
}


.captcha_container {
	margin-left: 80px;
	text-align:center;
	width: 350px;
	font-size: 14px;
	color: #362b19;
	background-color: #eff5cc;
	padding: 10px;
}

.simpleCaptchaSelected {
	background-color: #AAC032;
	padding:5px;
	-moz-border-radius: .4em; -webkit-border-radius: .4em; border-radius: .4em;
}


#agreement {
	
	width: 470px;
	padding-top: 10px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

#newsletter {
	
	width: 470px;
	margin-top: 10px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
}


#unsubscribe {
	margin-left: 10px;
	margin-bottom: 20px;
	padding:10px;
	width:800px;
	text-align: center;	
	background-color: #B7C7D1;
	color: #262016;
	font-size: 16px;
	font-weight: normal;
}

#saveBT {
    width: 100%;
	text-align:center;
    padding-top:30px;
}


.explainText{	
	padding:20px;
	color: #534B3E;
	text-align: center;
	font-size: 14px;
	margin-left: 10px;
	margin-right:10px;
	font-weight: normal;
	background-color:#d8e4e5;
	border: 1px solid #249ea9;
	/* trick of IE6 et IE7 */	
	.margin-bottom: 10px;
}

.explainText_pro {
	background-color:#6f525c;
	color: #FFFFFF;
}
#tableonlinePresentation {
    margin-bottom : 10px;
    font-size: 14px;
	font-weight: bold;
	color: #9CB300;
}

#restaurantPresentation {
    padding : 5px 5px 5px 5px;
    margin-bottom : 10px;
    color: #534B3E;
	font-size: 14px;
	font-weight: bold;	
	background-color:#dee4b3;
}


#joinUs {
    color: #9CB300;
	font-size: 14px;
	font-weight: bold;
	margin-bottom : 10px;
	text-align: center;
}




.signature {
	margin-top: 15px;
	text-align:right;
	font-weight: bold;
}

.bookingText{
	padding-top:10px;
	padding-bottom:10px;		
	color: #362b19;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid;
}


#mytableinfosTD {
	width: 150px;
}


