
#flexform_hint {
	background-color:#FFFF66;
	padding:4px;
	width:250px;
	border:4px solid #990000;
}

.tx_formslib_formelement {
	clear:both;
	padding:5px;
	
}

.tx_formslib_formelement input{
	margin-top:0;
}

.tx_formslib_formelement .clearStyle {
	clear:both;
}


.tx_formslib-checkboxes input{
	display:inline;
	float:left;
	border:none;
	margin-left:2px;
	margin-right:7px;
	background-color:#FFF;
}




/* for Mozilla we need 3 pixel margin */

.tx_formslib-checkboxes[class] input{
	margin-top:3px;
}

/* IE 7 understands the attribute selector */

.tx_formslib-checkboxes[className="tx_formslib-checkboxes"] input{
	margin-top:0;
}

.tx_formslib-checkboxes label{
	float:left;
	margin:0;
	margin-right: .3em;
	margin-bottom:15px;
	width:110px;
} 

span.tx_formslib-checkboxes {
 	padding:5px;
	padding-top:15px;
	padding-bottom:20px;
	margin-top:0;
	display:block;
	clear:both;
	width:460px;
	background-color:#FFF;

}
	
.tx_formslib-submitbuttons {
	margin-left:350px;
	padding:10px;
}

.tx_formslib-submitbuttons input{
	background-color:#fff;
	border:1px solid #a1916d;
	margin-bottom:20px;
}
.smallButton {
	background-image:url(/typo3conf/ext/hotelportal/res/img/buttonLabel_s.gif);
	width:80px;
	height:20px;

}

a.Button_l {
	background-image:url(/typo3conf/ext/hotelportal/res/img/buttonLabel_l.gif);
	
	height:20px;
	
	outline: none;
	
	position:absolute;
	
	text-align:center;
	
	text-decoration:none;
	
	width:120px;
}

a.Button_s {
	background-image:url(/typo3conf/ext/hotelportal/res/img/buttonLabel_s.gif);
	
	height:20px;
	
	outline: none;
	
	position:absolute;
	
	text-align:center;
	
	text-decoration:none;
	
	width:80px;
}

a.Button_r {
	background-image:url(/typo3conf/ext/hotelportal/res/img/buttonLabel_s.gif);
	height:20px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	position:absolute;
	text-align:center;
	text-decoration:none;
	width:80px;
	position:absolute;
	left: 510px;
	top: 100px;
}

.buttonLabel {
	color:#A51021;
	position:relative;
	top:2px;
}	

textarea.tx_formslib-field {
	/*width:445px;*/
	/*margin-top:1em;*/
	margin-left:10px;
	/*background-color:#EEE;*/
	width:433px;
}

.tx_formslib-searchbuttons {
	margin-left:300px;
}

.tx_formslib-searchbuttons input {
	margin:2px 10px;
	display:inline;
}

.tx_formslib-label{
   float: left;
   text-align: right;
   width: 12em;
   margin-right: .3em;
   font-family:Arial,Verdana,  Helvetica, sans-serif;
}




.hint {
	padding-left:15px;
	font-style:italic;
}


.tx_formslib-label-switched {
	width:auto;
}

span.tx_formslib-field {
	padding:2px;
	color:#666;
}

.tx_formslib-field, .tx_formslib-select, .tx_formslib-checkbox, .tx_formslib-checkboxes, .disabled_field  {
  float: left;
  width: auto;
  margin:0;
  margin-right: .3em;
  border:1px #A1916D solid;
  background-color:#FFF;
}





/*---------------------------*/
/* CSS for drop down calendar */
/*---------------------------*/
.calendar
{
	display: none;
}


#calendarContainer
{
	position: absolute;
	margin: 0px 2px 0px 2px;
	width: 150px;
	height: 180px;
	border: 2px solid;
	overflow: hidden;
	background-color:#CC9900;
	z-index:1;
}
.calTable
{
	border: 0px;
	background-color: #FFFFFF;
	font-size: 0.925em;
	border-collapse:collapse;
}

.calTable td {
	border:1px solid #CCC;
	padding:0 2px;
	text-align:center;
	color:#999;
}

.calTable td:hover {
	background-color: #FFCC00;
}

.calTable td a {
	color:#990000;
	text-decoration:none;

}

.calHeader
{
	border: 0px;
	background-color: #990000;
	color: #fff;
	text-align:center;
}

.calHeader td:hover {
	background-color:#900;
}

td.calHeader a
{
	color: #fff;
}

/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */
#loading_image {
	text-align:center;
	border:1px solid red;
}

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:47%;
	z-index:9999;
	width:600px;
	height:500px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
	border:3px solid #900;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#111;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
	text-align:center;
}
#lbLoadMessage p{
	margin:100px;
	color:#990000;
	font-size:15px;
}

#lightbox.done img{
	width:100%;
	height:100%;
}
/********************************************   end lightbox ******************************************/
