@charset "utf-8";
/* CSS Document */

span.checkbox {
width: 19px;
height: 25px;
padding: 0px 5px 0px 0px;
background: url(../images/layout/checkbox.gif) no-repeat;
display: block;
clear: left;
float: left;
vertical-align:middle;
}
 span.radio {
 width: 19px;
height: 25px;
padding: 0px 3px 0px 0px;

background: url(../images/layout/radio.gif) no-repeat;
display: block;
line-height:25px;
clear: left;
float: left;
}
span.lable{
line-height:25px; position:relative; top:-4px;}
.fancyTXT{width:191px; font-size:8pt; overflow:auto;}
span.select {
position: absolute;
width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
height: 21px;
padding: 0px 24px 0px 8px;
color: #fff;
font: 12px/21px arial,sans-serif;
background: url(../images/layout/select.gif) no-repeat;
overflow: hidden;
}
