.select {
	position: absolute;
	width: 268px!important; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 35px;
	padding: 0 0 0 4px;
	font-family: 'SourceSansProLight';
        font-size:10pt;
        color:#9a9a9a;
        cursor:pointer;
	background: url(../images/select2.png) no-repeat;
	overflow: hidden;
	border:solid;
	border-color:#c7c5c5;
	border-width:1px;
	line-height:35px;
        display:block;
}
.styled{
	width:274px!important;
	height:35px!important;
        font-family: 'SourceSansProLight';
        font-size:10pt;
        color:#9a9a9a;
        cursor:pointer;
        display:block!important;
}