html, body {
	margin:0;
	padding:0;
	height: 100%;
}

#popupHead {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 26px;
	padding: 5px 0 4px 0;
	background-color: #D7E5FA;
	border-bottom: 1px solid #557AB3;
	}
	
#popupHead h1 {
	display: block;
	float: left;
	width: 117px;
	height: 26px;
	margin: 0;
	padding: 0 0 0 5px;
	}
#popupHead ul {
	display: block;
	}
#popupHead li {
	display: block;
	float: right;
	padding: 9px 20px 0 8px;
	background: transparent no-repeat url(../images/icon/ico_arrow_s.gif) 0 10px;
	}
#popupHead li a{
	display: block;
	color: #0099FF;
	font: normal normal normal 10px/100% Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
#popupHead li a:hover{
	border-bottom: 2px dotted #0066FF;
	color: #0066FF;
	}
#popupFoot {
	display: block;
	/*
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #999;
	*/
	width: 100%;
	padding: 5px 0 4px 0;
	}
#popupFoot p {
	color: #666666;
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
	}
	
.columnImage table {
	margin:0 auto;
	border:none;
	width:80%;
}

.popupMainContents {
	display: block;
	position: relative;
	width: 520px;
	/*height: 407px;*/
	margin: 40px auto 25px auto;
	padding: 2px;
	border: 1px solid #CCCCCC;
	text-align: center;
	}

