@charset "utf-8";
/* CSS Document */

* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

body {
	color: #666;
	background-color: #FFF;
	font-size: 90%;
	line-height: 1.4;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}

object {
	outline: none;
}

#generating {
	visibility: hidden;
}

ul.error {
	padding-left: 20px;
	font-weight: bold;
	color: #F00;
}

div.section p {
	margin-bottom: 1em;
}

p.download {
	margin-bottom: 16px;
}

div.body {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	color: #CCC;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
	padding-bottom: 16px;
}

div#header h1 {
	margin-bottom: 16px;
}

div#header p#tagLine {
	text-align: center;
}

div#flashArea {
	background-image: url(img/flashArea_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 24px;
	margin-bottom: 24px;
	text-align: center;
}

div#flashArea div#flashContents {
	height: 360px;
	width: 640px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

div#formArea {
	margin-bottom: 24px;
}

div.body div.section {
	margin-bottom: 24px;
}

div.body h2 {
	color: #000;
	margin-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 8px;
}

div#formArea dl#baseInfo {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 16px;
	line-height: 2em;
}

div#formArea dl#baseInfo input {
	width: 3em;
	text-align: right;
}

div#formArea dl#baseInfo dt {
	font-weight: bold;
	width: 6em;
	float: left;
	clear: left;
}

div#formArea dl#baseInfo dd {
	padding-left: 6em;
}

div#formArea table {
}

div#formArea table .note {
	font-weight: normal;
	color: #999;
}

div#formArea table th {
	text-align: left;
	padding: 4px;
}

div#formArea table td {
	padding: 4px;
}

div#formArea input.browse {
}

div#contents {
	padding-top: 24px;
	margin-bottom: 24px;
}

div#footer {
	background-image: url(img/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #CCC;
	background-color: #959595;
	padding-top: 32px;
	padding-bottom: 32px;
}

div#footer a {
	color: #DFDFDF;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer-links {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 16px;
}

div#footer-links ul {
	list-style-type: none;
	margin-left: -24px;
	zoom: 1;
}

div#footer-links ul li {
	float: left;
	display: inline;
	margin-left: 24px;
	
}

div#footer div#ad {
	clear: both;
	width: 728px;
	margin-top: 32px;
	margin-right: auto;
	margin-left: auto;
}

p#footer-logo {
	float: right;
}

div#footer address {
	font-style: normal;
}

p#update {
	font-size: 90%;
	text-align: right;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	color: #666;
}

p#update a {
	color: #666;
}
