.title_box img {
    width: 100%;
}
.content {
	display: block;
	padding: 15px;
}
.adv-margin {
	padding-bottom: 20px;
}
.mr {
	margin-right: 50px;
}
h3 {
	padding: 0!important;
}
.form-table, .form-table td, .form-table td p, .form-table th, .form-wrap label {
	padding-left: 10px!important;
}
input {
	border-radius: 15px;
}
a {
	color: #000000;
}
.button-primary {
	background: #D23733!important;
	border-color: #AE322F!important;
	box-shadow: 0 1px 0 #a92a27!important;
	text-shadow: none!important;
}
#advanced {
	text-align: center;
	border: solid 1px #D23733;
	background: #D23733;
}
#advanced a {
	color: #ffffff;
}
#forpage {
	text-align: center;
	border: solid 1px #D23733;
	background: #D23733;
}
#forpage a {
	color: #ffffff;
}

.slideThree {
	width: 80px;
	height: 26px;
	background: #FFFFFF;
	margin: 0px 13%;
	top: -33px;
	position: relative;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.slideThree:after {
	content: 'OFF';
	font: 12px/26px Arial, sans-serif;
	color: #000;
	position: absolute;
	right: 10px;
	z-index: 0;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.slideThree:before {
	content: 'ON';
	font: 12px/26px Arial, sans-serif;
	color: #D23733;
	position: absolute;
	left: 10px;
	z-index: 0;
	font-weight: bold;
}

.slideThree label {
	display: block;
	width: 34px;
	height: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.slideThree input[type=checkbox]:checked + label {
	left: 43px;
}

.extra_settings {
	position: absolute;
	margin-left: 525px;
	margin-top: 27px;
	padding-bottom: 30%;
	border-style: dotted!important;
	border: solid 2px black;
	border-bottom: none 0px;
	border-right: none 0px;
	border-top: none 0px;
}

.extra_settings h3 {
	margin-left: 215px!important;
    padding-top: 3px!important;
    text-decoration: underline;
    font-style: oblique;
}

.c_t_id {
	width: 95%;
	z-index: 999;
	position: relative;
}

.postbox h2 {
    text-align: -webkit-center;
    text-align: center;
    background: #d23733;
    color: #ffffff;
}
.green {
    border-color: #57b71a!important;
    background: #6dd62a!important;
	color: #ffffff!important;
}
.half {
	width: 50%;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.widthfull {
	width: 100%;
}
.rf_field {
    padding: 15px 15px 15px 15px;
    height: 26px;
	border: solid 0.1px #d23733;
}
.main_btns {
    top: 0;
    margin: 0;
}
.rf_error_field {
	padding: 13px 0px 13px 10px;
}
.rf_error_field label {
    float: left;
    text-align: right;
    text-align: -webkit-right;
	border: solid 1px #af2f2c;
    background: #d23733;
    padding: 7.5px 5px 7.5px 0px;
    color: #ffffff;
    width: 48%;
}
.rf_error_field input {
    border-radius: 0px;
    margin: 0px;
    height: 30px;
    width: 49%;
}
.btns_manage {
    float: left;
    width: 100%;
    height: 100px;
    text-align: -webkit-right;
    text-align: right;
    margin: 0;
    padding: 0;
}
.btns {
    display: inline;
    margin-right: 10px;
}
.donate {
    float: right;
    margin-right: 15px;
	margin-left: 10px;
}
.rf_footer {
	margin: 0;
    padding: 35px 0px 0px 10px;
}
.rf_mng_footer {
    text-align: left;
	margin-top: -20px;
}
.rf_mng_footer img {
    width: 30%;
}
.rf_footer p {
    font-size: large;
    margin-left: 84px;
    margin-top: -50px;
}

span.main_control {
    position: relative;
    top: 5px;
}