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

body {
	margin:0px;
	padding:0px;
	font-family:"Gill Sans","Gill Sans MT", Arial,  Helvetica, sans-serif;
	background-color:#1B1B1B;
}

table {
	background-color:white;
	margin-top:10px;
	border:1px solid black;
}

p {
	margin:5px 25px;
}

#mainTable {
	width:722px;
	margin:0 auto;
}
.field, textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
	background-color:#efefef;
	width:250px;
	margin:3px 25px;
	padding:2px 5px;
	display:block;
	float:right;
}
#url {
	width:735px;
	margin:20px auto;
	height:30px;
	text-align:center;
}
a.bottom {
	float:left;
	color:#FFCC33;
	width:105px;
	text-align:center;
	font-size:12px;

}
a.bottom:link {
	text-decoration:none;
}
a.bottom:visited {
	text-decoration:none;
}
a.bottom:hover {
	text-decoration:underline;
}
