/* =======================================

		Main Stylesheet
		
		Building on Twitter Bootstrap
		http://twitter.github.com/bootstrap/
		
========================================== */

/*@import url('bootstrap-responsive.min.css');*/
/*@import url('bootstrap.min.css');*/
/* New styles below */
fieldset{
	padding: 5px 10px;
	margin: 10px 0px;
	border-top: solid 1px silver;
}
legend{
	display: block;
	width: auto;
	padding: 5px 5px 0px 5px;
	margin: 0px 10px;
	font-size: 18px;
	line-height: 18px;
	color: none;
	border: none;
}

label.control-label {
	margin: 0px;
	padding: 0px;
	/*height: 10px;*/
}
label.error {
	display:block;
	font-weight: normal;
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
}
label.valid {
	width: 24px;
	height: 24px;
	background: url(img/valid.png) center center no-repeat;
	display: inline-block;
	text-indent: -9999px;
}
.control-group {
	margin-bottom: 20px;
	float: left;
	min-width:260px;
}
div.clear {
	clear: both;
}
