/* Styles for the popins */

div#popinwrapper
{
	height:100%;
	left:0px;
	position:absolute;
	top:0px;
	width:100% !important;
	z-index : 20 ;
}

div#popin
{
	top : 300px  ;
	width : 426px ;
	position : relative ;
	display : block ;
	margin-left : 200px  ;
	background : url( ../media/image/layout/popinbot.gif ) bottom left no-repeat  ;	
	z-index : 20 ;	
}
 
div#popin h3
{
	margin-top : 6px ;	
}
 
 
div.innerpopin
{

	background : url( ../media/image/layout/popintop.gif ) top left no-repeat ;
	margin : 0px ;
	padding : 12px ;	
	padding-top : 10px ;
	z-index : 50 ;
}

div#shader 
{
	background-color : #eeeeee;
	height : 100%;
	left : 0px;
	opacity : 0.8 ;
	position :fixed !important;
	position :absolute ;
	filter: alpha(opacity=80);
	top : 0px !important;
	width : 100%;
	z-index : 10 ;
}
 
 
 

div.popinclose
{
	float : right ;	
	cursor : pointer ;
}

span.fakelink
{
	cursor : pointer ;
	text-decoration: underline ;
	font-weight : bold ;
}


