body {
	background: #0c0c0c repeat-x;
	font: 75%/170% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
a { color: #55aaff; }
#loginform {
	text-align:center;
	background: #000000;
	margin: 20px 0 20px 30px;
	border-radius: 20px;
	padding: 30px;
	color: #172431;
	display: block;
	width: 700px;      
	box-shadow: 0 0 1px 1px #302e30;
}
.pass {
	color: #CCCCCC;
	font-weight:bold;
	font-family: Bookman Old Style;
}
.powered {
  font-family: Arial, sans-serif;
  color: #ff8700;
  font-size: 10px;
  line-height: 16px;
  font-weight: bold;
}

.copyright {
  font-family: Arial, sans-serif;
  line-height: 14px;
  color: #cccccc;
  font-size: 10px;
  font-weight: bold;
}

.copyright a {
  color: red;
  text-decoration: none;
}

.submit {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 5px 10px 5px 10px;
	border: solid 1px #CCC;

	background: #ea4d00;
	text-shadow: 0px 1px 0px #000;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	box-shadow: 0 1px 3px #111;
	-moz-box-shadow: 3px 3px 1px #999;
	-webkit-box-shadow: 3px 3px 1px #999;

	cursor: pointer;

}
.submit:hover {
	background: #ff6600;
}