@charset "utf-8";
/* CSS Document */
td {
	vertical-align: top;
}
div.loginbox {
	width: 340px;
	float: left;
	color:#000000;
	background: url(../graphics/orangestrokebox-repeat.jpg);
	font-size: 11px;
}
div.loginbox-gradient  {
	background: url(../graphics/orangestrokebox-gradient.jpg) bottom no-repeat;
}

div.loginbox-top  {
	background:url(../graphics/orangestrokebox-top.jpg);
	height: 10px;
}

div.loginbox-bottom  {
	background:url(../graphics/orangestrokebox-bottom.jpg);
	height: 11px;
}

div.loginbox h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom:20px;
}

div.loginbox-content {
	padding: 10px;	
	padding-left: 20px;
	padding-right: 20px;
}

div.loginbox input.loginput {
	width: 210px;
	padding: 5px;
	font-size:13px;
	color: #033C69;
}
div.loginbox input.loginbutton, .bluebtn, a.greengradient {
	font-size:13px;
	padding: 4px;
	cursor: pointer;
	margin: auto;
	background: url(../graphics/blue-gradient.jpg) 0px -132px repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #033C69;
	margin-top:10px;
	margin-right: 5px;
	float: right;
}
.bluebtn {
	float:left;
}
a.greengradient {
	float: left;
	text-decoration: none;
	background: url(../graphics/green-gradient.jpg) 0px -132px repeat-x; 
	margin-top: 10px;
	margin-bottom: 10px;
}
a.forgotpass {
	font-size: 10px;
	text-decoration: none;
	color: #033C69;
	display: block;
	text-align: right;
}

.formlabel {
	width: 125px;
}
div.loginbox table.signupform input {
	width: 150px;
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:12px;
	float: right;
	color: #033C69;
}