@charset "utf-8";
/* CSS Document */

.btn_start {
height: 22px; 
width: 88px;
background: url('Icons/play.gif');
background-repeat:no-repeat;
background-color : #EEEEEE;   
border:1;
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}
.btn_stop {
height: 22px; 
width: 88px;   
background: url('Icons/stop.gif');
background-repeat:no-repeat;
background-color : #EEEEEE; 
border:1;
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}
.btn_pause {
height: 22px; 
width: 88px;   
background: url('Icons/pause.gif');
background-repeat:no-repeat;
background-color : #EEEEEE; 
border:1;
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}
.btn_restart {
height: 22px; 
width: 88px;   
background: url('Icons/reset.gif');
background-repeat:no-repeat;
background-color : #EEEEEE; 
border:1;
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}
.btn_blank {
height: 22px; 
width: 114px;   
/** background: url('Icons/null.gif'); **/
background-repeat:no-repeat;
background-color : #EEEEEE; 
font-family: Arial, Helvetica, sans-serif;
     font-size: 14px;


}
.slider_1 {
height: 32px; 
width: 100px;   
background: url('Icons/play.gif');
background-repeat:no-repeat;
background-color : #EEEEEE; 
border:1;
display:box;
box-pack:center;
box-align:center;
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}