﻿body
{
	background: #000 url(../images/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	color: #fff;
	font-family: Calibri, Tahoma, Helvetica, sans-serif;
}

a
{
	color: #999;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a.boxed
{
	color: #fff;
	text-decoration: none;
}

a.boxed:hover
{
	color: #000;
	background: #999;
}

div.centered 
{	
	position:absolute;	
	top: 50%;	
	left: 50%;	
	width:800px;	
	height:600px;	
	margin-top: -300px; /*set to a negative number 1/2 of your height*/	
	margin-left: -400px; /*set to a negative number 1/2 of your width*/	
	text-align: center;
}

input[type="text"], input[type="password"], select
{
	font-size: large;
	border: solid 1px #000;
	padding: 5px 1px 5px 5px;
	width: 450px;
}

input[type="submit"], input[type="button"]
{
	padding: 8px 20px;
	font-size: 15px;
	vertical-align: text-bottom;
}

#response
{
	display: none;
	padding: 10px 0;
	font-size: 17px;
	color: #fff;
}