*{
	font-family: arial, san-serif;
	border: 0;
	margin: 0;
	padding: 0;
}

body{
	background-color: #EEE;
	color: #222;
	min-width: 770px;
	font-size: 12px;
}

input,
select{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=date],
select{
	border: 1px solid #CCC;
}

input[type=text],
input[type=email],
input[type=password]{
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	background-color: white;
}

h1,
h2,
h3,
h4{
	margin: 0 0 .5em 0;
}

input[type=submit],
input[type=button],
button{
	cursor: pointer;
	display: block;
	box-shadow: inset 0 -1px 1px rgba(0,0,0,0.4), inset 0 1px 1px rgba(255,255,255,1), 2px 4px 2px -2px rgba(0,0,0,0.1);
	border-radius: 6px;
	background-color: #DDD;
	padding: 0 10px;
	height: 30px;
	line-height: 32px;
}

input[type=submit]:hover,
input[type=button]:hover,
button:hover{
	background-color: white;
}

.btnPrimary,
input[type=button].btnPrimary{
	background-color: #01528F;
	color: #EEE;
}
