.progress-menu {
	height: 35px;
	line-height: 30px;
	text-align:center;
}

.progress-menu ul {
	margin: 0 auto;
	width: 90%;	
}

.progress-menu li {
	float: left;
	background: url(../images/check.gif) no-repeat center left;
	padding: 0 25px;
}

.progress-menu li span {
	display: none;
}

.progress-menu li.active {
	font-weight: bold;
	background: url(../images/check_active.gif) no-repeat center left;
}

.room-price-title {
	font: normal 1.0em Tahoma;
	color: #FFF;
	padding: 4px 0 4px 30px;
	background: #BAB25F url(../images/title_left_bg.gif) no-repeat center left;
}

.room-price-list {
	margin-bottom: 30px;
}

.button-room-price {
	float: right;
}

.button-room-price .button {
	border: none;
	background: none;
	font-weight: bold;
}

.reservation-form h6, .reservation-preview h6, .user-register h6, .user-modify h6, .room-search-wide h6, .order-list h6, .order-modify-basic h6, .order-modify-detail h6, .user-order-detail h6, .order-modify-room h6 {
	font: bold 1.0em Tahoma;
	color: #FFF;
	padding: 4px 0 4px 30px;
	background-color: #9B370F;
}

.reservation-form div, .reservation-preview div, .user-register div, .user-modify div, .order-modify-basic div, .order-modify-detail div, .user-order-detail div {
	margin-bottom: 20px;
}

.reservation-form .package-color, .reservation-preview .package-color, .order-detail-price .package-color {
	margin-bottom: 0;
}

#container .reservation-form-booker th, #container .reservation-form-arrive th, #container .order-detail-basic th, #container .reservation-search-info th, #container .order-preview-detail th, #container .order-preview-demand th, #container .order-detail-note th {
	border: none;
	background: none;
}

#container .user-modify th, #container .user-register th {
	border: none;
	background: none;
	width: 15%;
}

.button-reservation, .button-order-preview, .button-user-register, .button-user-modify, .button-order-detail, .button-reservation-success {
	text-align: center;
}

.reservation-form-demand table {
	margin-top: 6px;
}

#container .reservation-form-demand table td {
	padding: 0;
}

.order-modify-checkdate h6 {
	margin-bottom: 6px;
}

.order-modify-basic .button {
	float: right;
}
.button-modify-room .button {
	float: right;
	margin: 0 5px 5px 0;
}
.reservation-login {
	text-align: center;
	background: #F7F4E1;
    padding: 10px;
	border: 3px double #F7F4E1;
	overflow: auto;
	zoom: 1;
}

.skip-login {
    float: left;
    width: 60%;
    height: 300px;
    text-align: left;
}

.skip-login h3 {
    font-size: 14px;
}

.skip-login hr {
    margin-top: 10px;
}

.skip-login ul, .skip-login ol {
    padding: 5px 10px;
}

.skip-login ul li {
    height: 1.8em;
    line-height: 1.8em;
    background: url(images/arrow.png) no-repeat left 6px;
    padding-left: 1.5em;
    color: #111;
}

.skip-login ol li {
    line-height: 1.5em;
    list-style: inside square;
}

.skip-login ol li span {
    color: #B02300;
    font-weight: bold;
}

.skip-login .button-user-register, .skip-login .button-user-skip {
    text-align: center;
    background: none;
    padding: 0.5em;
}

.reservation-login .user-login, .card-login {
    float: right;
    width: 35%;
    border: 1px solid #E1D19D;
    height: 120px;
    background: #FFF;
}

.user-login h6, .card-login h6 {
    font-size: 12px;
    font-weight: bold;
    height: 1.8em;
    line-height: 1.8em;
    background: #BBB15A url(images/title_left_bg.gif) no-repeat;
}

.user-login div, .card-login div {
    margin-top: 0.8em;
}

.card-login {
    margin-top: 10px;
}

.reservation-login label {
	margin-right: 10px;
}

.reservation-success {
	background: #F7F4E1;
	border: 3px double #F7F4E1;
	padding-top: 40px;
	width: 90%;
	height: 70px;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 10px;
}
.room-search-home .button {
	width: 56px;
	text-align: center;
}
