select {
width : 100% ;
padding-right:5px;
padding-left:5px;
margin-bottom:2em;
color: #ffffff;
font-family: 'Source Sans Pro', sans-serif;
		font-size: 12pt;
		font-weight: 300;
		border-width : 2px;
		border-color :DodgerBlue;	
	 background-color: #3243DB;	}


input[type=button], input[type=submit], input[type=reset], button, .button {
	padding: 2px 15px;
	margin: 3px 4px;
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	background: #2D3CC5;
	background: linear-gradient(top, #2D3CC5 0%, #3243DB 100%);
	background: -moz-linear-gradient(top, #2D3CC5 0%, #3243DB 100%);
	background: -webkit-linear-gradient(top, #2D3CC5 0%, #3243DB 100%);
	background: -o-linear-gradient(top, #2D3CC5 0%, #3243DB 100%);
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
	-webkit-box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
	-o-box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, button:hover, .button:hover {
	background: linear-gradient(top, #1E90FF 0%, #2D3CC5 100%);
	background: -moz-linear-gradient(top, #1E90FF 0%, #2D3CC5 100%);
	background: -webkit-linear-gradient(top, #1E90FF 0%, #2D3CC5 100%);
	background: -o-linear-gradient(top, #1E90FF 0%, #2D3CC5 100%);
}
input[type=button]:active, input[type=submit]:active, input[type=reset]:active, button:active, .button:active{
	opacity:0.8;
}