@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #000;
}
img {
	border: 0;
	display: block;
}
a {
	cursor: pointer;
	color: #fff;
}
a:hover {
	text-decoration: none;
}
div.wrap {
	background: #72c228 url(bg01.jpg) 0 0 no-repeat;
	width: 900px;
	margin: 0 auto;
	min-height: 1100px;
}
div.wrap2 {
	background: #72c228 url(bg02.jpg) 0 0 no-repeat;
	width: 900px;
	margin: 0 auto;
	min-height: 1100px;
}
* html div.wrap {
	height: 1100px;
}
/* =box
-------------------------------------------------- */
div.box {
	height: 414px;
}
div.leftbar {
	float: left;
	width: 350px;
}
div.rightbar {
	float: left;
	width: 514px;
	padding-top: 64px;
}
div.leftbar2 {
	float: left;
	width: 311px;
}
div.rightbar2 {
	float: left;
	width: 514px;
	padding-top: 64px;
}
div.rightbar h1 {
	padding-left: 29px;
}
div.rightbar2 h1 {
	padding-left: 9px;
}
div.rightbar p.button {
	padding: 6px 0 0 137px;
}
div.rightbar h2 {
	padding: 5px 0 0 40px;
}
div.rightbar2 h2{
	padding: 27px 0 45px 9px;
}
div.rightbar2 h3 {
	padding: 0 0 15px 9px;
}
div.rightbar2 p {
	padding-left: 9px;
}
div.rightbar2 p.error {
	color: #f00;
	font-weight: bold;
}
div.rightbar2 table {
	margin-left: 9px;
}
div.rightbar2 table th {
	font-weight: normal;
	text-align: left;
	padding: 11px 0 3px 0;
}
div.rightbar2 table td input {
	background: #fff;
	border: 0;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 2px;
	width: 196px;
}
div.rightbar2 table td input.small {
	width: 96px;
}
div.rightbar2 table td input.checkbox {
	width: 13px;
	height: 13px;
}
*+ html div.rightbar2 table th input.checkbox {
	width: 13px;
	height: 18px;
	background: 0;
}
* html div.rightbar2 table th input.checkbox {
	width: 13px;
	height: 18px;
	background: 0;
}
div.rightbar2 table td input.error {
	background: #fe8005;
}
div.rightbar2 p.button {
	margin-top: 25px;
	padding-left: 0;
}
div.black_area {
	width: 100%;
}
div.black_area p.slogan {
	float: left;
	padding: 17px 0 0 148px;
}
div.black_area p.adm {
	float: right;
	padding: 13px 75px 0 0;
}
div.recommendations {
	padding: 10px 196px 0 74px;
}
div.recommendations h3 {
	padding-bottom: 25px;
}
div.recommendations div.item {
	padding-left: 6px;
	margin-bottom: 26px;
}
div.recommendations div.item p {
	line-height: 1.6em;
}
div.recommendations div.item p.author {
	font-style: italic;
	background: url(dot01.png) 0 2px no-repeat;
	padding-left: 19px;
	margin-top: 3px;
}
div.highlightbox {
	height: 79px;
	background: #84ce4e;
	border: 1px dotted #fff;
	border-width: 1px 0;
}
div.highlightbox p {
	padding: 20px 0 0 81px;
}
p.footer {
	padding: 30px 0 37px 75px;
}
p.footer2 {
	padding: 30px 0 37px 80px;
	border-top: 1px dotted #fff;
	clear: both;
	margin-top: 36px;
}
div.thankyou {
	padding-top: 213px;
	height: 224px;
}
div.thankyou img {
	display: inline-block;
}
div.thankyou p {
	text-align: center !important;
	float: none !important;
}
div.thankyou p.thanks {
	margin-bottom: 10px;
}
div.thankyou p.link {
	margin-top: 10px;
}
div.loader {
	width: 54px;
	margin: 0 auto;
}
/* =clear
-------------------------------------------------- */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1px;
}
