@charset "utf-8";

/* popup style */

#entry-form {
	margin:20px 0 0 0;
}


#entry-form div.body {
	background:#121212;
	padding:30px;
}

label {
	font-size:74%;
	color:#FFF;
	line-height:180%;
}

#entry-form input {
	margin:0 10px 10px 0;
}

input#s2email {
	width:270px;
	height:27px;
	line-height:27px;
	border:1px solid #717171;
}

p.s2_error {
	font-size:74%;
	color:#FFF;
	line-height:180%;
	background:#49212f;
	padding:20px;
}