html, body, div, span, applet, object, iframe, 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;outline: none;
}
html {
	height: 100%;
}
body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	height: 100%;
}
a, a:hover {
	font-size: 12px;
	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
div#container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	clear: both;
	flex-direction: row;
	align-items: stretch;
}
div#container #lefthold {
	background: white;
	width: 50%;
	height: 100%;
	text-align: center;
	justify-content: center;
	flex-direction: column;
  	align-items: center;
  	display: flex;
  	box-sizing: border-box;
}
div#container #lefthold img {
	width: 100%;
	max-width: 220px;
}
div#container #righthold {
	background: #6C6D73;
	width: 50%;
	height: 100%;
	text-align: center;
	justify-content: center;
	flex-direction: column;
  	align-items: center;
  	display: flex;
  	box-shadow: -1px 0 2px rgba(0, 0, 0, 0.8);
  	box-sizing: border-box;
}
div#container div#logo {
	background: url('../images/login_logo.png') 50% 0% no-repeat;
	width: 527px;
	height: 93px;
	margin: 0 auto;
	padding: 0;
	display: block;
	clear: both;	
	position: relative;
}
div#logo a.cinfo, div#logo a.cinfo:hover {
	width: 100px;
	height: 12px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 13px;
	right: 54px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
div#container div#main_wrap, div#container div#homeinfo {
	background: rgba(0,0,0,0.13);
	width: 100%;
	max-width: 492px;
	margin: 0 auto;
	padding: 3px;
	display: block;
	clear: both;
	box-sizing: border-box;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
	border-top: 1px solid #5E5F64;
}
div.slogan {
	display: block;
	clear: both;
	font-size: 24px;
	line-height: 32px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #6C6D73;
}
div#homeinfo div#hometext {
	background: #fff;
	width: 472px;
	/*height: 80px;*/
	margin: 0 auto;
	padding: 10px;
	display: block;
	clear: both;
	position: relative;
	/*overflow: scroll;
	overflow-x: hidden;*/
}
div#homeinfo div#hometext h1 {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 6px;	
}
div#main_wrap div#top_links {
	width: 100%;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	display: block;
	clear: both;
	box-sizing: border-box;
}
div#main_wrap div#top_links a, div#main_wrap div#top_links a:hover {
  background: #F9BD06;
  width: 50%;
  height: 25px;
  margin: 0;
  padding: 6px 0 2px 0;
  display: block;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #444;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  box-shadow: inset 0 -2px 2px rgba(0,0,0,0.1);
}
div#main_wrap div#top_links a:hover {
	color: #000 !important;	
}
div#top_links a.selected {
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
  font-weight: 600;
}
div#main_wrap div#main_block {
	background: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	display: block;
	clear: both;
	position: relative;
	box-sizing: border-box;
}
div#main_block div.boxform {
	margin: 0 auto;
	padding: 0;
	display: block;
	clear: both;	
}
label {
	width: 110px;
	margin: 0;
	padding: 0;
	display: block;
	border: 0;
	font-size: 12px;
	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
}
input[type="text"], input[type="password"] {
	width: 200px;
	height: 18px;
	margin: 0;
	padding: 2px;
	display: block;
	border: 1px #c3c3c3 solid;
	border-top: 1px #7c7c7c solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
select {
	width: 200px;
	margin: 0;
	padding: 0;
	display: block;
	border: 1px #c3c3c3 solid;
	border-top: 1px #7c7c7c solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
table tr td {
	margin: 0;
	padding: 0 0 5px 0;
}
a#forgot_password, a#forgot_password:hover {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	color: #ceb225;
	font-size: 11px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;	
}
a#submit, a#submit:hover {
	background: #F9BD06;
	width: auto;
	height: 20px;
	margin: 5px 0 0 0;
	padding: 4px 8px 0 8px;
	display: inline-block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: center;
	text-decoration: none;
	border-bottom: 2px solid rgba(0,0,0,0.1);
}
input#submit {
	background: #F9BD06;
	width: auto;
	height: 22px;
	margin: 5px 0 0 0;
	padding: 2px 8px 0 8px;
	display: inline-block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: center;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	border-bottom: 2px solid rgba(0,0,0,0.1);
}
#error {
	background: #fedede;
	width: 458px;
	padding: 4px;
	margin: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #222;
	text-decoration: none;
	border: 1px #e36666 solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
}
#success {
	background: #defedf;
	width: 458px;
	padding: 4px;
	margin: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #222;
	text-decoration: none;
	border: 1px #69e07b solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
}
.errorb {border: 1px #ff0000 solid !important;}
.hide {visibility:hidden;}
.nomargin {margin: 0 !important;}
.noright {margin-right: 0 !important;}
.clearfix {clear: both;}

@media (min-width: 0px) and (max-width: 720px) {
	div#container {
		flex-direction: column;
	}
	div#container #lefthold {
		width: 100%;
		height: 40%;
		padding: 10px;
	}
	div#container #righthold {
		width: 100%;
		height: 60%;
		padding: 10px;
	}
	div.slogan {
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 20px;
	}
	div#container #lefthold img {
		width: 90%;
		max-width: 200px;
	}
}