@font-face {
  font-family: 'Caecilia';
  src:
    url("../fonts/caecilialtstd-roman-webfont.eot") format("embedded-opentype"),      
    url("../fonts/caecilialtstd-roman-webfont.woff") format("woff"),      
    url("../fonts/caecilialtstd-roman-webfont.ttf") format("truetype"),      
    url("../fonts/caecilialtstd-roman-webfont.svg") format("svg");
}

@font-face {
  font-family: 'Damion';
  src:
    url("../fonts/Damion.woff") format("woff");
}

html {
	margin: 0;
	padding: 0;
}

body {
	background: none repeat scroll 0 0 #ffffff;
	margin: 0;
	padding: 0;
}

body, td, a {
	color: #585858;
	font-family: Caecilia,sans-serif;
	font-size: 14px;
}

a {
	text-decoration:none;
}

a.do {
  font-size: 18px;
  line-height:38px;
}

a.do:hover, a.hi {
  color: #aa124a;
}

h3 {
	font-weight:normal;
	color:#666666;
	font-size:22px;
}

.error_msg {
	color:#990000;
}

#Page {
	margin: 0 auto;
	width: 80%;
}

#Head {
	height: 90px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

#Head a.Logo {
	display:inline-block;
  margin-top: 12px;
  height: 77px;
  width: 400px;
  background: url("../img/Logo-notoys-nt-bk.png") no-repeat; /* scroll 0 0 transparent; */
	background-size: contain; 
  text-indent: -10000em;
}

#LogoStart {
  margin-top: 24px;
  margin-left:361px;
  padding: 0;
  height: 77px;
  width: 276px;
}

#LogoStart a {
  background: url("../img/Logo-notoys-nt-bk.png") no-repeat scroll 0 0 transparent;
  text-indent: -10000em;
  display: block;
  overflow: hidden;
  outline: 0 none;
  height: 77px;
  width: 276px;
  text-decoration: none;
}

#Head ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#MetaNav {
	position: absolute;
	right: -5px;
	top: 30px;
}

#MetaNav li {
	display: inline;
	float: left;
	line-height: 1em;
	padding: 0px 10px 0px 10px;
}

#MainNav {
	position: absolute;
	right: -5px;
	top: 50px;
}

#MainNav li {
	display: inline;
	float: left;
	line-height: 1em;
	padding: 3px 8px 0px 8px;
}

td.hidden_error_msg {
	display:none;
}

tr.error td.hidden_error_msg {
	display:block;
	color:red;
}

tr.error input {
	background-color: #F5A9A9;
}

form td:nth-child(1) {
	padding-right:4ch;
}

form td {
	padding-bottom:2ch;
}

input[type="text"], input[type="submit"], input[type="button"], input[type="password"] {
	padding: 0.5ch 1.5ch 0.5ch 1.5ch;
}
