/* New styles below */

		label.valid {
		  width: 24px;
		  height: 24px;
		  
		  display: inline-block;
		  text-indent: -9999px;
		}
		label.error {
			font-weight: bold;
			color: red;
			padding: 2px 8px;
			margin-top: 2px;
		}



/* Added by Greg Johnson --------------------------------------- */


.noDisplay{	display: none; }


legend { margin-bottom: 0px !important; border: none !important; }
form{ margin: 0; }

.notReady { color: #c4caca !important; padding-top: 10px; padding-bottom: 10px; border-top: 1px solid #e5ebeb; }
.completed { color: #333; padding-top: 10px; padding-bottom: 10px; }
.completed:hover{ background: #e5ebeb; cursor: pointer; }
.completed legend { color: #333; }
.ready { color: #ff5500; border-top: 1px solid #ff5500; }
.ready legend{ color: #ff5500 !important; padding-top: 10px; }
.control-label { color: #333; font-size: 16px; }

.collapsed { padding: 10px 0 10px 0; border-bottom: 1px solid #85bbdd; }
.normalLineHeight{ line-height: 1em; }
