.ne_modal {
	width: 400px;
	padding: 20px;
	display: none;
	background-color: #fff;
}

.ne_modal hr {
	color: #ccc;
	background: #ccc;
	border: 0;
	height: 1px;
	margin: 10px 0;
}

.ne_modal .ne_list_data {
	padding: 0 0 10px;
}

.ne_modal label {
	display: block;
}

.ne_modal .ne_actions {
	text-align: center;
}

.ne_modal .ne_actions pre {
	margin: 0;
	display: inline;
}

.ne_modal a:first-child {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.ne_modal input[type="text"] {
	margin: 0 5px 5px 0;
	width: 98%;
}

.ne_modal h2 {
	text-align: center;
	color: #ff0000;
}

.ne_actions > span {
	color: #00a557;
}

.ne_modal p {
	margin: 5px 0 5px;
	text-align: center;
	color: #ff0000;
}

.ne_modal > p:first-child {
	margin: 0 0 5px;
}

.ne_modal div.xmass {
	background: url('../../image/ne/xmass.jpg') no-repeat center top;
	height: 172px;
	width: 100%;
}

.ne_modal a.button {
	background: url('../../image/ne/xmass_btn.png') no-repeat center -49px;
	height: 37px;
	padding-top: 9px;
	box-shadow: none;
}

.ne_modal a.button:hover {
	background: url('../../image/ne/xmass_btn.png') no-repeat center 1px;
}

#simplemodal-overlay {
	background-color: #000;
}

#simplemodal-container {
	background-color: #fff;
}
