
@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-thegrey{
	background: #fff;
	border: 1px solid #ddd;
	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-thegrey .mab-wrap{
	background: #ffffff;
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #d1d1d1 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#d1d1d1));
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#d1d1d1 100%);
	background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#d1d1d1 100%);
	background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#d1d1d1 100%);
	background: radial-gradient(center, ellipse cover, #ffffff 0%,#d1d1d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1',GradientType=1 );
	border: 1px solid #ccc;
	
	padding: 15px;
}

.mabstyle-mab-thegrey .mab-aside{
	position: relative;
	z-index: 8;
}

.mabstyle-mab-thegrey .mab-aside-right .mab-aside{
	float: right;
	margin-left: 15px;
}

.mabstyle-mab-thegrey .mab-aside-left .mab-aside{
	float: left;
	margin-right: 15px;
}

.mabstyle-mab-thegrey .mab-aside-top .mab-aside{
	display: block;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}


/* Content */
.mabstyle-mab-thegrey .mab-content{
	position: relative;
	z-index: 10;
}

.mabstyle-mab-thegrey.magic-action-box .mab-heading{
	clear: none;
	color: #23629F;
	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-thegrey.magic-action-box .mab-subheading{
	clear: none;
	color: #222;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 10px;
}

.mabstyle-mab-thegrey.magic-action-box .mab-main-copy, .mabstyle-mab-thegrey.magic-action-box .mab-secondary-copy{
	color: #222;
}

/* Form */
.mabstyle-mab-thegrey form{
	
	background: #3283d3;
	background: -moz-linear-gradient(top, #3283d3 0%, #27629e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3283d3), color-stop(100%,#27629e));
	background: -webkit-linear-gradient(top, #3283d3 0%,#27629e 100%);
	background: -o-linear-gradient(top, #3283d3 0%,#27629e 100%);
	background: -ms-linear-gradient(top, #3283d3 0%,#27629e 100%);
	background: linear-gradient(top, #3283d3 0%,#27629e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3283d3', endColorstr='#27629e',GradientType=0 );
	border-radius: 5px;
	overflow: hidden;
	padding: 6px 10px;
}

.mabstyle-mab-thegrey form label{
	color: #fff !important;
	font-size: 90%;
	margin-bottom: 3px;
}

.mabstyle-mab-thegrey.magic-action-box form input[type="text"],
.mabstyle-mab-thegrey.magic-action-box form input[type="email"],
.mabstyle-mab-thegrey.magic-action-box form input[type="password"], .mabstyle-mab-thegrey.magic-action-box form textarea, .mabstyle-mab-thegrey.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-thegrey.magic-action-box form input:focus, .mabstyle-mab-thegrey.magic-action-box form textarea:focus, .mabstyle-mab-thegrey.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-thegrey.magic-action-box form input[type="submit"], .mabstyle-mab-thegrey.magic-action-box form button{
	background: #ffd65e;
	background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04));
	background: -webkit-linear-gradient(top, #ffd65e 0%,#febf04 100%);
	background: -o-linear-gradient(top, #ffd65e 0%,#febf04 100%);
	background: -ms-linear-gradient(top, #ffd65e 0%,#febf04 100%);
	background: linear-gradient(top, #ffd65e 0%,#febf04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 );
	border: none !important;
	border-radius: 5px;
	cursor: pointer;
	color: #222 !important;
	font-size: 100% !important;
	font-weight: bold !important;
	text-transform: none !important;
	text-shadow: 1px 1px 0 #FFE8A2 !important;
}

.mabstyle-mab-thegrey.magic-action-box form input[type="submit"]:hover, .magic-action-box form button:hover{
	border-color: #a5a5a5 !important;
}