.progress-menu {
	width: 400px;
	height: 24px;
	border: 1px solid #CCC;
	background: #F5F5F5;
	margin: 0 auto 10px;
}

.progress-menu li {
	float: left;
	width: 100px;
	height: 2.0em;
	line-height: 2.0em;
	text-align: center;
}

.progress-menu li.active{
	background: #ECECEC;
	font-weight: bold;
}

.room-price-title {
	background: url(images/title_bg.gif) no-repeat left center;
	text-indent: 1.0em;
	margin: 20px 0 10px;
	text-align: left;
}

.room-price-title .button-room-price {
	float: right;
}

.room-price-title strong {
	background: url(images/arrow_room.gif) no-repeat center left;
	padding-left: 10px;
}

.room-price-list {
	margin-bottom: 25px;
}

.reservation-login {
	text-align: center;
    padding: 10px;
	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 #CCC;
    height: 120px;
    background: #FFF;
}

.user-login h6, .card-login h6 {
    font-size: 12px;
    font-weight: bold;
    height: 1.8em;
    line-height: 1.8em;
    background: #CCC;
}

.user-login div, .card-login div {
    margin-top: 0.8em;
}

.card-login {
    margin-top: 10px;
}

.reservation-login label {
	margin-right: 10px;
}

.reservation-login .user-login-id {
	margin: 8px 0;
}

.reservation-login .button-user-login .button {
	margin: 10px 0 0 130px;
}

.reservation-login h6 {
	font: bold 1.2em Tahoma;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	text-align: left;
}

.reservation-form h6, .reservation-preview h6, .user-register h6, .user-modify h6, .order-list h6, .order-modify-basic h6, .order-modify-detail h6, .user-order-detail h6, .order-modify-room h6 {
	background: url(images/title_bg.gif) no-repeat left center;
	font: bold 1.2em Tahoma;
	text-indent: 1.5em;
	margin: 20px 0 10px;
	text-align: left;
}

h3 {
	background: url(images/title_bg.gif) no-repeat left center;
	font: bold 1.2em Tahoma;
	text-indent: 1.5em;
	margin: 20px 0 10px;
	text-align: left;
}

#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: 0 dashed #C4BFAC;
	background: none;
	border-width: 0 0 1px 0;
}

#container .user-modify th, #container .user-register th {
	border: 0 dashed #C4BFAC;
	background: none;
	border-width: 0 0 1px 0;
	width: 15%;
}

.reservation-form .textarea-length {
	width: 90%;
}

.button-reservation, .button-order-preview, .button-user-register, .button-user-modify, .button-order-detail, .button-reservation-success {
	margin: 10px auto;
	text-align: center;
}

.user-page-width {
	width: 15%;
}

.button-modify-checkdate, .button-modify-room {
	float: right;
}

.reservation-success {
	border: 1px solid #DDE6E5;
	padding: 30px;
	margin: 20px auto;
	line-height: 2.0em;
	text-align: center;
}

#container .reservation-form-guest input {
  width:90px;
}

#container .reservation-form-demand hr {
  display:none;
}
#container .reservation-form-demand input {
  margin-right:10px;
}
#container .order-detail-basic .textarea-length {
  width:400px;
}
