.mabstyle-mab-rs-white .mab-wrap{ }

.mabstyle-mab-rs-white.magic-action-box{
	background: #fff url(images/shadow.png) repeat-x top; 
	border: 3px solid #efefef; 
	padding: 10px; 
	margin: 20px 0;
}

.mabstyle-mab-rs-white .mab-aside{
	position: relative;
	z-index: 8;
}

.mabstyle-mab-rs-white .mab-aside-right .mab-aside{
	float: right;
	margin-left: 15px;
}

.mabstyle-mab-rs-white .mab-aside-left .mab-aside{
	float: left;
	margin-right: 15px;
}

.mabstyle-mab-rs-white .mab-aside-top .mab-aside{
	display: block;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

/* Content */
.mabstyle-mab-rs-white .mab-content{
	color: #222;
	position: relative;
	z-index: 10;
}

.mabstyle-mab-rs-white.magic-action-box .mab-heading{
	color: #111;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
	text-transform: capitalize;
}

.mabstyle-mab-rs-white.magic-action-box .mab-subheading{
	color: #333;
	font-weight: bold;
	font-size: 17px;
	font-family: Arial, sans-serif;
	line-height: 20px;
	margin-bottom: 10px;
}

.mabstyle-mab-rs-white.magic-action-box .mab-main-copy, .mabstyle-mab-rs-white.magic-action-box .mab-secondary-copy{
	font-family: Georgia, serif;
	font-size: 16px;
}

.mabstyle-mab-rs-white .mab-main-action-wrap{ overflow: hidden; }

/* Form */
.mabstyle-mab-rs-white.magic-action-box form{
	padding: 3px;
}

.mabstyle-mab-rs-white.magic-action-box form .mab-field{
	text-align: left;
}

.mabstyle-mab-rs-white.magic-action-box form label{
	color: #000 !important;
	font-size: 85% !important;
}

.mabstyle-mab-rs-white.magic-action-box form input[type="text"], .mabstyle-mab-rs-white.magic-action-box form input[type="email"], .mabstyle-mab-rs-white.magic-action-box form input[type="password"], 
.mabstyle-mab-rs-white.magic-action-box form textarea, .mabstyle-mab-rs-white.magic-action-box form select{
	border: 1px solid #ccc;
	font-family: georgia, serif;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 2px 2px #ddd;
	-moz-box-shadow: 0 2px 2px #ddd;
	-webkit-box-shadow: 0 2px 2px #ddd;
}

.mabstyle-mab-rs-white.magic-action-box form input:focus, 
.mabstyle-mab-rs-white.magic-action-box form textarea:focus,
.mabstyle-mab-rs-white.magic-action-box form select:focus{
	box-shadow: 0 0 3px #000;
	color: #111 !important;
}


/* with icons */
div.mabstyle-mab-rs-white.magic-action-box .mab-content form .mab-field #mce-EMAIL, div.mabstyle-mab-rs-white.magic-action-box .mab-content form .mab-field input[name="email"], div.mabstyle-mab-rs-white.magic-action-box .mab-content form .mab-field input.wysija-email{
	background: #fff url(images/email.png) no-repeat right center; 
	padding-right: 30px;
}

div.mabstyle-mab-rs-white.magic-action-box .mab-content form .mab-field #mce-FNAME, div.mabstyle-mab-rs-white.magic-action-box .mab-content form .mab-field input[name="name"], div.mabstyle-mab-rs-white.magic-action-box .mab-content form .mab-field input.wysija-firstname, div.mabstyle-mab-rs-white.magic-action-box .mab-content form .mab-field input.wysija-lastname{
	background: #fff url(images/name.png) no-repeat right center; 
	padding-right: 30px;
}


.mabstyle-mab-rs-white.magic-action-box form input[type="submit"]{
	background: #f6640e url(images/orange.png) repeat-x top;
	border: 1px solid #a44913;
	color: #fff !important;
	cursor: pointer;
	font-weight: bold;	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	min-width: 100px;
	text-shadow: -1px -1px #562806;
}

.mabstyle-mab-rs-white.magic-action-box form input[type="submit"]:hover, 
.mabstyle-mab-rs-white.magic-action-box form input[type="submit"]:focus{
	color: #ffdeb3;
}