/**
 *
 *  Copyright 2010 Universitat Pompeu Fabra.
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *       http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 *
 */

span.checkbox {
   width: 19px;
   height: 25px;
   padding: 0 5px 0 0;
   background: url(../images/checkbox.gif) no-repeat;
   display: block;
   clear: left;
   float: left;
}
  
span.radio {
	width: 19px;
   height: 25px;
   padding: 0 5px 0 0;
   background: url(../images/radio.gif) no-repeat;
   display: block;
   clear: left;
   float: left;
}

span.select {
	position: absolute;
	margin-top: 1px;
   width: 221px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
   height: 16px;
   padding: 2px 24px 2px 8px;
   color: #387186;
   font-size: 13px;
   background: url(../images/selectbg.png) no-repeat;
   overflow: hidden;
}

span.smallselect {
	position: absolute;
	margin-top: 3px;
   width: 100px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
   height: 16px;
   padding: 2px 24px 2px 8px;
   color: #387186;
   font-size: 13px;
   background: url(../images/selectbgs.png) no-repeat; 
   overflow: hidden;
}
