#popUpWindow
{
	position: absolute;
	width: 656px;
	z-index: 1;
	background-image: url(images/popUps/background.jpg);
	background-color: #b5d884;
	background-repeat: no-repeat;
}

#buttonPrintSave {
	position:absolute;
	width:106px;
	height:42px;
	left: 53px;
	top: 26px;
	z-index:1;
}

#close {
	position:absolute;
	width:32px;
	height:24px;
	left: 609px;
	top: 16px;
	z-index:1;
}

#content {
	position:absolute;
	width:541px;
	height:24px;;
	left: 10px;
	top: 100px;
	z-index:1;
}
.titleFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #2A698D;
	font-weight: normal;
}
.bodyFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #455259;
}
.bodyBoldFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #455259;
	font-weight: bold;
}
.bodySmallFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #455259;
}
.bodySmallBoldFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #455259;
	font-weight: bold;
}
.nameField {
	font-size: 13px;
	color: #455259;
	width: 150px;
}
.emailField {
	font-size: 13px;
	color: #455259;
	width: 180px;
}
