/* the overlayed element */
a.link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, "Futura Hv_PFL";
	font-size: 9px;
	color: #FFF;
	text-decoration: underline;
}
.big {
	font-family:Futura, "Lucida Grande", "Lucida Sans Unicode", "bitstream vera sans", "trebuchet ms", verdana;
	font-size: 18px;
	font-weight: normal;
	color: #CCC;
	text-decoration: underline;
	font-style: normal;
	text-transform: uppercase;
}
.button {
	font-family:Futura, "Lucida Grande", "Lucida Sans Unicode", "bitstream vera sans", "trebuchet ms", verdana;
	font-size: 13px;
	background-color: #F00;
	color: #FFF;
	border: medium double #FFF;
	text-align: center;
	padding: 2px;
	cursor: default;
}

div.overlay {
	
	/* growing background image */
	background-image:url(../images/overlay/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:556px;
	height:424px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlayRed div.close {
	background-image:url(../images/overlay/close_.png);
	position:absolute;
	right:8px;
	top:8px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	background:url(../images/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(../images/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}
/* the overlayed element */
#regb {
	width:180px;
	color: #F00;
	height: auto;
	float: right;
	margin: 10px;
		
}

.overlaybutton {
	position: relative;
	padding: 0px;
	float: left;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	height: auto;
	width: auto;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.overlaybutton * {
	font-style: normal;
	background-image: url(../images/reg_but.jpg);
	background-repeat: no-repeat;
	display: block;
	position: relative;
}

.overlaybutton:hover {
	background-color: #FFF;
}
.overlaybutton[class] {
	background-position: bottom;
}


div.overlayRed {
	/* growing background image */
	background-image:url(../images/overlay/black.png);
	/* dimensions after the growing animation finishes  */
	width:556px;
	height:424px;
	/* initially overlay is hidden */
	display:none;
	color:#fff;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
}

/* 
	image is contained on the overlay background image. 
	the closing button is thus just a transparent container. 
*/
div.overlayRed div.close {
	position:absolute;
	left:8px;
	top:8px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.regtext {
	font-family:Futura, "Lucida Grande", "Lucida Sans Unicode", "bitstream vera sans", "trebuchet ms", verdana;
	font-size: 9px;
	font-weight: normal;
	color: #CCC;
	font-style: normal;
}
.overlaytext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, "Futura Hv_PFL";
	font-size: 14px;
	color: #F00;
	cursor: pointer;
}

