	body
	{
	width:760px;
	background-color: #202020;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(image/bg_tile.gif);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	}
	
	#password
	{
	height: auto;
	width: auto;
	position: fixed;
	float: none;
	margin: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 314px;
	}
	
	.text_box
		{
	background-image: url(image/bg_tile.gif);
	background-color: #000000;
	height: 14px;
	width: 125px;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #666666;
	float: left;
	padding: 0px;
	text-align: center;
	margin-right: 6px;
	}
	
	
	.basic_text
	{
	font-family: Tahoma;
	font-size: 12px;
	color: 999999;
	}
	
	.basic_text_button
	{
	border: 1px solid #666666;
	font-family: Tahoma;
	font-size: 12px;
	color: #66CC33;
	text-decoration: none;
	text-transform: capitalize;
	background-color: #333333;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-right: 6px;
	}


