@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/CarbonFibre.png);
}
body,td,th {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}

.front_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a {
	background-image: none;
}
img { 
	border: none; 
} 
table {
	background-color: black;
	border: 1px black solid;
	border-collapse: collapse;
}
th {
	border: 1px outset silver;
	background-color: black;
	color: white;
}
tr {
	background-color: #1f2c3d;
	margin: 1px;
	color: black;
}
tr.striped {
	background-color: #33bbff;
	color: white;
}
td {
}
label{
float: left;
width: 160px;
font-weight: bold;
}

input, textarea{
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}
