#popUpBox {
	position: absolute;
	background-color: #EBEBEB;
	border: 1px #666666 solid;
	z-index: 100;
	/*width: 500px;*/
	display: none;
	text-align: left;
}

#popUpBox .sectionHeader {
	border-bottom: 1px #666666 solid;
	text-align: center;
}
	
#popUpBox .sectionContent {
	padding: 15px;
	overflow: auto;
}

#popUpBoxClose {
	position: absolute;
	margin: 4px 0px 0px 480px;
	width: 28px;
	height: 14px;
	background: url(../images/vetReg/close.png) no-repeat top left;
}

#popUpBoxClose:hover {
	background-position: 0px -14px;
	cursor: pointer;
}
