<style type="text/css">
body
{
	background:#F0F0F0;
}
.SubmitButton
{
	width:30%;
	height: 40px;
	font-size: x-large;
}
.TimeText
{
	font-size: xx-small;
}
.FloatBottom
{
	width:100%;
	position:fixed;
	bottom:0;
}
.Industry
{
	font-size: medium;
	background-color: #FFFFFF;
	/*border-radius:10px 10px 10px 10px;
	overflow:hidden;*/
}
.Industry input
{
	font-size:medium;
}
.Industry input[type=text]
{
	font-size: medium;
	width: 80%;
	height:30px;
}
.Industry input[type=password]
{
	font-size: medium;
	width: 80%;
	height:30px;
}
.Industry input[type=button]
{
	font-size: large;
	width: 100px;
	height:30px;
}
.Industry input[type=submit]
{
	font-size: large;
	width: 100px;
	height:30px;
	
}
.Industry button
{
	font-size: medium;
}

.Industry select
{
	font-size: medium;
	border-left: 2px;
	border-left-color: #000000;
}
.Industry textarea {
	width: 90%;
	height: 80px;
	padding: 2px 0.5%;
	margin-left: 0px;
	border: 3px solid #cd0000;
	overflow: auto;
	font-size: large;
}
.Industry th
{
	border: 1px;
	background:#2A2222;
	border-left: 1px;
	color: #33FFFF;
	font-size: medium;
}
.Industry th a
{
	color: #33FFFF;
}
.Industry td
{
	color: #000000;
}
.BodyNoSpace
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	background-color:#F0F0F0;
}
.LinkTD 
{
	border:4px double;
}
.LinkTD a
{
	text-decoration:none;
}
.LinkTD:hover { color:#f60; text-decoration:none; background-color:#339999;}

.Pretty
{
	border: 1px solid;
	background-color:#FFFFFF;
	/*border-radius:3px 4px 5px 6pxoverflow:hidden;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow:hidden;
	
}
.Pretty td
{
	padding: 5px;	/*border: 1px solid;*/
}
.Pretty input[type=button]
{
	width: 60%;
}
.Pretty input
{
	font-size: medium;
}
div
{
}
.Pretty th
{
	border:1px;
	background:#F9E9DC;
	border-left: 1px;
	color: #33FFFF;
	padding: 5px;
}
body
{
background-color:#F0F0F0;
}

</style> 
