body {
	font-size: 62.5%;
}
div {
	font-size: 0.9em;
}
a {
	font-size: 0.9em;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	border: none;
	outline: none;
}
a:active {
	border: none;
	outline: none;
}
a.button {
	text-decoration: none;
	color: #0000FF;
}
a.button:hover {
	background-color: #7099BF;
	color: #0000FF;
	text-decoration: none;
}
a.button:visited {
	color: #0000FF;
	text-decoration: none;
}
a.motl {
	color: #000000;
	text-decoration: none;
}
a.motl:hover {
	color: #000000;
	text-decoration: underline;
}
a.motl:visited {
	color: #000000;
	text-decoration: none;
}
input:focus {
 background-color: #4B82D4;
 font-style: normal;
 height: 20px;
}
input {
 background-color: #4060FF;
 border: 1px solid;
 height: 20px;
}
fieldset {
	text-align: left;
	font-size: 1.0em;
	background: #bbbbe0;
	width: 970px;
	padding: 3px;
}
fieldset.col1 {
	width: 700px;
}
fieldset.col2 {
	width: 248px; /*Beware of padding */
	padding: 2px;
}
fieldset.mini {
	width: 300px;
	background-color: #d3d3e0;
	padding: 3px;
}
legend {
	font-weight: bold;
}
#error-msg {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#menu-bar {
	position: absolute;
	top: 10px;
}
#menu-bar span {
	display: none;
} 
#menu-contents {
	visibility: hidden;
}
#button-index {
	position: absolute;
	left: 40px;
	background: url(images/newbar-base.gif) -20px -0px no-repeat;
	height: 40px;
	width: 110px;
}
#button-index:hover {
	height: 40px;
	width: 110px;
	background: url(images/newbar-base.gif) -20px -40px no-repeat;
}
#button-about {
	position: absolute;
	left: 174px; /* Starting from left: 156px prev. + 13px divider + 5px buffer = 174px */
	background: url(images/newbar-base.gif) -165px -0px no-repeat;
	height: 40px;
	width: 75px;
}
#button-about:hover {
	background: url(images/newbar-base.gif) -164px -40px no-repeat;
	height: 40px;
	width: 75px;
}
#button-motl {
	position: absolute;
	left: 297px; /* Starting from left: 279px prev. + 13px divider + 5px buffer = 297px */
	background: url(images/newbar-base.gif) -280px -0px no-repeat;
	height: 40px;
	width: 75px;
}
#button-motl:hover {
	background: url(images/newbar-base.gif) -281px -40px no-repeat;
	height: 40px;
	width: 75px;
}
#button-documentation {
	position: absolute;
	left: 402px; /* Starting from left: 384px prev. + 13px divider + 5px buffer = 402px */
	background: url(images/newbar-base.gif) -390px -0px no-repeat;
	height: 40px;
	width: 180px;
}
#button-documentation:hover {
	background: url(images/newbar-base.gif) -390px -40px no-repeat;
	height: 40px;
	width: 180px;
}
#button-rules {
	position: absolute;
	left: 620px; /* Starting from left: 602px prev. + 13px divider + 5px buffer = 620px */
	background: url(images/newbar-base.gif) -615px -0px no-repeat;
	height: 40px;
	width: 75px;
}
#button-rules:hover {
	background: url(images/newbar-base.gif) -615px -40px no-repeat;
	height: 40px;
	width: 75px;
}
#button-register {
	position: absolute;
	left: 725px; /* Starting from left: 702px prev. + 13px divider + 5px buffer = 720px */
	background: url(images/newbar-base.gif) -730px -0px no-repeat;
	height: 40px;
	width: 115px;
}
#button-register:hover {
	background: url(images/newbar-base.gif) -734px -40px no-repeat;
	height: 40px;
	width: 115px;
}
#button-forums {
	position: absolute;
	left: 865px; /* Starting from left: 855px prev. + 13px divider + 5px buffer = 923px */
	background: url(images/newbar-base.gif) -880px -0px no-repeat;
	height: 40px;
	width: 95px;
}
#button-forums:hover {
	background: url(images/newbar-base.gif) -880px -40px no-repeat;
	height: 40px;
	width: 95px;
}
#minitext-rss {
	font-size:small;
	padding-left: 10px;
}
.specialtext {
	font-style: italic;
}
#name.login {
	/*background-image: url('images/DH125x125.gif');*/
	background-repeat: no-repeat;
	padding-left: 20px;
}
#pass.login {
	/*background-image: url('images/DH125x125.gif');*/
	background-repeat: no-repeat;
	padding-left: 20px;
}