body{
	color:#333333;
	font-size:14px;
}
a{
	color:#1f93d5;
}
hr{
	margin:0px 0px 25px;
}
.contentDiv{
	font-size:14px;
	border-radius:0 0 10px 10px;
	overflow:hidden;
}
.contentTitle{
	padding-top:20px;
	padding-bottom:20px;
	line-height:1.5;
	border-bottom:1px solid #dcdcdc;
}
.passengerListDiv{
	width:320px;
	margin:10px auto;
}
.tripDiv{
	height:60px;
	line-height:60px;
	background:#f7f7f7;
	padding-left:30px;
}
.chk{
	width:20px;
	height:20px;
	vertical-align:middle;
}
.inputBox{
	padding:10px;
	width:300px;
	border-radius:5px;
	border-width:1px;
}
.reminderDiv{
	letter-spacing:1px;
	line-height:1.5;
}
.reminderTitle{
	font-size:16px;
	font-weight:bold;
}
.passengerList tr{
	height:35px;
}
.passengerList{
	width:100%;
	margin-left:20px;
}
.cmtDiv{
	padding:30px 0px 10px 30px;
	border-bottom:1px solid #dcdcdc;
}
.imgPosition{
	display:inline-block;
	position:relative;
	top:-60px;
}
.cmtContent{
	display:inline-block;
	width:359px;
	margin-left:8px;
}
.overflowDiv{
	height:200px;
	overflow-y:scroll;
}
.imgPosition{
	display:inline-block;
	position:relative;
	top:-60px;
}
.cmtContent{
	display:inline-block;
	width:359px;
	margin-left:8px;
}
.passengerListMargin{
	margin-left:30px;
	margin-bottom:20px;
}