/* =======================================

		Main Stylesheet
		
		Building on Twitter Bootstrap
		http://twitter.github.com/bootstrap/
		
========================================== */


/* New styles below */

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: bold;*/
	color: red;
	  padding: 2px 8px;
	  margin-top: 2px;
}

.valid {
	overflow:hidden;display:inline;
}

.spanF{
    overflow:hidden;display:inline;
}
.spanF label, .spanF input {
	display:inline-block;
}
.spanF input {
    width:88%;
	margin-bottom: 14px;
}

.modal .spanF input{	
	margin-left: 3%;
}