
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 0px 0 0;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	
}
.radio {
	background: url(../images/radio.png) no-repeat;
}
.select {
	clear:both;
	position: absolute;
	 /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 26px;
	width:148px;
	padding: 6px 25px 0 9px;
	color: #fff;
 font-family: 'Montserrat', sans-serif !important; 
	font-size:1.1em;
	background: url(../images/select.png) no-repeat;
	background-repeat:no-repeat;
	background-position: right center;
	overflow: hidden;
	text-align:left;
	
	
}

div { margin: 0px; }

/* -------------------- Select Box Styles: bavotasan.com Method (with special adaptations by ericrasch.com) */
/* -------------------- Source: http://bavotasan.com/2011/style-select-box-using-only-css/ */
.styled-select {
   background: url(../images/select-dropdown.png) no-repeat right 0 ;
   height: 32px;
   overflow: hidden;
   width: 100%;border:1px solid rgba(255,255,255,0.3);
}

.styled-select select {
	-webkit-appearance:none ;
   background: transparent;
	background: #efefef;
   border: none;
   font-size: 14px;
   height: 32px;
   padding: 8px; /* If you add too much padding here, the options won't show in IE */
   width: 100%;
}

.semi-square {
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
}

.blue    { background-color: #fff; }
.blue select    { color: #000; }
.blue select option    { /*color: #fff;*/ }
@media only screen 
and (min-width : 0px) 
and (max-width : 991px){
	width:148px;
}


@media only screen 
and (min-width : 0px) 
and (max-width : 480px){
	width:148px;
	
}