body {
width: 100%;
text-align: center;
background-position: 0px 100px;
font-weight: bold;
font: 12px 'lucida sans unicode', lucida, helvetica, verdana, arial, sans-serif;
}

#browserbar {
	width:100%;
	text-align:center;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	background-color:rgba(0,0,0,0.8);
	font-size:12px;
	font-weight:bold;
	font-family:Bitstream Vera Sans,arial,sans-serif;
	margin:0;
}

.images {
	background-color: #e2e2e2;
	text-align: center;
}
input { background-color: #e2e2e2; border: 1px solid #505050; }

.text {
	
}
#error {
	color: #680017;
	font-family:Helvetica;
	text-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px;
}


h4 {
	font-size: 25pt;
	color: black;
	text-align: center;
	position: relative;
	margin: -60px 0px -10px 0px;
	padding: 0px;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
	font-family: Helvetica;
}

a#request { 
	font-size: 15pt;
	color: black;
	text-align: center;
	position: relative;
	margin: -60px 0px -20px 0px;
	padding: 0px;
	text-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px;
	font-family: Helvetica;
	}
a#request:active {
	color: rgba(0, 0, 0, 0.5);
}
a#request:visited {
	color: color: rgba(0, 0, 0, 0.25);
}

/*COLUMNS
~~~~~~~~~~*/
.center {

	color: white;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: black;
	font-family: Helvetica;

	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
}


.clear {
  clear: both;
}


/* IMAGES 
~~~~~~~~~*/


input {
 color: black;
 border-color: rgba(0,0,0,0.5);
}


#submit {
	border:1px solid;
	border-color: rgba(0,0,0,0.5);
	background: rgba(0,0,0,0.5);
	margin-top:5px;
	color:white;
}
#submit:active {
	border:1px solid;
	background: rgba(255,255,255,0.5);
	margin-top:5px;
	color: black;
}
.footer {
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
	background-position: 0px 0px;
	background-image: url(tile_bg.png);
}
