.rm_wrap{
	width:900px;
}

.rm_section{
	border:1px solid #ddd;
	border-bottom:0;
	background:#f9f9f9;
}

.rm_opts label{
	font-size:12px;
	height: 40px;
	font-weight:700;
	width:220px;
	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;
	padding: 0 20px 0 0;
	width:300px;
	color:#999;
}
.rm_radio { 
	padding: 30px 10px; 
}
.rm_radio_two .layoutSelect {
	width: 200px;
	float: left;
}
.rm_radio_two .small { 
	float: right;
}
.rm_radio_two input[type="radio"] {
	margin: -34px 0 0;
}
.rm_radio_two label { float: left; }
.rm_radio small {
	margin: -20px 0 0 0;
	float: right;
}
.small { font-size: 10px; }

.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;
	margin:0;
	font-weight:bold;
	color:#232323;
	float:left;
	width:80%;
	padding:14px 4px 0px 0px;
}

.rm_title{
	cursor:pointer;
	border-bottom:1px solid #ddd;
	background:#eee;
	padding:0;
	}

.rm_title h3 img.inactive{
	margin:-5px 10px 0 5px;
	width:32px;
	height:32px;	
	background:url('../images/pointer.png') no-repeat 0 0;
	float:left;
}

.rm_title h3 img.active{
	margin:-5px 10px 0 5px;
	width:32px;
	height:32px;	
	background:url('../images/pointer.png') no-repeat  0 -32px;
	float:left;
}
		
.rm_title h3:hover img{
}

.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 #bbb;
	padding:10px;
	text-align:center;
}

.rm_table th, .rm_table td.feature{
	border-color:#888;
	}

.customoptions label { margin: 6px 0 0 0; width: 300px; }
.customoptions input { width: 100%; margin: 0 0 8px; }
.customoptions small { margin: 5px 0 5px 0; }
.customoptions td { padding: 15px; }
.label { width: 150px; }