html
{
  height: 100%;
  	margin:0;
	padding:0;

}


body,td,th {
	color: #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:16px
}
body {
	background-color: #D9EFFA;
	background-image: url(images/BG_bottomFader.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #06F;
}

.topper {
	background-image: url(images/BG_topFader.png);
	background-repeat:repeat-x;
	background-position:top;
	position:relative;
	top:-15px;
	margin-left: -15px;

	}


#content_top {
	background-image: url(images/top_roundcorners.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 540px;
	height:23px;
	margin: auto;
}
#contents {
	background-color:#C7EAFC;
	height: 260px;
	width: 500px;
	margin: auto;
	padding: 20px;

}

#content {


}

/*----------------------------------------------------------------------------------------------------------
*                               Footer and Rounded Input Box
*-----------------------------------------------------------------------------------------------------------*/

#logo_footer {
	margin-top:25px;
}


label.rounded {
	padding-top: 5px;
	font-weight: bold;
	color: #555;
}

input.rounded {
	border: 0;
	background: url(http://67.226.176.100/images/textroundbv8.gif) top left no-repeat;
	width: 190px;
	height: 25px;
	padding: 5px 5px;
	font-size: 85%;
	color: #399;
}
