body{
	margin:0;
	padding:0;
	border:0;
	font-family:Arial;
	font-size:11px;
	color:#153B63;
	background-color:#FFFFFF;
}
div#popup_contents{
	padding:6px;
	background-color:#DFE9F4;
	border-bottom:1px solid #FFFFFF;
	background-image: url(../images/loading.gif);
	background-repeat:no-repeat;
	background-position:184px 184px;
}
div#popup_contents img{
	vertical-align:top;
	border:0;
	margin:0;
	width:400px;
	height:400px;
}
div#popup_footer{
	float:left;
	display:block;
	padding:6px 6px 0 6px;
	background-color:#BFD2E3;
}
div#popup_footer_left{
	float: left;
	display: inline;
	width: 250px;
	height:60px;
}
div#popup_footer_right{
	float: right;
	display: inline;
	text-align:right;
}
a.closeme {
	background: transparent url(../images/cross_8x7.gif) no-repeat scroll 0 4px;
	color: #153B63;
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 12px;
	text-decoration:none;
}
div#popup_footer div.note{
	font-size:10px;
	line-height:10px;
	height:28px;
}
