body
{
	background-color: #eee;
	font-family: arial;
	margin: 0 auto;
	width: 960px;
}
#error
{
	color: red;
}
form
{
	margin: 0 auto;
}
label
{
	clear: both;
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	width: 140px;
}
input[type=text], input[type=password], input[type=file]
{
	border: solid 1px #aacfe4;
	float: left;
	font-size: 12px;
	margin: 2px 0 20px 10px;
	padding: 4px 2px;
	width: 200px;
}
.small, #notes
{
	color: #666666;
	float: left;
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
}
input[type='submit'], button
{
	background-color: #8C9CBF;
	background-image: linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
	background-image: -moz-linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
	background-image: -ms-linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
	background-image: -o-linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8C9CBF), color-stop(50%, #546A9E), color-stop(50%, #36518F), color-stop(100%, #3D5691));
	background-image: -webkit-linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
	border: 1px solid #172D6E;
	border-bottom: 1px solid #0E1D45;
	border-radius: 5px;
	box-shadow: inset 0 1px 0 0 #b1b9cb;
	clear: both;
	color: white;
	font: bold 16px "helvetica neue", helvetica, arial, sans-serif;
	moz-border-radius: 5px;
	moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
	padding: 7px 0 8px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 1px #000F4D;
	webkit-border-radius: 5px;
	webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
	width: 150px;
}
input[type='submit']:hover, button:hover
{
	background-color: #7f8dad;
	background-image: linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	background-image: -moz-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	background-image: -ms-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	background-image: -o-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f8dad), color-stop(50%, #4a5e8c), color-stop(50%, #2f477d), color-stop(100%, #364c80));
	background-image: -webkit-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	cursor: pointer;
}
input[type='submit']:active, button:active
{
	box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
	moz-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
	webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
}