﻿div#signinheader
{
	height:40px;
	width:100%;
	background:url("../img/SignInOrangeBox.jpg") no-repeat;
}
div#signinform
{
	padding:20px 10px 10px 10px;
	height:220px;
	background:url("../img/OrangeGrad.png") repeat-x;
	margin-right: auto;
	margin-left: auto;
}
div#signinform div
{
	padding:5px 5px 5px 5px;
	
}

.signinbutton
{
	border: none;
	width:140px;
	height:27px;
	background:url("../img/SignIn.jpg") no-repeat;
}
div#register
{
	text-align:center;
	width:100%;
}

div#register a
{
	display:block;
	background:url("../img/Register.jpg") repeat-x;
	height:27px;
	width:140px;
	text-indent:-9000px;
}

div#signinform, .nice-font
{
	color: #333333;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size: 14px;
	text-transform: uppercase;
}
div#howitworks
{
	height:40px;
	width:100%;
	background:url("../img/SeeHowItWorks.jpg") no-repeat;
}