/* CSS Document */

@import url(reset.css);

body
{
	background: url(/images/bg_body_popup.gif) repeat-x #fF8500;
	font-family: verdana, arial, sans-serif;
	color: black;
	text-align: center;
}

#content
{
	min-height: 140px;
	_height: 140px;
}

#container
{
	width: 560px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	padding: 0;
	font-size: 12px;
}


#branding
{
	height: 142px;
}

h1
{
	position: relative;
	left: 47px;
	top: 6px; 
	height: 97px;
	width: 341px;
	text-indent: -999em;
	background: url(/images/gr_bpe_logo.gif) no-repeat;
	
}

#btPrevious,
#btNext
{
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	text-indent: -999em;
	display: block;
	position: absolute;
	top: 132px;
}

#btPrevious
{
	background-image: url(/images/bt_previous.png);
	left: 79px;
}

#btNext
{
	background-image: url(/images/bt_next.png);
	left: 104px;
}

#btClose
{
	cursor: pointer;
	background: url(/images/bt_close.gif) no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 520px;
	top: 37px;
	text-indent: -999em;
	
}

p.defaultWarning
{
	padding-top: 20px;
	padding-bottom: 60px;
	color: white;
	font-size: 12px;
	text-align: center;
}

p#copyright
{
	position: relative;
	top: 0px;
	left: 20px;
	font-size: 10px;
	width: 400px;
	margin: 0px auto;
	text-align: left;

}

a
{
	color: black;
}

img
{
	position: relative;
	left: 138px;
	top: -20px;
	margin-bottom: -20px;
}

#info
{
	left: 16px;
	top: 174px;
	color: white;
	position: absolute;
	width: 115px;
}

#info h2
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

#info h3
{
	font-size: 11px;
	font-weight: normal;
}

#footer
{
	margin-bottom: -40px;
	margin-top: -40px;
	padding-top: 50px;
	background: url(/images/bg_footer_popup.gif) repeat-x #fF8500;
	padding-bottom: 80px;
}
