@charset "utf-8";

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg_stripe.png);
	background-repeat: repeat-x;
	background-position: top;
}

body,td,th {
	font-family: Corbel, Arial, sans-serif;
	color: #666;
	font-size:13px
}

a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #069;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #039;
}
a:active {
	text-decoration: none;
	color: #06C;
}

h1 {
	font-size: 36px;
	letter-spacing: -1px;
	color:#333
}
h2 {
	font-size: 24px;
	letter-spacing: -1px;
	margin-top:0px;
	color:#333
}
h3 {
	font-size: 18px;
	letter-spacing: -1px;
	margin-top:0px;
	color:#333
}
h4 {
	font-size: 14px;
}

p {
	text-align:left;
}

#top {
	background-color: #000;
	background-image: url(img/bg_logoline.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	vertical-align: middle;
}

#header {
	height: 50px;
	width: 888px;
	position:relative

}
#logo {
	width: 183px;
	position:absolute;
	left: 0px;
	top: 6px;
	height: 37px;
}

#slogan {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	line-height:12px;
	position: absolute;
	left: 200px;
	top: 12px;
	width:200px;
}

#topbuttons {
	height: 50px;
	width: 430px;
	position: absolute;
	left: 458px;
	top: 5px;
}

#btnrunortry {
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -1px;
	background-image: url(img/btn_purpl.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#btnrunortry2 {
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -1px;
}

#btnaccount {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #FFF;
	letter-spacing: -1px;
	background-image: url(img/btn_gray.png);
	background-repeat: repeat-x;
	background-position: center;
}
#btnsupport {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #FFF;
	letter-spacing: -1px;
	background-image: url(img/btn_gray.png);
	background-repeat: repeat-x;
	background-position: center;
}
#halo {
	position: absolute;
	top:43px;
	left:-220px;
}
#body {
	width: 100%;
	top: 52px;
}

#grid {
	position: relative;
	width: 888px;
	height: 500px;

}

#column {
	text-align:left;
	position:relative;
	float:left; 
	background:url(img/bg_bloc.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
li {
	list-style-position: outside;
	margin-left: -20px;
}
#logdate {
	font-size: 12px;
	color: #333;
	margin-bottom:15px;
}
#formfield {
	position:relative;
	float:left; 
	width: 592px;
}

.fancy_form input {
	border: 1px solid rgb(102, 102, 102); 
	width: 296px; 
	background-image: url(img/bg_bloc.png); 
	background-repeat: repeat-x; 
	font-size: 24px;
}

.fancy_form td {
	text-align: right;
	padding: 6px;
}

.fancy_form th {
	text-align: right;
	padding: 6px;
	padding-right: 0px;
}

.fancy_form label {
	font-size: 24px;
	letter-spacing: -1px;
	margin-top:0px;
	color:#333;
	font-weight: normal;
	
}

.errorlist {
	background-color: red;
	color: white;
}

