@CHARSET "UTF-8";

.alert {
	width: auto;
	line-height: 20px;
	margin:2px 0 0 0;
	padding: 2px;
	background:#eee;
	border:solid 1px #ccc;
	color:#f00;
}
.info {
	width: auto;
	line-height: 20px;
	margin:2px 0 0 0;
	padding: 2px;
	background: #d7f8f8;
	border: solid 1px #06C;
	color:#06C;
}
.normal {
	line-height: 20px;
}

#pwdbox {
	height: 10px;
	width: 200px;
	border: solid 1px #EEE;
}

#processA {
	height: 10px;
	float: left;
}

#processB {
	height: 10px;
	background: #E5E5E5;
	float: right;
}

.pa0 {
	background: red;
	width: 50px;
}

.pa1 {
	background: green;
	width: 100px;
}

.pa2 {
	background: #f79b09;
	width: 150px;
}

.pa3 {
	background: #081f92;
	width: 200px;
}

.pa4 {
	background: #CCC;
	width: 200px;
}

.pb0 {
	width: 150px;
}

.pb1 {
	width: 100px;
}

.pb2 {
	width: 50px;
}

.pb3 {
	width: 0px;
}
