html { height: 100%; }
form { height: 100%; width: 100%;  background: url(../Images/Cork.jpg);}
body { height: 100%; margin: 0; padding: 0; background: url(../Images/Cork.jpg);}
.silverlightHost { width: 100%; height: 100%;Position:absolute;z-index:1; }

.map {
	position: relative;
	width: 300px;
	height: 300px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}       

