#formp {
	width:560px;
	margin:0 auto;
}
#nomtit {
	height:51px;
	background:url(../img/form_in.gif) no-repeat;
}
#usertit {
	height:49px;
	background:url(../img/form_user.gif) no-repeat;
}
#contactustit {
	height:49px;
	background:url(../img/contactustitlebg.jpg) no-repeat;
}
#tasktit {
	height:45px;
	background:url(../img/form_task.gif) no-repeat;
}
#usertrip {
	height:45px;
	background:url(../img/form_trip.gif) no-repeat;
}
#cruinfo {
	width:538px;
	background:#F3F9Fc;
	border:1px solid #cbe6f3;
	border-top:none;
	padding: 0 10px;
}
#cruinfo br {
	clear:both;
}
#cruinfo label{
	width: 170px;
	height:30px;
	float: left;
	clear: both;
	text-align: right;
	padding-right: 10px;
}
#cruinfo .rdo{
	margin-left:10px;
}
#cruinfo .txt {
	width:200px;
	float:left;
	margin: 3px 3px 0 0;
	line-height: 14px;
	height: 15px;
}
#cruinfo .num {
	width:40px;
	margin: 3px 3px 0 0;
	line-height: 14px;
	height: 15px;
}
#cruinfo .ptxt {
	width:330px;
	height:90px;
	float:left;
	margin-top: 3px;
}
#cruinfo #msg {
	overflow: auto;
}
#cruinfo #msg label {
	text-align:left;
	height:auto;
}
#formp a.button {
	float: right;
	margin: 5px 20px 10px 0;
}

