*{
	margin:0;
	padding:0;
}
body {
	background: #dddddd url(../graphics/page-bg.jpg) top center repeat-y;
}

.pagecontainer {
	position:absolute;
	width: 100%;
}
.container{
	width: 600px;
	margin: auto;
}
.frame-container{
	float:right;
	margin-top: 20px;
}
fieldset{
	float:left;
	width: 220px;
  opacity: 0.75;
  filter: alpha(opacity = 75);
}
label{
	border-bottom: 1px solid gray;
  width: 200px;
	float: left;
	padding: 10px;
}
label span{
  float: left;
}
label span span{
  float: none;
}
input{
	width: 40px;
  float:right;
}
input {
	height: 14px;
}
fieldset,.helpBox{
	background-color: #eee;
	border: 1px solid #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin-top: 20px;
	z-index: 100;
	position:absolute;
}
.helpBox{
  float: right;
	width: 250px;
}
.helpBox ol{
	padding: 10px;
}
.helpBox ol li{
	list-style: inside decimal-leading-zero;
	margin: 0 0 10px 0;
}
.hideHelpBtn{
	margin: 10px 0 10px 0;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444;
	text-align: center;
}
.highlight{
	color: #FFFF00;
}
.noborder{
  border: none;
}
.paddingtop10{
  padding-top: 10px;
}
a{
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-decoration:none;
	text-align:center;
	background-color: #555;
	border-right: none;
	border-left:none;
	border-top: 1px solid #555;
	border-bottom:  1px solid #555;
	font-weight: bold;
	clear: both;
	display: block;	
	margin: 20px 0 0 0;
}
a:hover{
	background-color:#111;
}