@charset "utf-8";
/* CSS Document */

#appearing_div {
	width: 300px;
	padding: 0px;
	top: 200px;
	right: 20px;
	display: none;
	position: fixed;
	background: #f0f0f0;
}

a.closebutton:link,
a.closebutton:visited {
	display: block;
	float: right;
	padding: 10px;
	background: #12175e;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 9px;
}

a.closebutton:hover,
a.closebutton:active {
	display: block;
	float: right;
	padding: 10px;
	background: #5191cd;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 9px;
}

p.newspop_head {
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0px 0px 20px;
}

.newspop_content {
	margin: 20px;
	font-size: 13px;
}

ul.newspop_form {
	list-style: none;
	padding: 0px;
	width: 300px;
}

ul.newspop_form li.label {
	width: 80px;
	height: 24px;
	float: left;
	margin-bottom: 10px;
}

ul.newspop_form li.field {
	width: 200px;
	height: 24px;
	float: right;
	margin-bottom: 10px;
}

input.newspop_formimg {
	margin-left: 100px;
}