/* 
    Document   : custom_form_element
    Created on : Jan 9, 2010, 12:46:29 PM
    Author     : huszy
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.custom-checkbox, .custom-radio {
	width: 17px;
	height: 19px;
	/*padding: 0 5px 0 0;*/
	background: url(../img/custom_checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
    cursor: pointer;
}
.custom-radio {
	background: url(../img/custom_radio.png) no-repeat;
}
.custom-select {
	position: absolute;
	/* width: 63px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	/*padding: 0 24px 0 8px;*/
	/*color: #fff;*/
	/*font: 12px/21px arial,sans-serif;*/
	background: url(../img/custom_select.png) no-repeat top right;
    padding-left:4px;
    text-align:left;
	overflow: hidden;
    padding-top:2px;
}