
	 
	small {
	    letter-spacing: 1px;
	    font-size: 11px;
	    font-style: italic;
	    color: #9e9e9e;
	}
	 
	.info {
	    /*padding: 5px;*/
	    font-size: 11px;
	    color: #fff;
	    position: absolute;
	    display: none;
	    /*-webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    -webkit-box-shadow: -1px 1px 2px #a9a9a9;
	    -moz-box-shadow: -1px 1px 2px #a9a9a9;
	    box-shadow: -1px 1px 2px #a9a9a9;*/
	}
	 
	.error {
	   /* background: #f60000;
	    border: 3px solid #d50000;*/
		z-index:2;
		color:#FF0000;
		font-weight:bold;
	 
	}
	 
	.correct {
	  /*  background: #56d800;
	    border: 3px solid #008000;*/
	}
	 
	.normal {
	    font-weight: normal;
	    color: #222;
	}
	 
