body {
	font: 0.8em/21px arial,sans-serif;
}

.checkbox, .radio {
	width: 24px;
	height: 24px;
	padding: 0 5px 0 0;
	background: url(checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 226px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 34px;
	padding: 4px 24px 0 8px;
	font: 12px/21px arial,sans-serif;
	background: url(select.png) no-repeat;
	overflow: hidden;
}
.input_wrap{ height:29px; background:url(input.png);}
.logb_input_wrap{ margin:0 10px  0 0}
	.input_wrap input{ border:none; background:none; height:30px; padding:0 0 0 7px; float:left}
		.input_wrap span{ display:block; height:29px; width:5px; background:url(input.png) -398px 0 no-repeat;  float:left}
		
.expand_fline{ margin:6px 0 8px; clear:both;}		
	.expand_fline > label{ font:bold 14px/1.33 Arial; cursor:pointer;}
	
.ui-datepicker-trigger{
	display:block;
	width:26px; height:26px;
	position: absolute;
	top:2px; right:-29px;
	cursor:pointer;
}	
.styled_select_big .select{ font-size:15px; font-weight:bold;}
.make_alert{ color:#000; display:inline-block; clear:both; background:#FDBE0F; font-weight:bold; margin:7px 0 ; padding:2px 8px 3px; text-decoration:none}