﻿/**
 * Footer
 */
.footer .copyright {
	right: 9em;
}

/**
 * Notice popup
 */

.notice_popup {
	position: absolute;
	top: 400px;
	left: 500px;
	width: 400px;
	background-color: #ffe000;
	sbackground: #ffe000 url(../i/popup_bg.png) 0 100% repeat-x;
	color: #000000;
	z-index: 1;
}

.notice_popup .content {
	font-size: 0.6875em;
	padding: 1em 2.5em 1em 2em;
}

.notice_popup strong {
	font-style: italic;
}

.notice_popup .close {
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	top: 5px;
	right: 5px;
	background: transparent url(../i/popup_close.png) 0 0 no-repeat;
}

.notice_popup .cn {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 6px;
	background: transparent url(../i/popup_corners.png) 0 0 no-repeat;
}

.notice_popup .tl {
	left: -3px;
	top: -6px;
	width: 100%;
	clip: rect(3px auto auto 3px);
}

.notice_popup .tr {
	left: 100%;
	margin-left: -3px;
	top: -6px;
	clip: rect(3px 3px auto auto);
}

.notice_popup .bl {
	left: -3px;
	top: auto;
	width: 100%;
	clip: rect(auto auto 3px 3px);
}

.notice_popup .br {
	left: 100%;
	margin-left: -3px;
	top: auto;
	clip: rect(auto 3px 3px auto);
}