@charset "utf-8";
/* CSS Document */

form{
	margin-bottom: 1em;
	border-bottom: 1px;
	text-transform: uppercase;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
}
input[type="submit"]{
	
    background: #3E4F6E;
	color: #FFF;
	padding: .3em .4em;
	font-size: .9em;
	width: 325px;
	cursor: pointer;
    border: 0; 




	
}
