/* @override http://keishi.net/sango/style.css */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica;
}

#header {
	height: 44px;
	border-bottom: 1px solid #d879b9;
	background-color: #fdb3e5;
	position: relative;
	margin-bottom: 16px;
}
#header a,#footer a {
	text-decoration: inherit;
	color: inherit;
}
#footer {
	height: 24px;
	border-top: 1px solid #d879b9;
	background-color: #fdb3e5;
	position: relative;
}
#footer li {
	font-size: 14px;
	line-height: 24px;
	float: left;
	list-style: ;
	border-right: 1px solid #838383;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 5px;
}
#bmGeneratorForm h3 {
	margin-bottom: 10px;
	margin-top: 15px;
}
#header > h1 {
	padding: 4px 4px 4px 10px;
	font-size: 30px;
	width: 100px;
	font-weight: normal;
	text-shadow: #fff 0 2px 1px;
	color: #a80674;
}
#header > h2 {
	font-size: 14px;
	position: absolute;
	top: 22px;
	left: 110px;
	font-weight: normal;
}

#header > #version {
	font-size: 14px;
	position: absolute;
	top: 6px;
	left: 110px;
}
input#formMail {
	width: 280px;
	font-size: 20px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
input#formSubmit {
	margin-top: 6px;
	font-size: 16px;
	font-weight: bold;
}
#main p {
	margin: 5px 0;
	line-height: 1.3em;
	padding-right: 10px;
	padding-left: 10px;
}

#bmGeneratorForm {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
hr {
	margin: 10px;
}
#main h3 {
	margin-left: 10px;
}
#main ol {
	margin-left: 30px;
}
#main ol li {
	margin: 5px 5px 10px;
}

#main form {
	padding-left: 10px;
	padding-right: 10px;
}
#main textarea {
	width: 300px;
	height: 100px;
}
#main table {
	width: 320px;
	overflow: hidden;
}
#footerAd {
	text-align: center;
}
.samplelist {
	list-style-type: disc;
	list-style-position: inside;
	border-top: 2px solid #dcdcdc;
	padding-top: 10px;
}
.samplelist li {
	padding-left: 30px;
	margin-bottom: 5px;
	border-bottom: 2px solid #dcdcdc;
	padding-bottom: 10px;
}