body {
	background-color: #0c0c0c repeat-x;
        background: url(clouds.jpg) no-repeat center center fixed;
        background-size:cover;
	font: 75%/170% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
a { color: #55aaff; }
#loginform {
	text-align:center;
	background-color: #87CEFA;
        background: url(clouds2.jpg);
	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: metal mania;

}
.powered {
	font-family: Arial;
	color: #FF8700;
	font-size: 10px;
	line-height: 14px;
	font-weight:bold;
}
.copyright {
	font-family: Arial;
	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 #302e30;

	background-color: #ea4d00;
        background: url(welcome.jpg);
	text-shadow: 0px 1px 0px #000;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	cursor: pointer;

}
.submit:hover {
	background: #ff6600;
}