select {
	width: 250px;
}

.fieldset_block {
	/*border: 1px solid #CACACA;*/
	border: 0px;
	padding: 6px;
	/*display: block;*/
}
#bForm .fieldset_block { border: 0px; }

.checkboxes {
	float:left; 
	clear:both;
	margin-right:5px;
}

.bDatePicker {
	float: left;
}
	.bDatePicker #dateBeginId { width: 90px; }

.timePicker {
	float: left;
	margin-left: 10px;
}

li.citiesField { overflow: hidden;}
li.citiesField div {
	width: 140px;
	float: left;
}
li.citiesField .cityToName { margin-left: 15px; }
	li.citiesField input {
		width: 140px;
	}

li.citiesField div.cityNotify {
	width: 280px;
	float: none;
	margin-bottom: 5px;
	color: red;
	clear: both;
}
ul.errors { color: red; }
#bFieldsLeft2 label, 
#bFieldsRight2 label { display: block; }
