/* CSS Document */
#passbox{
	width:450px;
	height:350px;
	float:left;
}
#passbox1{
	width:450px;
	height:20px;
	float:left;
	margin-top:30px;
	text-align:center;
	color:#333333;
	font-size:14px;
	background:#f5f5f5;
}
#passtext{
	width:440px;
	float:left;
	margin-top:30px;
	padding-left:10px;
	color:#CC0000;
	font-size:18px;
	font-weight:bold;
}
#passtext1{
	width:440px;
	height:25px;
	float:left;
	padding-left:10px;
	border-bottom:#666666 1px solid;
	color:#333333;
	font-size:12px;
}
#passbox2{
	width:450px;
	float:left;
	margin-top:30px;
	text-align:center;
	color:#CC0000;
	font-size:14px;
	font-weight:bold;
	background:#f5f5f5;
}
#passtext2{
	width:450px;
	height:25px;
	float:left;
	margin-top:30px;
	border-bottom:#666666 1px solid;
}
#passbutton{
	width:450px;
	height:25px;
	float:left;
	margin-top:10px;
	text-align:center;
}