
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

/* --------------- General ---------------*/

body {
    font-family: 'Lato', sans-serif;
	font-style:normal;
	font-size:1.1em;
	font-weight:400;
	padding:0;
	margin:0;
	color:#383532;
	line-height: 1.5;
	background-color:transparent;
}
a {
    color:#014c93;
	text-decoration:underline;
}
a:hover {
    text-decoration:none;
}
input {
    font-family: 'Lato', sans-serif;
	font-style:normal;
	font-weight:400;
	color:#383532;
	box-sizing:border-box;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* --------------- Login ---------------*/


.login-inputs {
	width:100%;
	overflow:hidden;	
}
.login-inputs input {
	border: 1px solid #d2bc9a;
	border-radius:3px;
	box-shadow: 2px 2px 2px #ececea inset;
	display: block;
	line-height: 19px;
	margin:0;
	outline: 0 none;
	padding: 6px 12px;
	width: 100%;
}
.login-row {
	width:100%;
	overflow:hidden;
	margin-top:	7px;
}
.login-links {
	width:60%;
	float:left;
	padding-top:7px;
	font-size:0.875em;
}
.login-links a {
	color:#313131;
	text-decoration:none;
}
.login-links a:hover {
	text-decoration:underline;
}
.login-button {
	width:40%;
	float:left;
	text-align:right;
}

/* --------------- Buttons ---------------*/

/* Default Green Button */
input.button {
	background-color:#0a3b23; /*Fallback*/
	background: -webkit-gradient(linear, left top, left bottom, from(#336d50), to(#0a3b23)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #336d50, #0a3b23); /* Chrome 10+, Saf5.1+ */
	background: -moz-linear-gradient(top, #336d50, #0a3b23); /* FF3.6+ */
	background: -o-linear-gradient(top, #336d50, #0a3b23); /* Opera 11.10+ */
	background: linear-gradient(to bottom, #336d50, #0a3b23); /* W3C */
	color: #fff;
	border:0 none;
	outline:0 none;
    border-radius: 3px;
	font-size:16px;
	cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
    padding: 8px 16px;
    text-decoration: none;
	vertical-align:middle;
}

input.button:hover {
	background: #336d50;
	text-decoration: none;
}
