@charset 'utf-8';

body {
	background: #bfbfbf;
	color: #333;
	font: 75%/1em Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.15em;
}

a, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

.clear {
	clear: both;
}

img, a img {
	border: 0;
}

.hide {
	display: none;
}

.center {
	text-align: center;
}

div.wrapper {
	width: 579px;
	margin: 0 auto;
	padding: 0;
	padding-top: 10%;
}

div.tframe, div.bframe {
	height: 35px !important;
}

div.tframe {
	background: url(img/f_top.png) no-repeat 0 0;
}

div.bframe {
	background: url(img/f_bottom.png) no-repeat 0 0;
}

div.cframe {
	background: url(img/f_bg.png) repeat-y;
	padding: 0 3px;
}

div.copyright {
	margin: 15px 0 45px 0;
	text-align: center;
	color: #888;
	font-size: .95em;
}

table {
	border: 0;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

td.spacer {
	padding: 25px 0;
}

td.notice {
	vertical-align: middle;
}

h2, h4 {
	font-weight: normal;
	margin: 0.25em 0 0.85em 0;
}

h4 {
	font-weight: bold;
}

p.shared-dialog {
	margin: 0.45em 0;
	padding-right: 15px;
	font-size: 1.15em;
}

p.shared-notice {
	font-size: 1.0em;
	padding-right: 15px;
	margin: 0.45em 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: disc;
}
