/***** maga *****/

#maga{
	display			: block;
	text-align		: center;
	padding			: 1px;
	margin			: 10px 0;
	padding			: 0 10px 5px 10px;
	border-bottom		: 1px dotted #333333;
}

#maga p{
	font-size		: 12px;
	line-height		: 16px;
	margin			: 5px 0;
}

#maga .add{
	color			: #ff6666;
}


#maga form{
	display			: block;
	font-size		: 11px;
	line-height		: 18px;
	text-align		: center;
	color			: #867d66;
	margin			: 0 0 5px 0;
}

#maga input[type="email"],
#maga input[type="text"]{
	padding			: 3px;
	font-size		: 13px;
	border-radius		: 3px;
	-webkit-border-radius	: 3px;
	border			: 1px solid #f7f7f6;
	margin			: 0 0 5px 0;
}

#maga #submit,#maga #delete{
	width			: 60px;
	color			: #b08d68;
	font-size		: 14px;
	font-weight		: normal;
	text-align		: center;
	text-decoration	: none;
	text-shadow		: 1px 1px 0px rgba(0,0,0,0.3);
	border			: 1px solid #2a2724;
	border-radius		: 0px;
	-webkit-border-radius	: 0px;
background: #25211e; /* Old browsers */
background: -moz-linear-gradient(top,  #25211e 0%, #050404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25211e), color-stop(100%,#050404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #25211e 0%,#050404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #25211e 0%,#050404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #25211e 0%,#050404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #25211e 0%,#050404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25211e', endColorstr='#050404',GradientType=0 ); /* IE6-9 */
	line-height		: 25px;
}