@charset "utf-8";
/* CSS Document */
.lbl_cpw{font-weight:bolder;}
.txt_pwd{
	border:solid 1px #000; 
	font-family:"Comic Sans MS", cursive; 
	width:100px;
}
.err_cpw{
	color:#F00; 
	width:300px; 
}
#err_msg{
	color:#F00;
	font-weight:bolder; 
	height:30px; 
	padding:0px; 
	margin:0px;
}

