

#ImageBox #ImageBoxAplat {
	position: fixed;
	background: black;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	z-index: 998;
}

#ImageBox #ImageBoxContainer {
	position: absolute;
	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border:10px solid white;
	background: url(../images/fdcontact.png) no-repeat;
	width:830px;
	padding-top:3px;
	z-index: 999;
	
}

#ImageBox #ImageBoxRelative {
	position: relative;
}

#ImageBoxHeader {
	height: 30px;
	margin: 5px 5px 35px 5px;
}

#ImageBoxHeader h1 {
	font-family: verdana, Arial;
	color: #00579D;
    font-size: 1.7em;
    margin-bottom:12px;
	margin-top:5px;
}

#ImageBoxHeader img {
	float: right;
	cursor: pointer;
}

#ImageBoxContent {
	
	overflow: auto;
	margin-top: 22px;
	text-align: left;
	width:820px;
	margin-left:5px;
}

#ImageBoxContent h3 {
	color: #00acd6;
	padding: 5px 12px;	
}

#ImageBoxContent p {
	padding: 7px 12px;
	text-align: justify;
}

#ImageBoxContent a {
	color: #00acd6;
}

#ImageBoxContent a:hover {
	color: black;
}