html {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	width : 100%;
}

body {
	margin : 0px;
	padding : 0px;
	width : 100%;
	background-color : #fff;
}

header {
	text-align:center;
	margin : auto;
	margin-top : 40px;
}

input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 5px;
  width: 100%; height: 40px;
  line-height: 40px; font-size: 17px;
  border: 1px solid #bbb;
  padding : 5px;
}


#mainformscontainer {
	width : 600px;
	height : 200px;
	margin : auto;
	margin-top : 20px;
	padding-top : 20px;
	text-align:center;
}

.formcontainer {
	text-align : center;
	line-height : 35px;
	margin-top : 10px;
}

h2 {
	color : #211850;
	font-size : 1em;
	line-height : 1em;
	margin : 0px;
	margin-top : 20px;
	padding : 0px;
}

h3 {
	color : #211850;
	font-size : 0.9em;
	line-height : 0.9em;
	margin : 0px;
	margin-top : 10px;
	padding : 0px;
}

#errormessage {
	text-align : center;
	margin-top : 15px;
	font-weight : bold;
	color : #CD3815;
}

#passwordreset {
	display : none;
}

#login_container {
	width : 100%;
	margin : auto;
}

#login_error {
	color : #ed0000;
	height : 20px;
	width : 100%;
	float : left;
	margin-top : 35px;
	font-weight : bold;
}

.button {
	background: #858585;
	background-image: -webkit-linear-gradient(top, #858585, #333333);
	background-image: -moz-linear-gradient(top, #858585, #333333);
	background-image: -ms-linear-gradient(top, #858585, #333333);
	background-image: -o-linear-gradient(top, #858585, #333333);
	background-image: linear-gradient(to bottom, #858585, #333333);
	color: #ffffff;
	padding: 8px 12px 8px 12px;
	text-decoration: none;
	cursor: pointer;
	border: none;
	border-bottom-style:solid;
	border-bottom-width : 2px;
	border-bottom-color : #211850;
	width : 280px;
	height : 50px;
	font-size:16pt;
}


@media only screen and (min-device-width: 768px) {
	input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
		-webkit-appearance: none; -moz-appearance: none;
		margin: 5px;
		width: 100%; height: 20px;
		line-height: 20px; font-size: 12px;
		border: 1px solid #bbb;
		padding : 5px;
	}

	#mainformscontainer {
		width : 400px;
	}

	.button {
		height : 30px;
		font-size : 10pt;
		line-height : 15px;
		width : 150px;
	}

}
