body
{
	background-color: #ffffff;
	margin: 0px 4px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #7d7d7d;
	/*color: #000000;*/
	background-image: url(../img/bgnd_popup.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	color: #e54902;
}
/*
p
{
	text-indent: 20px;
}
*/
.orange, .atlorange
{
	color: #ea5a00;
}

.atlblack
{
	color: #000000;
}

img.white
{
	border: solid 5px #ffffff;
}

.fieldmedium
{
	width: 144px;
	padding: 2px;
	border: 1px solid #000000;
	background-color: #ebebeb;
}

.fieldmedium:focus
{
	width: 144px;
	padding: 2px;
	border: 1px solid #000000;
	background-color: #ffffff;
}

.btnmedium
{
	width: 150px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	background-color: transparent;
	background-image: url("../img/btnmedium.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

.btnmedium, x:-moz-any-link
{
	padding-bottom: 2px; /*styles for Firefox 1.0 and above here */
}

.clear
{
	height: 0px;
	overflow: hidden;
	clear: both;
}

.divider
{
	margin: 0px;
	padding: 0px;
	height: 11px;
	background-image: url(../img/divider.gif);
	background-repeat: repeat-x;
	background-position: left center;
	overflow: hidden;
	clear: both;
	line-height: 0px;
	font-size: 2px;
}