input[type="checkbox"] {
   /* display:none;*/
	
    position:absolute;
    /* Match the image dimensions */
    width:22px;
    height:22px;
    /* Reset anything that could peek out or interfere with dimensions */
    overflow:hidden;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    opacity:0;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/sub/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(../images/sub/check_radio_sheet.png) -19px top no-repeat;
}

input[type="radio"] {
   /* display:none;*/

    position:absolute;
    /* Match the image dimensions */
    width:13px;
    height:12px;
    /* Reset anything that could peek out or interfere with dimensions */
    overflow:hidden;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    opacity:0;
}



input[type="radio"] + label span {
    display:inline-block;
    width:13px;
    height:12px;
    background:url(../images/sub/radiooff.png) no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url(../images/sub/radioon.png) no-repeat;
}


.styled-select select {
	background: transparent;
	color:#79AC36;
   	border:none;
	height:25px;
	width:280px;
	outline:none;
	padding-left: 4px;
	-webkit-appearance: none;
   }

.styled-select {
   	border:1px solid #15703B;
	border-radius:6px;
	outline:none;	
	width: 260px;
	height:25px;
	overflow: hidden;
	background: url(../images/sub/selectdroparrow.png) no-repeat 97%;
   }
   
.styled-selectl select {
	background: transparent;
	color:#79AC36;
   	border:none;
	height:25px;
	width:370px;
	outline:none;
	padding-left: 4px;
	-webkit-appearance: none;
   }

.styled-selectl {
   	border:1px solid #15703B;
	border-radius:6px;
	outline:none;	
	width: 350px;
	height:25px;
	overflow: hidden;
	background: url(../images/sub/selectdroparrow.png) no-repeat 97%;
   }
      
.styled-selects select {
	background: transparent;
	color:#79AC36;
   	border:none;
	height:25px;
	width:120px;
	outline:none;
	padding-left: 4px;
	-webkit-appearance: none;
   }

.styled-selects {
   	border:1px solid #15703B;
	border-radius:6px;
	outline:none;	
	width: 100px;
	height:25px;
	overflow: hidden;
	background: url(../images/sub/selectdroparrow.png) no-repeat 97%;
   }
   
   
.styled-selectss select {
	background: transparent;
	color:#79AC36;
   	border:none;
	height:25px;
	width:90px;
	outline:none;
	padding-left: 4px;
	-webkit-appearance: none;
   }

.styled-selectss {
   	border:1px solid #15703B;
	border-radius:6px;
	outline:none;	
	width: 70px;
	height:25px;
	overflow: hidden;
	background: url(../images/sub/selectdroparrow.png) no-repeat 97%;
   }

      
.styled-selectsslg select {
	background: transparent;
	color:#79AC36;
   	border:none;
	height:25px;
	width:90px;
	outline:none;
	padding-left: 4px;
	-webkit-appearance: none;
   }

.styled-selectsslg {
   	border:1px solid #79AC36;
	border-radius:6px;
	outline:none;	
	width: 70px;
	height:25px;
	overflow: hidden;
	background: url(../images/sub/selectdroparrow.png) no-repeat 97%;
   }
   
       
.styled-select2s select {
	background: transparent;
	color:#79AC36;
   	border:none;
	height:25px;
	width:140px;
	outline:none;
	padding-left: 4px;
	-webkit-appearance: none;
   }

.styled-select2s {
   	border:1px solid #15703B;
	border-radius:6px;
	outline:none;	
	width: 120px;
	height:25px;
	overflow: hidden;
	background: url(../images/sub/selectdrop2arrow.png) no-repeat 99%;
   }
   
   
       
.styled-select2ss select {
	background: transparent;
	color:#79AC36;
   	border:none;
	height:25px;
	width:110px;
	outline:none;
	padding-left: 4px;
	-webkit-appearance: none;
   }

.styled-select2ss {
   	border:1px solid #15703B;
	border-radius:6px;
	outline:none;	
	width: 90px;
	height:25px;
	overflow: hidden;
	background: url(../images/sub/selectdrop2arrow.png) no-repeat 99%;
   }