@charset "UTF-8";
/* CSS Document */

#fail_reason_div
{
	height: 30px;
    text-align:left;
    line-height: 30px;
}

#booking_fail_div
{
    height: 100px;
    background-color:#ECE9D8;
}

#search_bar_form
{
    /* size of the div */
    width: 857px;
    height: 65px;
    /* background */
    background-image:url(../images/shearch-1.gif);
    background-repeat: no-repeat;
}

#search_bar_inner
{
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 10px;

}

#search_bar_form .search_item_span {
    margin-right: 15px;
    margin-left: 15px;
}

#search_bar_form #search_icon
{
    margin-left: 50px;
}

#bookable_time_form
{
    width: 851px;
    background-color: #f0f0f0;
}

#bookable_time_inner
{
    padding: 15px;
}

/* 可訂位時間列表相關設定 */
.bookable_time_table
{
    height: 45px;
    width: 100%;
    /* for vertical center */
    line-height: 45px;
    background-color: #ffffff;
    border-collapse:collapse;
}

#today_div
{
    margin-top: 15px;
    margin-bottom: 15px;
}

.bookable_time_table th
{
    width: 10%;
}


.time_item, 
{
    /* size*/
    width: 45px;
    height: 20px;
    line-height: 18px;
    
}


/* 可訂位時間列表 */


#main_body_inner
{
    /*  置中對齊 */
    width: 857px;
    margin-left: auto;
    margin-right: auto;	
    padding: 0 20px 20px 20px;
}

#body_left
{
	width: 244px;
	float: left;
}

#left_inner_thaitown
{
	width: 233px;
}

#body_right
{
	width: 610px;
	float: right; margin-bottom:20px;
}

#right_inner
{
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 10px;
}

#content_inner
{
    height: auto;
}

#right_inner p{ line-height:25px; font-size:13px; }

#right_inner .input{padding-left: 60px; margin-right:30px;}
#submit_div
{
    padding-left: 60px; margin-top:15px;
}

#bookable_fieldset
{
    width: 400px;
}


#loading_image_div
{
    text-align: center;
}


#dropSheet
{
  background-color/**/: #000000;
  background-image: url(../images/dots.gif);
  background-image/**/: none;
  opacity: 0.35;
  filter: alpha(opacity=35);
}

#sending_image_div
{
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
}

.red
{
    color: #EF4E2F; margin-top:-8px;
}

.gray
{
	color: #999; font-size:12px;
}

#content #content_inner #body_wrapper #main_body #main_body_inner #home {
	font-size: 13px;
	text-align: right;
	padding-top: 5px;
}

.green {
	color: #390;
}

