* {	margin:0; padding:0;}

body {
	background: #000;
	background-image:url('/images/violinist.jpg'); 
	background-repeat: no-repeat; 
	background-position: right top;
    text-align: center;
}

form {
    text-align: left;
	background:#ff9;
	background-image:url('/images/bg.jpg');
	padding:1em;
	border:1px solid #fff;
	width:30em;
    margin-top: 30px;
    margin-bottom: 10px;
 	margin-left: auto;
	margin-right: auto; 
}


fieldset div {
	margin:0.3em 0;
	clear:both;
}

label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
    color: #000;
    font-weight: bold;
}

#stay-label {
    text-align: left;
}
legend {
	color:#006600;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}
input {
	padding:0.15em;
	width:10em;
	border:1px solid #0d0;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#a5a5a5;
	background:#f6fff6;
} 
fieldset {
	border:1px solid #fff;
	padding:0 0.5em 0.5em;
}

input.default {
	color:#9b9;
}

#stay-logged-in {
    float: right;
    text-align: right;
    width: 2em;
}
#submit-go {
	margin-top:1em;
	width:7em;
	height:2em;
	overflow:hidden;
	border:1;
	display:block;
	cursor:pointer !important; cursor:hand;

 	margin-left: auto;
	margin-right: auto; 
}
#submit-go:hover {
	background-position:0 -26px;
}

#forgot-password {
	text-align: right;
	width: 100%;
}

.forgot-password a:link, .forgot-password a:active, .forgot-password a:visited
{
    color: #099;
    font-weight: bold;
    font-family: "helvetica";
    font-size: .8em;
}

.forgot-password a:hover
{
    color: #09f;
    font-weight: bold;
}

#bottom-links {
    width: 100%;
    text-align: center;
    color: #ff0000;
	margin-top: 20px;
}

.bottom-links a:link, .botton-links a:active, .bottom-links a:visited
{
    color: #09f;
    margin-left: 1em;
    margin-right: 1em;
}
.bottom-links a:hover
{
    color: #fff;
}

#copyright {
	width: 100%;
	color: #99cc99;
	font-size: .8em;
	font-family: Helvetica;
 	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-align: center;
}
#title {
    background-image:url('/images/practicelog.png'); 
    width: 600px; 
    height: 167px; 
    margin-right: auto; 
    margin-left: auto;
    text-indent:-9999px;
}
#announcements, #content {
    width: 480px;
    margin-right: auto;
    margin-left: auto;
    color: #99cc99;
}


#announcements ul li , #content ul li{
    text-align: left;
    width: 480px;
    padding: 1em;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1 em;
    margin-bottom: 1 em;
    list-style-type: none;
}

#selected {
    font-weight: bold;
}

