@charset "utf-8";

.clientLogo {
	width:100px;
	height:75px;
	border: medium solid #ccc;	
}

.clientSitePreviewBegin {
	position:absolute;
	width:0px;
	height:0px;
	border: 10px solid #FFF;
	background-repeat:no-repeat;
	background-color:#FFF;
}

.clientSitePreviewEnd {
	width:400px;
	height:440px;
}

.clientSiteFooter {
	position:absolute;
	bottom:0px;
	width:100%;
}

.clientPreviewWebLinkDiv {
	float:left;	
		bottom:0px;
		}

.loadDiv {
		position:absolute;
	width:36px;
	height:36px;
	background-color:#FFF;
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.clientPreviewCloseDiv {
	float:right;
	text-align:right;
		bottom:0px;
}
.clientPreviewStyle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;	
}

a.clientPreviewStyle:link {
	text-decoration: none;
}
a.clientPreviewStyle:visited {
	text-decoration: none;
}
a.clientPreviewStyle:hover {
	text-decoration: underline;
}
a.clientPreviewStyle:active {
	text-decoration: none;
}



.containerDiv {
	width:100%;
	height:100%;
}




