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

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


/* New styles below */


		label {
		  color: black;
		}

		label.valid {
		  width: 24px;
		  height: 24px;
		  background: url(../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;
		}
		

// validation message
#success_message						{ width:300px;margin:60px 0 0 100px;}
#success_message h2						{ font-size:120%;color:#5e8c00; margin:6px auto 0px 60px;}
#success_message p						{ color: #5e8c00;font-weight:bold;margin:6px auto 0px 60px; }
#checkmark								{position: relative; top:-50px; }