﻿*
{
	margin: 0;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
	height: 100%;
	padding-bottom: 20px;
}

.small-date
{
	display: block;
	font-size: small;
	margin-bottom: 10px;
	margin-top: 10px;
}
.header
{
	background-color: #39353E;
	background-image: url('../images/small-logo.jpg');
	background-repeat: no-repeat;
	height: 75px;
}

#logo
{
	background-image: url('../images/large-logo.jpg');
	background-repeat: no-repeat;
	height: 325px;
	background-position: 50px 200px;
}

#bizspark-logo
{
	background-image: url('../images/BizSpark_StartUp.jpg');
	background-repeat: no-repeat;
	background-position: 50px 200px;
	height: 325px;
}

.menu-header
{
	padding-left: 5px;
}

.menu-header ul
{
	padding: 0;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu-header li
{
	display: inline;
	padding-right: 15px;
}

.menu-header li a:link
{
	text-decoration: none;
}

.menu-header li a:hover
{
}
.content
{
	margin: auto;
	width: 809px;
	min-height: 100%;
	height: 100%;
}
.content-left
{
	width: 500px;
	float: left;
}
.content-right
{
	margin-top: 70px;
	padding: 20px;
	font-weight: bold;
}
.footer
{
	clear: both;
	height: 20px;
	position: absolute;
	width: 100%;
}
.register-item
{
	margin-bottom: 10px;
	vertical-align: top;
}

.register-button
{
	margin-bottom: 10px;
}

.button
{
	padding: 0;
}

.button2
{
	padding: 0;
}
input
{
	font-size: 12px;
}

.error
{
	vertical-align: top;
}
input
{
	font-size: 12px;
}

.error
{
	vertical-align: top;
}
.copyright
{
	margin-top: 40px;
	text-align: center;
	clear: both;
}