/* Keatek CSS */

body {
	background: #ffc907;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c3594;
	text-align: center;
	height: 100%;}

a:link		{ color: #000000; font-weight: bold; text-decoration :none; }
a:visited	{ color: #000000; font-weight: bold; text-decoration :none; }
a:hover		{ color: #000000; font-weight: bold; text-decoration :none; background: #f37421; }
a:active	{ color: #000000; font-weight: bold; text-decoration :none; background: #f37421; }

h1			{ font-size: 96px; display: none; }
h2			{ font-size: 20px; margin-top: -10px; }

img			{ border: none; }
label		{ width: 100px; float: left; text-align: right; }
	
#cell {
	position: absolute;
	width: 640px;
	padding-top: 100px;
	left: 50%;
	margin-left: -320px;
	text-align: center;}
	
	
/* Modal Windows */

#facebox .b {
  background:url(media/facebox/b.png);
}

#facebox .tl {
  background:url(media/facebox/tl.png);
}

#facebox .tr {
  background:url(media/facebox/tr.png);
}

#facebox .bl {
  background:url(media/facebox/bl.png);
}

#facebox .br {
  background:url(media/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 470px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}