@charset "UTF-8";
/* CSS Document */

body {
	background-color: #8396a4;
	
}.scroll-bar {
	border: 2px ridge #666;
	font-family: "Times New Roman", Times, serif;
	background-color:#f6eff7;
	padding-left: 3px;
}
.title {
	color: #FFF;
	font:"Times New Roman", Times, serif;
	font:bolder;
	font-weight:600;
}
#password {
	position:absolute;
	background-color:#f6eff7;
	width: 350px;
	height: 210px;
	left: 50%;
	top:50%;
	margin-left: -175px;
	margin-top: -105px;
}
#button{
	border-radius: 0px;
	color: #000;
	font:"Times New Roman", Times, serif;
	background-color: #CCC;
	border-style:ridge;
	border-color:#000;
	box-shadow: 0px 1px 2px 0px #000;
	margin-bottom: 10px;
}
.pass {
	border-radius: 0px;
}
#text{
	color: #000;
	font: "Times New Roman", Times, serif;
	text-align: center;
}