@charset "UTF-8";
/* CSS Reset */
/* CSS Reset */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS Reset */
/* CSS Reset */

body {
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(/assets/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-size: 12px;
}
#cont {
	height: 760px;
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#login {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 10px;
	padding-right: 10px;
}
#login a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #5F2C17;
	font-size: 12px;
	line-height: 15px;
}
.vt {
	vertical-align: top;
}
.textfieldServerError {
  display:inline;
  margin:0px;
  color:#CC3333;
  border: 1px solid #CC3333;
}
.reg {
	background-image: url(/assets/register-cropped.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.plain {
	background-image: url(/assets/plain.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.content {
	padding-top: 170px;
	padding-left: 170px;
	padding-right: 170px;
}
h1 {
	font-size: 18px;
	line-height: 24px;
	color: #26120D;
	margin-bottom: 15px;
}
p {
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	color: #CC0000;
}
.copyright {
	color: #666666;
	font-size: 10px;
}
.copyright a {
	color: #666666;
	text-decoration: none;
}
#cont #scrolltext {
	height: 200px;
	overflow: auto;
	width: 600px;
	margin-left: 100px;
	padding-right: 15px;
}
.footerlinks {
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
}
.footerlinks a {
	color: #cccccc;
	text-decoration: none;
}
.footerlinks a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
