* {
	padding: 0;
	margin: 0;
	outline: 0;
}

html, body {
	font-size: 12px;
	line-height: 1.5;
	font-family: "Helvetica", Arial, sans-serif;
	font-weight: 500;
	color: #333;
	background-color: #fbfbfb;
	text-align: left;
	margin: 0; 
	padding : 0;
	height: 100%;
	padding: 0;
}

#header {
	height: 100px;
	background: #f4f4f4;
	font-size: 10px;
	font-family: "Helvetica", Arial, sans-serif;
	text-align: center;
}

h1#logo {
	float: left;
	padding-top: 19px;
}

h1#logo a {
	width: 247px;
	float: left;
	color: #313131;
	font-weight: bold;
	font-size: 22px;
	font-family: "Helvetica", Arial, sans-serif;
	line-height: 19px;
	text-decoration: none;
}

h1#logo a span {
	display: block;
	font-size: 12px;
	color: #646464;
	font-weight: normal;
	line-height: 9px;
	text-align: left;
	padding-top: 8px;
}

h1 {
	color: #6C6C6C;
}

a {
	color: #7F7F7F;
	text-decoration: none;
}

/* Login
--------------------------------------------------------------------*/

label {
	width: 100px;
	display: block;
	font-size: 13px;
	color: #666666;
}

#main {
	margin: 0 auto;
	width: 800px;
	text-align: center;
	padding-top: 100px;
}

#box {
	width: 224px;
	margin: 0px auto;
	text-align: left;
	padding: 20px;
	background-color: #ffffff;
	color: #333;
	border: 1px solid #e5e5e5;
	box-shadow: rgba(200, 200, 200, 0.7) 0 4px 10px -1px;
}

.input {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #999999;
	width: 200px;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
	box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}

.button {
	font-weight: bold;
	padding: 12px 15px;
	background: #3f8abf;
	color: #fff !important;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.15);
	border-width: 1px 1px 3px !important;
	border-style: solid;
	border-color: #326e99;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
	-moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
}

.button-primary {
	background-color: #7DA7EB !important;
	border-color: #3875D7 !important;
}

.msg {
	font-size: 11px;
	color: #666;
	padding: 10px;
}

#error {
	font-size: 12px;
	margin-top: 10px
}

/* Menu
--------------------------------------------------------------------*/

