/*
    Document   : crepidoBox
    Created on : 2009-feb-23, 16:46:18
    Author     : kristofer
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#crepOverlay {
	position:absolute;
	z-index: 11;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	cursor: pointer;
	opacity:0.7;
/*	filter: alpha(opacity = 70); /*ie fulhack*/
	padding:0px;
	margin:0px;
}

#crepCenter {
	position: absolute;
	top:30%;
	left:30%;
	z-index: 11;
	overflow: hidden;
	border:1px solid black;
	background-color: #ffffff;
}
#thumbInPopup{
	text-align:center;
	float:left;
	padding:2px;
	margin:2px;
	width:204px;
	height:104px;
	overflow:hidden;
}
#thumbInPopup *{
	cursor: pointer;
/*	border-style:none;*/
}
#crepBottomContainer {
	position:absolute;
	bottom:0px;
	right:0px;
	text-align:right;
	cursor: pointer;
}

