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

#maga{
	display			: block;
	text-align		: center;
	padding			: 1px;
	margin			: 10px 0;
	padding			: 0 10px 5px 10px;
	border-bottom		: 1px dotted #dddddd;
}

#maga p{
	font-size		: 14px;
	line-height		: 20px;
	margin			: 5px 0;
}

#maga .add{
	color			: #ff3333;
}


#maga form{
	display			: block;
	font-size		: 13px;
	line-height		: 18px;
	text-align		: center;
	color			: #b19c74;
	margin			: 0 0 5px 0;
}

#maga input[type="email"],
#maga input[type="text"]{
	padding			: 3px;
	font-size		: 14px;
	border-radius		: 3px;
	-webkit-border-radius	: 3px;
	border			: 1px solid #dddddd;
	margin			: 0 0 5px 0;
}

#maga #submit,#maga #delete{
	width			: 60px;
	color			: #503629;
	font-size		: 15px;
	font-weight		: normal;
	text-align		: center;
	text-decoration	: none;
	text-shadow		: 1px 1px 0px #ebd9a1;
	border			: 1px solid #d8c59d;
	border-radius		: 0px;
	-webkit-border-radius	: 0px;
background: rgb(250,237,211);
background: -moz-linear-gradient(top, rgba(250,237,211,1) 0%, rgba(185,157,116,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,237,211,1)), color-stop(100%,rgba(185,157,116,1)));
background: -webkit-linear-gradient(top, rgba(250,237,211,1) 0%,rgba(185,157,116,1) 100%);
background: -o-linear-gradient(top, rgba(250,237,211,1) 0%,rgba(185,157,116,1) 100%);
background: -ms-linear-gradient(top, rgba(250,237,211,1) 0%,rgba(185,157,116,1) 100%);
background: linear-gradient(to bottom, rgba(250,237,211,1) 0%,rgba(185,157,116,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faedd3', endColorstr='#b99d74',GradientType=0 );
	line-height		: 25px;
}