@charset "utf-8";
/* CSS Document */
#booking_forma {
}
#booking_forma_container{
	position:relative;
	z-index:1;
	width:685px;
	float:left;
}
#booking_forma_container form{
width: 685px;
margin: 0px 0px 0 0px;
overflow: auto;
position: relative;
z-index: 1;
height: 330px;
}
#booking_forma_container form fieldset{
	padding:0;
	padding-top:20px;
	margin:0;
	border:none;
	width:332px;
	float:left;
	margin-bottom:20px;
	position:relative;
}
.fieldset_container{
background: url(../images/back_forma.jpg) no-repeat;
position: relative;
z-index: 1;
height: 325px;
}
form#booking_forma label{
	font-family: 'OpenSansRegular';
	color:#666;
	width:110px;
	float:left;
	text-align:right;
	margin-bottom:8px;
	margin-right:5px;
	font-size:12px;
	line-height:25px;
}
form#booking_forma .inputfield{
	width:205px;
	float:left;
	margin-bottom:8px;
	height:25px;
	color:#757575;
	font-weight:14px;
	background-image:url(../images/background_form.jpg);
	border:1px solid #bfbfbf;
	border-radius:4px;
	-moz-border-radius:4px; /* Firefox 3.6 and earlier */
	font-family: 'OpenSansRegular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
form#booking_forma .selectlist{
	width:120px;
	margin-right:35px;
	float:left;
	margin-bottom:8px;
	height:28px;
	color:#757575;
	font-weight:14px;
	background-image:url(../images/background_form.jpg);
	border:1px solid #bfbfbf;
	border-radius:4px;
	-moz-border-radius:4px; /* Firefox 3.6 and earlier */
	font-family: 'OpenSansRegular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
form#booking_forma textarea{
	width:201px;
	float:left;
	margin-bottom:8px;
	height:54px;
	color:#757575;
	font-weight:14px;
	background-image:url(../images/background_form.jpg);
	border:1px solid #bfbfbf;
	border-radius:4px;
	-moz-border-radius:4px; /* Firefox 3.6 and earlier */
	font-family: 'OpenSansRegular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
form#booking_forma .button{
	float:right;
	width:100px;
	height:35px;
	background-image:url(../images/button_100x35.png);
	border:none;
	cursor:pointer;
	font-weight:bold;
	border:0;
	color:white;
}
.greenMessage{
	width:100%;
	color:green;
	float:left;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.redMessage{
	width:100%;
	color:red;
	float:left;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.msg {
	width: 80%;
	margin: 10px auto;
	color: #FFF;
	font-family: 'OpenSansRegular';
	font-size: 13px;
	line-height: 20px;
	padding: 5px 10px;
	border-radius: 5px;
	text-align: center;
}
.msg.fail {
	background-color: #ff4c00;
}
.msg.ok {
	background-color: #216278;
}