.book {
	
}

.book a.logout {
	display: block;
	float: right;
	width: 72px;
	height: 16px; /*17*/
	padding-top: 1px;
	margin-left: 5px;
	background: url('/dsg/button-info.gif') no-repeat top left;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
	font-weight: normal;
}

.book h2 {
	font-size: 1.2em;
	margin-bottom: 0.6em;
	color: #00507d;
}

.book div.items {
	
}
	.book div.items div.checkbox {
		float: left;
		width: 30px;
	}
	.book div.items div.left {
		float: left;
		width: 220px;
	}
		.book div.items div.left a img {
			float: left;
			background: #fff;
			padding: 5px;
		}
	.book div.items div.right {
		margin-left: 230px;
	}
		.book div.items div.right h2 {
			font-size: 1.454em;
			margin-bottom: 0.8em;
		}
			.book div.items div.right h2 a {
				color: #c21733;
			}
			.book div.items div.right h2 a.more-hotel {
				display: block;
				float: right;
				background: url('/dsg/button-info.gif') no-repeat top left;
				width: 72px;
				height: 16px; /*17*/
				padding-top: 1px;
				color: #fff;
				text-align: center;
				font-size: 0.6875em;
				font-weight: normal;
			}
		.book div.items div.right div.stars {
			height: 2.7em;
		}
			.book div.items div.right div.stars img {
				float: left;
			}


.book div.item {
	
}
	.book div.item img.picture {
		float: right;
		margin: 0 0 1em 1em;
		background: #fff;
		padding: 5px;
	}
	.book div.item div.stars {
		height: 2.7em;
	}
		.book div.item div.stars img {
			float: left;
		}


/* send form */
#book_send {

}
#book_send dl dt {
	width: 300px;
}
#book_send dl dd {
	margin-left: 300px;
}
#book_send dl dd input.text {
	width: 400px;
}
#book_send dl dd textarea {
	width: 400px;
}
