@import url('assets/css/bootstrap.min.css');
@import url('assets/css/bootstrap-responsive.min.css');

/* New styles below */


*{
	font-family: Arial, Verdana;
	color: #88C988;
}
		label.valid {
		  width: 24px;
		  height: 24px;
		  background: url(assets/img/valid.png) center center no-repeat;
		  display: inline-block;
		  text-indent: -9999px;
		}
		label.error {
			font-weight: normal;
			color: red;
			padding: 2px 8px;
			margin-top: 2px;
		}
		
		
		.text03 {
			font-family: Arial, Verdana;
			color: #88C988;
			font-size: 14px;
			line-height: 19px;
			font-weight: normal;
		}
