.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(../images/radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 220px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 22px;
	padding: 3px 0px 0 8px;
	color: #000;
	font: 13px/21px arial,sans-serif;
	background: url(../images/select.png) no-repeat;
	overflow: hidden;
}


/* FORMS UPLOAD FILES */
div.fileinputs {
	position: relative;
	width:100%;
}
div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 10;
	width:180px;
    cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#3366FF;
	height:30px;
}
input.text{
	background-color:#FFFFFF;
        border:1px solid #D8D8D8;
        height: 24px;
        width:150px;
	position:absolute;
	left:0;
	top:4px;
}
:root input[type="text"]{
	padding-top:3px;
	line-height:normal;
}
.fakefile img{
	position:absolute;
	left:157px;
	top:8px;
	padding:0;
	margin:0;
}