/* favo detail */
.favo_tb tr td {
	padding: 8px;
	vertical-align: middle;
	font-size:12px;
}

.favo_input {
	display: inline-block;
	width: 210px;
	height: 18px;
	padding: 4px;
	font-size: 13px;
	line-height: 18px;
	color: #555555;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.favo_input.favo_select {
	height: auto;
	width: 220px;
}
.ispartTr label{
	height:28px;
	line-height:28px;
	font-size:12px;
	padding-right:10px;
}
.favo_input_radio{
	margin-right:4px;
	vertical-align:text-bottom;
}

.favo_tb label.error {
	margin-left: 5px;
	color: #AA0000;
}
.favo_moadl_tip{
	display: inline-block;
	float: left;
	text-align: left;
	width: 360px;
	line-height: 16px;
	color: #999;
}
.favo_moadl_tip.sing_line{
	line-height: 28px;
}
.favo_moadl_tip.none{
	display: none;
}

.mask{
	background-color: #666;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.modal-header {
	height: 29px;
	background: url(/rmrb/css/img/pop_bg.gif) repeat-x;
	line-height: 30px;
	text-align:center;
	border-radius: 5px 5px 0 0;
	padding:0;
	border:none;
}

