body
{
	width: 100%;
	margin: 0px;
	background:none;
	background-color: #ffffff;
	padding: 5px 3px 5px 6px;
}

div#popup_header
{
	margin: 5px auto;
	width: 697px;
}

div#popup_wrapper
{
	width:700px;
	background-color:#fff;
	padding:10px;
	margin:0 auto;
}

div.block
{
	width: 620px;
	margin: 0px auto;
	padding: 23px 0px;
}

div.grey
{
	background-color: #F4F4F4;
}

div.bubble
{
	width: 637px;
	margin: 0px auto 23px;
	background-image: url(/images/popup_bubble_head.gif);
	background-position: top;
	background-repeat: no-repeat;
}

div.bubble div.block
{
	width: 601px;
	padding: 23px 18px;
	margin: 0px;
	background-image: url(/images/popup_bubble_foot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

div.grey h1
{
	color: #FF6600;
}

div.grey h2
{
	color: #384548;
}

div.line
{
	height: 1px;
	background-color: #CFD0D0;
}

div.dotted_line
{
	height: 2px;
	background: url(/images/dot_4x2.gif);
}

div.three_columns
{
	width: 600px;
	overflow: auto;
}

div.three_columns div
{
	width: 200px;
	float: left;
}
