#masthead{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	XXbackground-image: url("/images/background.gif");
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}
#errors{
	font-size: 12px;
	color: red;
}

#container{ margin-top: 40px; }
#password-container{
	width: 400px;
	position: relative;
	background-color: #000000;
	border: 3px solid black;
}
#title{
	border-bottom: 3px solid black;
	background: #F2FFCC;
	font-size: 25px;
	font-weight: bold;
}
#instructions{
	padding: 3px;
	font-size: 10px;
}
#pwd{
        width: 250px;
        height: 30px;
        font-family: courier;
        font-weight: bold;
        font-size: 1.5em;
        text-align: center;
}
#submit-button{
	background-color: white;
        background-image: url('../images/submit_button.gif');
        width: 250px;
        height: 30px;
	font-weight: bold;
	border: 1px solid black;
}