select
{
	background-color:#fff;
	border:1px solid #ccc;
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	box-sizing:border-box;
	color:rgba(0,0,0,0.75);
	font-family:inherit;
	font-size:0.875em;
	margin:0 0 1em 0;
	-moz-box-sizing:border-box;
	-moz-transition:all 0.15s linear;
	padding:0.5em;
	transition:all 0.15s linear;
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-sizing:border-box;
	-webkit-transition:all 0.15s linear;
	width:100%;
}
select:focus
{
	background:#fafafa;
	border-color:#999;
	outline:none;
}
select[disabled]
{
	background-color:#ddd;
}select.third-width{	width: 32% !important;}