@charset "utf-8";
body {
	font-family: Tahoma;
	margin: auto;
	padding: 0px;
	background-color: #0080C0;
	font-size: 10px;
	text-align: center;
}
input {
	font-size: 12px;
	font-family: Tahoma, Verdana;
	padding-top: 4px;
	padding-bottom: 4px;
}

.sugg {
	color: #CC0000;
}

.main {
	border: 1px solid #CCCCCC;
	width: 50%;
	height: auto;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
}
.main div {
	padding-bottom: 8px;
}

.main h1 {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding: 1px;
	margin: 0px;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid #CCCCCC;
}
.highslide:hover img {
	border-color: gray;
}
.main .showimg {
	float: left;
	padding-top: 7px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8598AD;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 100%;
}
.main .showimg span {
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: right;
}
.main .showimg .imgshow {
	padding: 0px;
	float: left;
	height: 160px;
	width: 160px;
}
.main .showimg .spanshow {
	padding: 0px;
	float: right;
}
/* Powered by Dekitclub.com */
#credit-footer a.power {
	display: block;
	width: 150px;
	height: 32px;
	background: url(http://www.dekitclub.com/images/power-by-dekitclub.png) left top no-repeat;
	text-indent: -999em;
	filter:alpha(opacity=40);
	opacity:0.4;
	-moz-opacity: 0.4;
	margin-right: 19px;
	margin-left: auto;
}
#credit-footer a.power:hover {
	filter:alpha(opacity=100);
	opacity:1.0;
	-moz-opacity: 1.0;
}
