
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.mabstyle-mab-thedark{
	background: #2f2f2f;
	border: 1px solid #111;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	font-size: 14px;
	line-height: 1.3;
	margin: 20px 0;
	padding: 6px;
}

.mabstyle-mab-thedark .mab-wrap{
	background: #333;
	background: -moz-radial-gradient(center, ellipse cover, #333333 0%, #111111 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#111111));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#111111 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#111111 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#111111 100%);
	background: radial-gradient(center, ellipse cover, #333333 0%,#111111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#111111',GradientType=1 );
	border: 1px solid #111;
	box-shadow: 0 0 5px #000;

	padding: 15px;
}

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

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

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

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


/* Content */
.mabstyle-mab-thedark .mab-content{
	position: relative;
	z-index: 10;
}

.mabstyle-mab-thedark.magic-action-box .mab-heading{
	clear: none;
	color: #eee;
	font-family: BebasNeueRegular;
	font-size: 230%;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 7px;
	text-transform: none;
}

.mabstyle-mab-thedark.magic-action-box .mab-subheading{
	clear: none;
	color: #eee;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 10px;
}

.mabstyle-mab-thedark.magic-action-box .mab-main-copy, .mabstyle-mab-thedark.magic-action-box .mab-secondary-copy{
	color: #eee;
}

/* Form */
.mabstyle-mab-thedark form{

	background: #4a4a4a;
	background: -moz-linear-gradient(top, #4a4a4a 0%, #2c2c2c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4a4a), color-stop(100%,#2c2c2c));
	background: -webkit-linear-gradient(top, #4a4a4a 0%,#2c2c2c 100%);
	background: -o-linear-gradient(top, #4a4a4a 0%,#2c2c2c 100%);
	background: -ms-linear-gradient(top, #4a4a4a 0%,#2c2c2c 100%);
	background: linear-gradient(top, #4a4a4a 0%,#2c2c2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#2c2c2c',GradientType=0 );

	border-radius: 5px;
	overflow: hidden;
	padding: 6px 10px;
}

.mabstyle-mab-thedark form label{
	color: #fff !important;
	font-size: 90%;
	margin-bottom: 3px;
}

.mabstyle-mab-thedark.magic-action-box form input[type="text"],
.mabstyle-mab-thedark.magic-action-box form input[type="email"],
.mabstyle-mab-thedark.magic-action-box form input[type="password"], .mabstyle-mab-thedark.magic-action-box form textarea, .mabstyle-mab-thedark.magic-action-box form select{
	background: #ededed;
	background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #ededed 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #ededed 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #ededed 0%,#ffffff 100%);
	background: linear-gradient(top, #ededed 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
	border: 1px solid #fff !important;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,0.25) !important;
	color: #555 !important;
	font-size: 100% !important;
	margin: 0 !important;
}

.mabstyle-mab-thedark.magic-action-box form input:focus, .mabstyle-mab-thedark.magic-action-box form textarea:focus, .mabstyle-mab-thedark.magic-action-box form select:focus{
	color: #333 !important;
	border-color: #fff !important;
	box-shadow: 0 0 3px rgba(0,0,0,0.5) !important;
}

.mabstyle-mab-thedark.magic-action-box form input[type="submit"], .mabstyle-mab-thedark.magic-action-box form button{

	background: #D5404F;
	background: -moz-linear-gradient(top, #D5404F 0%, #960E17 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D5404F), color-stop(100%,#960E17));
	background: -webkit-linear-gradient(top, #D5404F 0%,#960E17 100%);
	background: -o-linear-gradient(top, #D5404F 0%,#960E17 100%);
	background: -ms-linear-gradient(top, #D5404F 0%,#960E17 100%);
	background: linear-gradient(top, #D5404F 0%,#960E17 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D5404F', endColorstr='#960E17',GradientType=0 );
	border: 1px solid #222 !important;
	color: #fff !important;

	text-shadow: -1px -1px 0 #3a060a !important;
	text-transform: uppercase;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	cursor: pointer;
	font-size: 100% !important;
	font-weight: bold !important;
}

.mabstyle-mab-thedark.magic-action-box form input[type="submit"]:hover, .magic-action-box form button:hover{
	border-color: #000 !important;
}