	
inputField	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0; 
	padding:0;
	position: relative;
	/* preload image */
 	background: white url(/css/images/navleft.gif) no-repeat -1000px;
 	font-size: 100%;
}


.Column	{
	margin: 0;
	padding: 0;
	width: auto;	
	font-size: .9em;	
	}
	

.quick-alert {
   width: 90%;
   margin: 1em 0;
   padding: .3em;
   background: #azure;
   border: 0px solid teal;  /* #a00; */
   color: olivedrab; /* #a00; */
   font-weight: normal;
   display: none;
 }
 
 
.error-alert {
   width: 90%;
   margin: 1em 0;
   padding: .3em;
   background: #azure;
   border: 0px solid teal;  /* #a00; */
   color: orange; /* #a00; */
   font-weight: normal;
   display: none;
 }
 
  
 	#feedback,
 	.ktoLayer {
 		border: 1px solid black;
 		-moz-border-radius: 7px;
 		border-radius: 7px;
 		position: relative;
 		left: 0;
 		top: 0;
 		width: 360px;
 		background-color: #fff;
 		display: none;
 		align: left;
 	}
 	
 	.ktoLayer {
 		top: 320px;
 	}
 	
 	#feedback .titleBar,
 	.ktoLayer .titleBar {
 	
 	}
 	
 	#feedback .body,
 	.ktoLayer .body {
 		padding: 10px;
 	}
 	
 	#feedback .body #comment,
 	#feedback .body #captcha {
 		width:300px;
 	}
 	
 	#feedback span.closer,
 	.ktoLayer span.closer {
 	
 		float: right;
 /* 		cursor: pointer; */
 		margin-top: 5px;
 		margin-right: 5px;
 /* 		font-weight: bold; */
 	}
 	
 	#feedback span.closer a:link,
 	#feedback span.closer a:visited,
 	.ktoLayer span.closer a:link, 
 	.ktoLayer span.closer a:visited {
 	
 		font-weight: normal;
 	}
 	
 	#feedback span.closer a:hover,
 	.ktoLayer span.closer a:hover {
 	
 		color: #0057AE;
 	}
 	
