/*
 *	IMAGERANDOMER - BY: BLUE FINNMEDIA
 *	-----------------------------------------------
 *	SIVUPOHJA:		BasicTemplate
 *	VERSIO:			1.0.0
 *	MEDIA VERSIO:		ALL
 *	-----------------------------------------------
 *	VALMISTAJA:		Blue FinnMedia
 *	VALMISTETTU:		2008-07-22
 *	-----------------------------------------------
 *	COPYRIGHT:		(C) Blue FinnMedia 2008
 *
 */


body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Verdana, Sans-serif, Helvetica;
	font-size: 10pt;
	color: #59758f;
}

#loading_target {
  display: none;
}

#load_icon {
  width: 40px;
  height: 40px;
  background: url(loader.gif) no-repeat center center;
}

#loading {
  position: fixed;
  top: 10px;
  left: 50%;
  border: 1px solid #f0f0f0;
  width: 180px;
  margin-left: -90px;
  background: #ffffff;
  border: 1px solid #59758f;
  filter:alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}

#new_picture {
  position: absolute;
  top: 109px;
  left: 50%;
  margin-left: 241px;
  cursor: pointer;
  padding: 2px;
  background: white;
  border: 1px solid #59758f;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#hiddenload {
  display: none;
}
