
/* BEGIN - Your CSS styling starts here */

#form_2 .foobar {
	display: none;
}

#form_123 .foobar, #form_123_ .foobar {
	display: none;
}
.form-control,  input[type="text"]{ 
	width: auto !important ;
}
select.input-large {
	width: auto !important ;
}
div.input-append > input[type="text"]{ 
	float : left ;
}
div.span4 {
	padding: 0 5px;
	float: left ;
}
fieldset.btn-group { 
	width: 100% ;
	display: block ;
}
input[type=radio]{
	display:none !important ; 
}
input[type=text]{
	background-color:#ffe !important ;
}
/* END - Your CSS styling ends here */
fieldset.btn-group > label { 
	border: 1px solid;
}