.checkbox, .radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background-image:url('../images/checkbox.png');
  background-repeat: no-repeat;
  display: inline-block;
  clear: left;
  /*float: left;*/
}
.radio {
  background-image:url('../images/radio.png');
  margin-top: -5px;
}



/* MY OVERRIDE  */
.select{
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	
	font-size: 16px;
	background-color: #f9f9f9;
	border: 1px solid #939393;
	border-radius: 4px;
	display: block;
	
	background-image: url(../images/select_body_right.png);
  background-position: top right;
  background-repeat:no-repeat;
	
/* 
	margin: 30px 0;
 */
	height: 34px;
	padding: 0 12px 10px 8px;
	line-height: 34px;
}


span.select{
    padding-right: 0 !important;
	white-space: nowrap;
	width: 200px !important;
}
dt.notice{
	color: #df5071;
	font-weight: cold;
	text-align: center;
}  
 .select#hour1.styled {
    /*font: 0.8em/21px arial,sans-serif;  */
  position: absolute;
  width: 100px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 23px;
  padding: 4px 12px 4px 8px;
  /*color: #fff;
  font: 12px/21px arial,sans-serif;
  background-image:url('../images/select.png');
  background-repeat: no-repeat;
  overflow: hidden;*/
  /*border: 1px solid #252d8c;*/
  background-image: url(../images/select_body_left.png),url(../images/select_body_right.png),url(../images/select_body.png);
  background-position: top left,top right,top;
  background-repeat:no-repeat,no-repeat,repeat-x;
  font-size: 12px;
  
  .select#hour2.styled {
    /*font: 0.8em/21px arial,sans-serif;  */
  position: absolute;
  width: 100px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 23px;
  padding: 4px 12px 4px 8px;
  /*color: #fff;
  font: 12px/21px arial,sans-serif;
  background-image:url('../images/select.png');
  background-repeat: no-repeat;
  overflow: hidden;*/
  /*border: 1px solid #252d8c;*/
  background-image: url(../images/select_body_left.png),url(../images/select_body_right.png),url(../images/select_body.png);
  background-position: top left,top right,top;
  background-repeat:no-repeat,no-repeat,repeat-x;
  font-size: 12px;
}
