@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');

body
	{
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0;
	}

#main
	{
	width:500px;
	min-height: 600px;
	margin: 20px auto;
	padding: 0 10px;
	}

a.headerlogo img {
	width: 200px;
	height: auto;
	margin-bottom: 20px;
}

.breadcrumbs {
	font-size: 85%;
	padding-bottom: 20px;
}

#content
	{
	width:480px;
	height:auto;
	min-height:500px;
	margin: 0 auto;
	}

h1
	{
	color: #666;
	font-size:26px;
	}

h2
	{
	color: #666;
	font-size:20px;
	}

input[type='text'],
input[type='password'],
input[type='submit'] {
	outline: none;
	}

input[type='text'], input[type='password']
	{
	border: solid 2px #d2d2d2;;
	border-radius: 0;
	width: 240px;
	padding: 2px;
	margin: 6px 0 10px;
	font-size: 12px;
	font-family: inherit;
}

input[type='text']:focus,
input[type='password']:focus {
	outline: 2px solid #bdedff;
}

label {
	font-weight:bold;
	display: inline-block;
}

label.noshow
	{
	display:none;
	}

input.submit {
	color: #00aeef;
	background: white;
	border: 2px solid #00aeef;
	border-radius: 0;
	font-size: 14px;
	font-family: inherit;
	font-weight: 400;
	padding: 8px 18px;
	margin-top: 1em;
	cursor: pointer;
	vertical-align: baseline;
	min-width: 60px;
}

input.submit:active, input[type='submit']:active
	{
	box-shadow: 0px 0px 3px rgba(0,0,0,.2) inset;
	}

#footer
	{
	font-size:12px;
	text-align:center;
	color: #888;
	}

a	{
	color: #009ecc;
	text-decoration:underline;
	}

p
	{
	margin-bottom: 20px;
	}

.error
	{
	color: #c30;
	font-style:italic;
	}

.small
	{
	font-size: 80%;
	}