/*------------------------------------------------------------------*/
/*- Global styles for MiniBorder pages 								-*/
/*------------------------------------------------------------------*/

html, body {
	border:0 none;
	padding:0;
	margin:0;
}

a {
	color:#000000;
}

#doc {
	width:800px;
	margin:0px auto;
}

#hd {
	height:70px;
}

.error {
	font-size:13px;
}

.errors {
	padding-bottom:1em;
}

#bd {
	margin:0 2px 0 1px;
	border:1px solid #959595;
}

#over18black, #betterbusinessblack, #percentlegalblack, #verisignblack {
	display:none;
}

/*------------------------------------------------------------------*/
/*- For bottom footer (SiteBorder component)					   -*/
/*------------------------------------------------------------------*/

#footer {
	width:800px;
	margin:0px auto; 
	position:relative;
}

#copyrightstring {
	position:absolute;
	right:11px;
	top:2px;
	color:#fff;
	font-size:9px;
	font-weight:bold;
}

#footerlinks {
	font-size:10px;
}

a.footerlink {
	color:#D9D920;
}

.separator {
	font-size:14px;
}

/*------------------------------------------------------------------*/
/*- For Press Room pages										   -*/
/*------------------------------------------------------------------*/

#presswrapper h1, #presswrapper h2, #presswrapper h3 {
	margin-top:0;
}


