* {
	margin: 0;
	padding: 0;
}

#wrapperContent{
	margin: 0 auto;
	width: 1000px;
	text-align:center;

}

html {
	background: url(../images/tileable_pattern_bg.jpg);
}

body {
	background-color: #ffffff;
	color: #4a4a4a;
	font-family:arial;
	font-size:10px;
}

a {
	color: #4a4a4a;
}

ul,
ol {
	list-style: none;
}

fieldset,
img {
	border: 0;
}
h1 {
	font-size: 2.4em;
	backrgound-color:#FFF;
}

hr {
	height: 0px;
	border: 0;
	border-bottom: 1px solid #dddddd;
	*position: relative;
	*top: -6px;
}

span.required {
	color: red;
}

#disclaimer {
	font-style: italic;
	margin-top: 1em;
}

.errormsg {
	color: red;
	font-size: 1.2em;
	font-weight: bold;
	margin: .5em 0;
}

#overlaytemplate {
	margin: 0 auto;
	width: 700px;
}

#overlaytemplate #viewerheader,
#overlaytemplate #viewerheader a,
#overlaytemplate #viewernav {
	display: block;
}

#overlaytemplate p {
	margin: .5em 0;
}

#eula #overlaytemplate #viewerheader,
#privacypolicy #overlaytemplate #viewerheader {
	display: block;
}

#viewerheader {
	height: 44px;
	padding-top: 10px;
	*margin: 0 auto;
	/* *width: 728px; */
	width: 750px;
	margin-left: -25px;
	background: rgba(0, 0, 0, 0) url("../images/tileable_pattern_bg.jpg") repeat scroll 0 0;
}

#viewerheader h1 {
	float: left;
	font-size: 20px;
	margin: .4em 0 0 1em;
}

#viewerheader .closeoverlay {
	margin: 0 2em 0 0;
	text-decoration: underline;
	cursor: pointer;
}

.textheader {
	background: url(../images/textheader_bg.jpg) repeat-x 0 10px !important;
	margin: 0 1em;
}

.textheader a{margin: 1.6em 0.5em;width:740px;background:url(../img/textheader_bg.jpg) repeat-x;}

#textframe {
	
	background-color: #fff;
	height: 330px;
	margin: 0 auto;
	overflow: auto;
	text-align: left;
	width: 700px;
	margin-left: 65px;
}

#textframe ol {
	margin-left: 3.3em;
	_margin-left: 4em;
}

#textframe ol li {
	list-style: decimal;
	margin: .6em 0;
	text-align: left;
}

p,
#textframe ol li {
	font-size: 1.1em;
	color: #4a4a4a;
}

#textframe {
	background-color: #fff;
	height: 390px;
	margin: 0 auto;
	overflow: auto;
	text-align: left;
	width: 700px;
	position:relative; 
	z-index:9999;
}

#textframe ol li,
#viewerframe ul li {
	font-size: 1.1em;
}