@import url("base_style.css");


div.popupwrapper
{
    width: 100%;
	overflow: hidden;
}

div.popupheaderlogo
{
	
    clear: both; 
}

div.popupheaderlogofloat
{
	float: left;
	width: 220px;
}

div.popupheaderfloat
{
	float: right;
	width: 150px;
	text-align: right;
	margin-top: 20px;
	padding-right: 20px;
}


div.popupheader
{
    clear: both; 
}

div.popupcontent
{
    padding-top: 10px;
    padding-left: 10px;
}

div.popupcontent_sizeandfit
{
    padding-top: 10px;
    padding-left: 0px;
}

a.popupCloseWindow, a.popupCloseWindow:link, a.popupCloseWindow:active, a.popupCloseWindow:hover, a.popupCloseWindow:visited
{
	color: #cccccc;
}
ul
{  margin-left:12px;list-style-image: url(../../common/subhead_bullet.gif); }