
main{
}

.title{
}

div#maga{
	background: rgba(255,255,255,0.8);
	padding: 10px 0;
}

.toptxt{
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
}

.toptxt h3{
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	color: #ff72a4;
}

.toptxt p{
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	padding: 0 10px;
}

.toptxt p span{
	color: #ff568e;
}

#maga{
	display			: block;
}

#maga p{
	font-size		: 12px;
	line-height		: 16px;
	margin			: 10px 0;
	padding: 0 10px;
}

#maga .add{
	text-align: center;
	color			: #0066ff;
}


#maga form{
	display			: block;
	text-align		: center;
	margin			: 0 0 5px 0;
}

#maga input[type="email"]{
	width			: 85%;
	padding			: 3px;
	font-size		: 13px;
	border-radius		: 0;
	-webkit-border-radius	: 0;
	border			: 1px solid #ccc;
	margin			: 0 5px 5px 5px;
	-webkit-appearance: none;
}

#maga #submit,#maga #delete{
	width			: 60px;
	font-size		: 14px;
	font-weight: normal;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "Yu Mincho" , "YuMincho" ,"Hiragino Mincho Pro" , "HiraMinProN-W3" , "MS PMincho" , serif;
	line-height		: 25px;
	text-align: center;
	text-shadow: -1px -1px 0px rgba(238, 116, 156, 0.7);
	color: #fff;
	border: 1px solid #ff85ae;
	box-shadow:0px 0px 0px 1px #ffaec9 inset;
	-moz-box-shadow:0px 0px 0px 1px #ffaec9 inset;
	-webkit-box-shadow:0px 0px 0px 1px #ffaec9 inset;
	background: -webkit-linear-gradient(90deg, #ff84ad 0%, #ff9abb 100%);
	background: -moz-linear-gradient(90deg, #ff84ad 0%, #ff9abb 100%);
	background: -o-linear-gradient(90deg, #ff84ad 0%, #ff9abb 100%);
	background: -ms-linear-gradient(90deg, #ff84ad 0%, #ff9abb 100%);
	background: linear-gradient(0deg, #ff84ad 0%, #ff9abb 100%);
	/* Layer contains multiple layer styles that cannot be represented in CSS. Use the color picker or extract the layer as an image. */
	border-radius: 0px;
}

.a_add{
	font-size: 10px;
	line-height: 20px;
}

.a_add em{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #ff3333;
}

.bt_bg{
	text-align: center;
}

#maga .bt_bg #submit{
}