html,* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial, Sans-serif;
	font-size: 14px;
	text-align: center;
}
h1 {
}
h2 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #333;
}
h3 {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 18px;
	color: #3C75BC;
}
table {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	font-size: 14px;
}
td {
	margin: 0;
	padding: 0;
}
p {
	margin: 15px 0 0;
}
a, a:link, a:visited, a:active {
	color: #04d;
}
a:hover {
}
.wrap {
	width: 600px;
	margin: 0 auto 0;
	text-align: left;
	overflow: hidden;
}
.header {
	position: relative;
	border-bottom: 5px solid #7ad;
	border-left: 0 solid #7ad;
	border-right: 0 solid #7ad;
	padding: 3px 0 0px 8px;
	background: #4f7eb9 url(/images/v4_menu_bg.png) top left repeat-x;
}
.logo {
	display: block;
	width: 225px;
	height: 31px;
	background: url(/images/v4_header_small.png) top left no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/v4_header_small.png', sizingMethod='scale');
}
.logo_pro {
	display: block;
	width: 288px;
	height: 31px;
	background: url(/images/v4_header_pro.png) top left no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/v4_header_pro.png', sizingMethod='scale');
}
.top_nav {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 3px 8px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #ccc;
}
.top_nav span {
	color: #fff;
}
.top_nav a, .top_nav a:link, .top_nav a:visited, .top_nav a:hover, .top_nav a:active {
	color: #fff;
}
.menu {
	position: relative;
	border-bottom: 1px solid #acf;
	padding: 5px 10px 5px;
	background: #fff;
	font-size: 12px;
	font-weight: normal;
	color: #79b;
}
.menu a, .menu a:link, .menu a:visited {
	text-decoration: none;
	color: #333;
}
.menu a:hover {
	text-decoration: underline;
}
.menu a:active {
	text-decoration: none;
	color: #333;
}
.menu_feedback {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px 10px 0 0;
}
.message {
	margin: 0;
	border-bottom: 1px solid #da4;
	padding: 7px 0 4px;
	background: #fad163;
}
.message p {
	margin: 0;
	padding: 0 11px 3px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.file {
	background-color: #e7f3ff;
}
.file img {
	border: 0;
}
.file_info {
	padding: 20px 5px 20px 15px;
	/* padding: 11px 13px 10px 12px; */
}
.file_name {
	position: relative;
	width: 100%;
	padding: 0 0 0 22px;
}
.file_name img {
	position: absolute;
	top: 3px;
	left: 0px;
	height: 16px;
	width: 16px;
}
.file_name span {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0;
	color: #555;
}
.file_item, .file_item_spacer, .file_item_active {
	height: 18px;
	padding: 6px 0 0;
	border-style: solid;
	border-color: #acf;
	font-size: 12px;
}
.file_item_spacer {
	height: 19px;
	width: 10px;
	border-width: 0 0 1px;
}
.file_item {
	position: relative;
	border-width: 0 0 1px;
	border-top: 1px solid #e7f3ff;
	padding-left: 35px;
	padding-right: 15px;
}
.file_item img {
	position: absolute;
	top: 5px;
	left: 13px;
	width: 16px;
	height: 16px;
}
.file_item_active {
	position: relative;
	height: 19px;
	border-width: 1px 1px 0;
	padding-left: 35px;
	padding-right: 15px;
	background: #fff;
	font-weight: normal;
	color: #333;
}
.file_item_active a, .file_item_active a:link, .file_item_active a:visited, .file_item_active a:active {
	text-decoration: none;
	color: #333;
}
.file_item_active img {
	position: absolute;
	top: 5px;
	left: 13px;
}
.content {
	padding: 30px 20px 50px;
	font-size: 14px;
	color: #333;
	background: #fff;
}
.content p {
	line-height: 18px;
}
.file_div {
	display: none;
}
.file_div_active {
	display: block;
}
.file_done_link {
	margin-top: 30px;
}
.form_table {
	margin: 30px 0 0;
}
.form_table td {
	padding-bottom: 10px;
	vertical-align: top;
}
.form_label {
	padding: 5px 10px 0 0;
	font-weight: bold;
	text-align: right;
}
.form_input input, .form_input textarea {
	width: 225px;
	padding: 3px;
	font-family: Arial;
	font-size: 14px;
}
.form_input textarea {
	height: 55px;
	padding-top: 2px;
	line-height: 18px;
}
.form_input div {
	width: 225px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #999;
}
.form_button {
	padding-top: 10px;
	text-align: right;
}
.form_button input {
	padding: 1px;
	font-family: Arial;
	font-size: 14px;
}
.button {
	margin-top: 15px;
	padding: 1px;
	font-family: Arial;
	font-size: 14px;
}
.footer {
	margin: 0 0 50px;
	border-top: 1px solid #acf;
	padding: 3px 5px 4px;
	/* background-color: #e3eeff; */
	font-size: 11px;
	color: #999;
	text-align: center;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active {
	color: #999;
}
.lightbox {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}
* html .lightbox { /* ie6 hack */
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.lightbox_bg {
	background: #fff;
	text-align: center;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
.lightbox_content {
	width: 300px;
	margin: 200px auto 0;
	padding: 0 25px 25px;
	border: 3px solid #ccc;
	background: #fff;
	text-align: left;
}