/* CSS Document */
#KForm_wrap{

	position: relative; 
	width: 500px; 
	height: 100%; 
	margin: 50% auto; 
	/*display: none;*/
	background-color:#FFFFFF;

}
/* This class below can be modified to show different type and box dimension */
#KForm_error {
	text-align: center; 
	/*position: absolute; 
	top: 50%; 
	left: 50%; 
	/*height: 100px; */
	/*margin-top: -50px; */
	width: 250px; 
	/*margin-left: -250px; */
	background-color:#FFFFFF;
	color: #FF0000;
	padding:10px 0px;
	filter: Alpha(Opacity=90);
	opacity:0.9;
	border:1px solid #FF0000;
	font-weight:bold;
}	

#KForm_content {

	padding:10px;
	border:1px solid #FF0000;
	color: #FF0000;
	font-size:11px; 
	background-color:#FFFFFF;
}

.KForm_hide { display: none; }
.KForm_show { display: block; }
