.rm_wrap{
	width:740px;

}

.rm_section{
	border:1px solid #ddd;
	border-bottom:0;
	background:#f9f9f9;
}

.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:#333;
}
.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:300px;
	height:250px;
	font-size:12px;
	padding:4px;
	color:#333;
	line-height:1.5em;
	background:#f3f3f3;
}

.black_field{
	width:300px;
	height:250px;
	font-size:12px;
	padding:4px;
	color:#fff !important;
	line-height:1.5em;
	background:#000 !important;
}



.rm_title h3 {
	cursor:pointer;
	font-size:1em;
	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{
	margin:-8px 10px 0 2px;
	width:32px;
	height:32px;
	background:url('images/pointer.png') no-repeat 0 0;
	float:left;
	-moz-border-radius:6px;
	border:1px solid #ccc;
}

.rm_title h3 img.active{
	margin:-8px 10px 0 2px;
	width:32px;
	height:32px;
	background:url('images/pointer.png') no-repeat  0 -32px;
	float:left;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #ccc;
}

.rm_title h3:hover img{
	border:1px solid #999;
}

.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;
	}

.plugin_off {color:red;}
.plugin_on{color:green;}


#premium-panel{
    background: url("images/sendit-small.png") no-repeat scroll 14px 11px #F5F5F5;
    border: 1px solid #D9D9D9;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 0 #FFFFFF inset, -1px -1px 0 #FFFFFF inset;
    margin: 0 0 2em;
    padding: 15px 15px 15px 110px;
    position: relative;
}

#premium-panel span.main {
    font-size: 22px;
    font-weight: bold;
    margin-top: 2px;
    text-shadow: 1px 1px 0 #FFFFFF;

}

#premium-panel span {
    color: #595959;
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-shadow: 1px 1px 0 #FFFFFF;
}


.sendit-banner{
    background: url("images/sendit-small.png") no-repeat scroll 14px 11px #F5F5F5;
    border: 1px solid #D9D9D9;
		margin-bottom: 2em;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 0 #FFFFFF inset, -1px -1px 0 #FFFFFF inset;
    padding: 15px 15px 15px 110px;
    position: relative;
}

.sendit-banner span.main {
    font-size: 16px;
    font-weight: bold;
    margin-top: 2px;
}
.sendit-banner span {
    color: #595959;

    font-size: 14px;
    line-height: 22px;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.pluginthumb {
	padding: 2px;
	box-shadow: 1px 1px 0 #FFFFFF inset, -1px -1px 0 #FFFFFF inset;
	border:1px solid #efefef;
}
