/**
 * bForm
 */
#bForm {
	border: 1px solid #d9d9d9;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	/*padding-left: 10px;
	padding-right: 10px;*/
	overflow: hidden;
	/***height: 1%;***/
	/***margin-bottom: 10px;***/
	width: 650px;
	/***/
	float:left;
	}

	#bForm h2 {
		margin-left: 10px;
		}
	
	#bForm .fieldset_block {
		border: 1px solid #CACACA;
		padding: 5px;
		}
	
	#bForm select {
		width: 250px;
	}
	/**
	* Fix dropdown's width for inline datepicker.
	*/	
	#bForm span select {
	   width: 70px;
	}
	
	#bForm #rulesLink { padding: 5px; }

#bFieldsLeft,
#bFieldsRight,
#bFieldsLeft2,
#bFieldsRight2
{ 
	float: left;
	width: 325px;
	display: inline;
	text-align: left;
	}

	#bFieldsLeft ul,
	#bFieldsRight ul,
	#bFieldsLeft2 ul,
	#bFieldsRight2 ul
	 { 
		border-top: 1px solid #d9d9d9;
		padding-left: 10px;
		padding-right: 10px;
		/*background: #fff url(/images/bg-column.png) scroll repeat-y top right;*/
		}

	#bFieldsRight ul {
		background: none;
		}

		#bFieldsLeft ul li,
		#bFieldsRight ul li,
		#bFieldsLeft2 ul li,
		#bFieldsRight2 ul li
		{
			padding: 10px 0;
			}

			#bFieldsLeft ul li p,
			#bFieldsRight ul li p { text-align: left; }

			#bFieldsLeft ul li .field,
			#bFieldsRight ul li .field { 
				width: 140px; 
				}
			#bFieldsLeft ul li p.hint,
			#bFieldsRight ul li p.hint {
				font-size: 11px;	
				color: #9f9f9f;
				}

			/*#bForm li input,*/
			/*#bFieldsLeft ul li label,
			#bFieldsRight ul li label*/
			#bFieldsLeft ul li label.optional,
			#bFieldsRight ul li label.optional,
			#bFieldsLeft ul li label.required,
			#bFieldsRight ul li label.required 
			{ 
				display: block;
				}

		#bFieldsLeft ul li.submit .buttonGreen, 
		#bFieldsRight ul li.submit .buttonGreen { margin-bottom: 10px; }

			#bFieldsLeft ul li.submit input,
			#bFieldsRight ul li.submit input {
				display: none;
				border: none;
				color: #fff;
				width: 100px;
				height: 21px;
				background: transparent url(/images/bg-search-btn.png) scroll repeat-x top left;
				}			
		
#bFieldsLeft ul.errors li,
#bFieldsRight ul.errors li,
#bFieldsLeft div.errors {
 	line-height: 12px;
 	padding: 5px 0;
	clear: both;
	color: red;
}
#bFieldsLeft ul.errors, 
#bFieldsRight ul.errors {
	background: none;
	border-top: 0px;
}


.DL_List {
	width: 250px; 
	height:100px;
}
.DL_BtAdd,
.DL_BtRemove {
	border: none;
	color: #fff;
	width: 30px;
	height: 21px;
	background: transparent url(/images/bg-search-btn.png) scroll repeat-x top left;
}

.DL_BtDrop {
	border: none;
	color: #fff;
	width: 12px;
	height: 12px;
	/*background: transparent url(/images/bg-search-btn-red.png) scroll repeat-x top left;*/
	background: transparent url(/images/minus.gif) scroll no-repeat top left;
}

.radiogroup_reg {
	overflow: hidden;
}

	.radiogroup_reg label {
		display: inline;
	}
	.radiogroup_reg label.optional {
		width: 100%;
	}
	
/*
* profile. additional info
*/
.addinfo_textarea {
	width: 250px;
	height: 100px;
}

.DLS_Select {
	width: 185px;
}
.DLS_List {
	width: 250px; 
	height:100px;
}
.DLS_BtAdd,
.DLS_BtRemove {
	border: none;
	color: #fff;
	width: 30px;
	height: 21px;
	background: transparent url(/images/bg-search-btn.png) scroll repeat-x top left;
}


