#log {

	border: solid 0px #194f9f;
	padding: .5em;
	margin: 4px 4px;
	width: 180px;
        color: #000000;
	
}
 
#start a { 
	font-weight: bold;
}

#yj_booking{
width:100%;
padding:15px;
margin:0 auto;
margin-bottom: 10px;
overflow:hidden;
background: #e6f0fc;
}


div.reservation
{
	font: normal 14px "Trebuchet MS", Verdana;
	color: #000000;
}

div.reservation fieldset
{
	border: solid 0px #DEDBD1;
	margin: 0;
	margin-bottom: 10px;
	color: #000000;
	padding: 0px;
}

div.reservation fieldset input,
div.reservation fieldset select,
div.reservation fieldset textarea
div.reservation fieldset button,
{
	vertical-align: middle;
	font: normal 13px "Arial" Verdana;
	border: solid 1px #DEDBD1;
	margin-bottom: 4px;
	color: #000000;
}

div.reservation fieldset.personal-data input
{
	width: 185px;
	border: solid 1px #DEDBD1;
	color: #000000;

	
}

div.reservation fieldset textarea,
.element textarea
{
	overflow: auto;
	width:90%;
	height: 80px;
	border: solid 1px #DEDBD1;
	white-space:normal;
	color: #000000;
}

div.reservation legend
{
        font-weight: normal;
	border: solid 0px #DEDBD1;
	padding: 0px 4px;
	margin-bottom: 4px;
	color: #000;

}



div.reservation fieldset label
{
	display: block;
	color: #000000;
}

div.reservation fieldset div
{
	float: left;
	margin-right: 6px;
	color: #000000;
}

.display-none
{
	display: none;
}

.display-block
{
	display: block;
}

.validator
{
	background: url('images/warning.gif') no-repeat;
	padding-left: 20px;
	color: red;
}

.text-align-right
{
	text-align: left;
}

.break
{
	clear: both;
}





.toggler  {
cursor:pointer;

border: solid 1px #DEDBD1;
padding: 0 4px;
margin-bottom: 4px;

font: normal 14px "Trebuchet MS", Verdana;
}

.element{ 
padding:0 5px;
width:95%;

}