/***** maga *****/

#magatxt{
	margin			: 10px;
}

#magatxt p{
	font-size		: 12px;
	padding			: 0 0 10px 0;
}

#magatxt div{
	font-size		: 13px;
	font-weight		: bold;
	text-align		: center;
}

#magatxt span{	color			: #ff6666;}
#magatxt em{	color			: #cc99ff;}


#magaform{
	text-align		: center;
	margin			: 10px 0 30px 0;
}

#magaform input[type="email"]{
	width			: 90%;
}

.magabt{
	margin			: 10px 0;
	padding			: 0 10px 0 10px;
}

.magabt div{
	width			: 50%;
	height			: 28px;
	float			: left;
}

.magabt div:first-child input{
	width			: 80px;
	color			: #ffffff;
	text-align		: center;
	text-decoration	: none;
	background-image	: -webkit-gradient(linear, left top, left bottom, from(#553904), to(#f8c65e));
	border			: 1px solid #f8c65e;
	border-radius	: 0px;
	-webkit-border-radius	: 0px;
}

.magabt div:nth-child(2) input{
	width			: 80px;
	color			: #333333;
	text-align		: center;
	text-decoration	: none;
	background-image	: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#cacaca));
	border			: 1px solid #cacaca;
	border-radius	: 0px;
	-webkit-border-radius	: 0px;
}

.magabt div:first-child{
}

.magabt div:nth-child(2){
	position		: relative;
}

.magabt div:nth-child(2) a{
	position		: absolute;
	top				: 0;
	right			: 0;
}

.magabt:after{
	content			: "";
	display			: block;
	clear			: both;
}

.error{
	padding			: 30px 0;
	text-align		: center;
}