.rm_wrap{
	width:740px;
}
.rm_section{
	border:1px solid #ddd;
	border-bottom:0;
	background:#f9f9f9;
}
.rm_opts{
	display: none;	
}
.rm_opts label{
	font-size:12px;
	font-weight:700;
	width:200px;
	display:block;
	float:left;
}
.rm_input {
	padding:30px 10px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #fff;
}
.rm_opts small{
	display:block;
	float:right;
	width:200px;
	color:#999;
}
.rm_opts p{
	padding: 10px;
	line-height: 140%;
}
.rm_opts input[type="text"], .rm_opts select{
	width:280px;
	font-size:12px;
	padding:4px;
	color:#333;
	line-height:1em;
	background:#f3f3f3;
}
.rm_input input:focus, .rm_input textarea:focus{
		background:#fff;
}
.rm_input textarea{
	width:280px;
	height:175px;
	font-size:12px;
	padding:4px;
	color:#333;
	line-height:1.5em;
	background:#f3f3f3;
}
.rm_title h3 {
	cursor:pointer;
	font-size:1em;
	text-transform: uppercase;
	margin:0;
	font-weight:bold;
	color:#232323;
	float:left;
	width:80%;
	padding:14px 4px;
}
.rm_title{
	cursor:pointer;
	border-bottom:1px solid #ddd;
	background:#eee;
	padding:0;
}
.rm_title h3 img.inactive{
	width:16px;
	height:16px;
	background:url('../images/plus-icon-1.png') no-repeat 0 0;
	float:left;
	margin-right: 5px;
}
.rm_title h3 img.active{
	width:16px;
	height:16px;
	background:url('../images/delete-icon.png') no-repeat  0 0px;
	float:left;
	margin-right: 5px;
}
.rm_title h3 img{
	border: none;
}

.rm_title span.submit{
	display:block;
	float:right;
	margin:0;
	padding:0;
	width:15%;
	padding:14px 0;
}
.clearfix{
	clear:both;
}

.rm_table th, .rm_table td{
	border: 1px solid #C7C7C7;
	padding:5px;
	text-align: center;
}

.rm_table tr{
	background-color: #efefef;
	margin: 10px;

}
.rm_table thead, .rm_table td.feature{
	color: #222
	}
	
.rm_table input[type="text"]{
	width:400px;
	font-size:12px;
	padding:4px;
	color:#333;
	line-height:1em;
	background:#f3f3f3;
}

.spacer{ height: 20px; }

#sffields h3{
	padding: 10px;
}

.mcpd-col1{
	width: 45%;
	float: left;
	margin-right: 10%;
}

.mcpd-col2{
	width: 45%;
	float: left;
}

.current{
}

.needsUpdate{
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	background-color: #E0FFD8;
	border: 1px dotted #222;
}