* {
margin:0;
}

html, body {
background: #333333;
color: #CCCCCC;
font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: normal;
text-decoration: none;
height: 100%;
}

IMG {
border: 0px;
}
TD {
font-size: 11px;
}
TH {
font-size: 13px;
}

TEXTAREA {
color: #cccccc;
background-color: #333333;
font-size: 10px;
font-weight: bold;
text-indent: 2px;
}

/* props to http://css-discuss.incutio.com/?page=CenteringBlockElement */
.center-incutio {
  /* take element out of the normal page flow! */
  position: absolute;
  /* position the element vertically using top or bottom
     and define width as you like:                       */   
  width: 50%;   
  /* set left and right to the same value! */
  left: 0;
  right: 0;
  /* adding auto-margins left and right will
     center the element horizontally!         */
  margin-left: auto;
  margin-right: auto;
}

INPUT {
color: #000000;
font-size: 10px;
font-weight: normal;
text-indent: 2px;
}

INPUT.r-button {
background-color: transparent;
}

SELECT {
font-size: 10px;
font-weight: bold;
}

A:link {
color: #33FF00;
text-decoration: underline;
}

A:visited {
color: #009900;
text-decoration: underline;
}

A:hover {
color: #FFFFFF;
text-decoration: underline;
}

A:active {
color: #000000;
text-decoration: none;
}

.wrapper {
	text-align: center;
	min-height: 100%;
	height: auto !important; /* IE hack */
	height: 100%;
	margin: 0 auto -35px; /* must be .footer or .push times -1 */
}

/* spaces out the inner border; 
adding padding to the .wrapper does not work */
.inner-wrapper {
  padding-top: 20px;
}

.inner {
	font-size: 20px;
	font-weight: bold;
	border:thick solid #444444;
	margin: 0 20px 0;
}

.footer, .push {
	height: 35px; /* .push must be the same height as .footer */
}
