.mabstyle-lastlight .mab-wrap{ padding: 15px; }

.mabstyle-lastlight.magic-action-box{
	background: url(images/gradient-bluegrey.png) repeat-x 0 0 #212A30; /* Old browsers */
	background-image: -moz-linear-gradient(top,  #41535e 0%, #222b31 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41535e), color-stop(100%,#222b31)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  #41535e 0%,#222b31 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  #41535e 0%,#222b31 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  #41535e 0%,#222b31 100%); /* IE10+ */
	background-image: linear-gradient(top,  #41535e 0%,#222b31 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41535e', endColorstr='#222b31',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 4px solid #6B787F;
	-moz-box-shadow: 0 0 4px #383838 inset;
	-webkit-box-shadow: 0 0 4px #383838 inset;
	box-shadow: 0 0 4px #383838 inset;
	color: #fff;
	font-size: 14px !important;
	line-height: 1.3 !important;
	margin: 20px 0;
	text-shadow: 1px 2px 1px #282828;
}

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

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

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

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


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

.mabstyle-lastlight .mab-content a{
	color: #FB9500;
	text-decoration: none;
}

.mabstyle-lastlight .mab-content a:hover{
	text-decoration: underline !important;
}

.mabstyle-lastlight .mab-heading{
	clear: none;
	color: #fff;
	font-size: 160%;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0 0 7px;
	text-transform: none;
}

.mabstyle-lastlight .mab-subheading{
	clear: none;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px;
}

/* Form */
.mabstyle-lastlight form{
	overflow: hidden;
}

.mabstyle-lastlight.magic-action-box form .mab-field label{
	font-size: 90%;
}


.mabstyle-lastlight.magic-action-box form .mab-field input:focus, .mabstyle-lastlight.magic-action-box form .mab-field textarea:focus{
}

.mabstyle-lastlight.magic-action-box form input[type="submit"], .mabstyle-lastlight.magic-action-box form .submit, .mabstyle-lastlight.magic-action-box form .mab-optin-submit{
	background: url(http://androidspain.es/wp-content/plugins/magic-action-box-pro/styles/images/gradient-buttons-sprite.png) repeat-x 0 -101px #ff9a00; /* Old browsers */
	background: -moz-linear-gradient(top, #ff9a00 0%, #d86801 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9a00), color-stop(100%,#d86801));
	background: -webkit-linear-gradient(top, #ff9a00 0%,#d86801 100%);
	background: -o-linear-gradient(top, #ff9a00 0%,#d86801 100%);
	background: -ms-linear-gradient(top, #ff9a00 0%,#d86801 100%);
	background: linear-gradient(top, #ff9a00 0%,#d86801 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a00', endColorstr='#d86801',GradientType=0 );
	-moz-box-shadow: 1px 1px 2px #1a1a1a;
	border: none !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 107% !important;
	font-weight: bold;
	padding: 4px 15px !important;
	text-transform: none;
	text-shadow: -1px -1px 0 #733F00;
}

.mabstyle-lastlight.magic-action-box form input[type="submit"]:hover, .magic-action-box form input[type="submit"]:focus{
	background: url(http://androidspain.es/wp-content/plugins/magic-action-box-pro/styles/images/gradient-buttons-sprite.png) repeat-x 0 -156px #f8c302;
	background: -moz-linear-gradient(top,  #f8c302 0%, #bd7900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8c302), color-stop(100%,#bd7900));
	background: -webkit-linear-gradient(top,  #f8c302 0%,#bd7900 100%);
	background: -o-linear-gradient(top,  #f8c302 0%,#bd7900 100%);
	background: -ms-linear-gradient(top,  #f8c302 0%,#bd7900 100%);
	background: linear-gradient(top,  #f8c302 0%,#bd7900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c302', endColorstr='#bd7900',GradientType=0 );
}