

#log {
	background: #F5F4F0;
	border: solid 1px #DEDBD1;
	padding: 0px;
	margin-left: 6px;
	margin-right: 10px;
	margin-bottom: 6px;
	width:96%;
	color:#283F61;
	
}
 
#start a { 
	font-weight: bold;
}

#yj_booking{
width:100%;
padding:3px;
margin:0 auto;
overflow:hidden;
}


div.reservation
{
	font: normal 12px "Trebuchet MS", Arial, Verdana;
	color: #EAD9A3;
}

div.reservation fieldset
{
	border: solid 1px #DEDBD1;
	margin: 0;
	margin-bottom: 4px;
	padding: 6px;
}

div.reservation fieldset input,
div.reservation fieldset select,
div.reservation fieldset button,
div.reservation fieldset textarea
{
	vertical-align: middle;
	font: normal 13px "Trebuchet MS", Arial, Verdana;
	border: solid 1px #DEDBD1;
	margin-bottom:4px;
}

div.reservation fieldset.personal-data input
{
	width: 170px;
	border: solid 1px #DEDBD1;
	
}

div.reservation fieldset textarea,
.element textarea
{
	overflow: auto;
	width:100%;
	height: 100px;
	white-space:normal;
}

div.reservation legend
{
	/*background: infobackground;*/
	border: solid 1px #DEDBD1;
	padding: 0 4px;
	margin-bottom: 4px;
	font-weight: bold;
}



div.reservation fieldset label
{
	display: block;
}

div.reservation fieldset div
{
	float: left;
	margin-right: 6px;
}
.terminal
{
	margin-left: 0px;
}

.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;
background: infobackground;
border: solid 1px #EAD9A3;
padding: 0 4px;
margin-bottom: 4px;
font-weight: bold;
font: normal 13px "Trebuchet MS", Arial, Verdana;
color:#EAD9A3;
}

.element{ 
padding:0 5px;
width:95%;

}
/*add by Miennh@gmail.com*/

.home-title-booking{
	font-size:16px;
	color:#EAD9A3;
	padding-bottom:12px;
}
.home-search-title{
	/*color:#EAD9A3;*/
	color:#6C021A;
	font-weight: bold;
}
.input-search{
	/*
	background: #ECDDD7;
	border-color:#A7B6DF;
	border-style:ridge;
	font-size:14px;
	color:#314920;
	*/
	
	/*background:transparent url(images/inputbox-bg.gif) repeat-x scroll left top;*/	
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border:1px solid #CCCCCC;
	color:white;
	background:#3F3227;
	margin:0 0 5px;
	padding:2px;
}
.input-search-option{
	width:220px;
	background:#3F3227;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border:1px solid #CCCCCC;
	margin:0 0 5px;
	color:white;
	padding:2px;
}


