@charset "utf-8";
/* CSS Document */

body
{
	background:#01749b;
	margin:0px auto;
	padding:0px;
	
}

#radial_gradient
{
	background-image: -moz-radial-gradient(50% 50%, circle closest-corner, #0098cb 0%, #01749b 30%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 500, from(#0098cb), to(#01749b), color-stop(.6,#01749b));
	width:100%;
	height:580px;
	position:absolute;
	background-position:0px -240px;
	background-repeat:no-repeat;
	margin:0px auto;
}

#header
{
	margin:0px auto;
	text-align:center;
}

h1 {
  font-family: 'Lobster', arial, serif;
  color:#ffffff;
  font-size:42px;
  text-shadow: 2px 2px 2px #014d66;
}

p {
  
}

input[type=text]
{
	color:#01749b;
	font-size:18px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:2px solid #0098cb;
	border-top:2px solid #01749b;
	border-left:2px solid #01749b;
	margin-bottom:5px;
	padding-left:3px;
}

.clear
{
	clear:both;
}

#block
{
	width:200px;
	margin:0px auto;
}

label
{
	font-family: 'Yanone Kaffeesatz', arial, serif;
	color:#ffffff;
	font-size:22px;
	margin-left:4px;
}

#header_top
{
	background:#393939;
	width:100%;
	height:30px;
}

#left_top
{
	float:left;
	margin-left:5px;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	color:#ffffff;
	font-size:18px;
    margin-top:4px;
}

#right_top a
{
	float:right;
	margin-right:8px;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	color:#ffffff;
	font-size:16px;
    margin-top:5px;
}

.awesome, .awesome:visited {
	float:right;
	margin-top:6px;
   background: #222 url(../images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 4px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	color:#ffffff;
	font-size:18px;
}

.blue.awesome, .blue.awesome:visited		
{ 
	background-color: #0098cb; 
}
.blue.awesome:hover
{ 
	background-color: #014d66; 
}

/***************************** circular **********************************/
#loading
{
	background-image:url(../images/loading.gif);
	display:none;
	margin:0px auto;
	margin-top:8px;
	width:32px;
	height:32px;
}

#center_out
{
	width:150px;
	text-align:center;
	margin:0px auto;
}

#results
{
	margin:0px auto;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	color:#ffffff;
	font-size:22px;
    margin-top:50px;
	text-align:center;
	width:600px;
	background:#0098cb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:26px;
	display:none;
}

#error
{
	margin:0px auto;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	color:#ffffff;
	font-size:14px;
    margin-top:50px;
	text-align:center;
	width:400px;
}

#footer_section
{
	padding-top:10px;
	position:absolute;
	bottom:0px;
	background:#212121;
	color:#ffffff;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	color:#ffffff;
	font-size:18px;
	width:100%;
	height:30px;
	text-align:center;
}

#footer_section a
{
	color:#0098cb;
	margin-left:4px;
}
