@CHARSET "UTF-8";

body { font-family:Arial; line-height:1.6; font-size:12px; margin:0; background:#323232 url(../images/main_bg.gif) top repeat-x; }
legend {background:#850202; color:#fff; font-size:12px; padding:0 10px; margin:0 0 0 11px; font-weight:bold; border:1px solid #fff; border-color:#e5e5c3 #505014 #505014 #e5e5c3;}
fieldset {padding:10px; border:1px solid #999999; margin-bottom:15px; width:600px;}
label {font-size:11px; font-weight:bold; color:#666;}
input, textarea, select {font:12px/12px Arial; -webkit-border-radius:5px; -moz-border-radius:5px; }

.logo { position:absolute; width:300px; height:100px; left:0; top:0; }
.clear { clear:both; }
.textfield { width:130px; height:23px; background:url(../images/text.gif); border:none; padding:0 5px; margin-right:5px; }
.class_input { border:1px solid #a7a7a7; padding:3px }
.submit { cursor:pointer; float:left; background:url(../images/submit.gif); width:140px; height:24px; border:none; font-weight:bold; color:#850202; }

a { color: #850202; font-weight: bold; text-decoration: none }
a:hover { text-decoration: underline }

h3 { font-size: 1.2em }

.cover {
	width:930px;
	margin:0 auto;
}
.header {
	position:relative;
	width:930px;
	height:110px;
	background:url(../images/header.gif) left top no-repeat;
}
.main {
	background:#fff;
	padding-bottom:20px;
	margin:0 20px 0 10px;
}
.main-left {
	float:left;
	padding:20px 10px 0 25px;
	width:635px;
        position: relative
}
.main-left .title {
	color:#bf1818;
	font-size:18px;
	font-weight:bold;
	padding-left:25px;
	margin-bottom:20px;
	background:url(../images/arrow_red.gif) no-repeat 10px 10px
}
.sub {
	font-size:12px;
	font-weight:normal;
}
.main-right {
	float:right;
	width:230px;
}
.main-right .title {
	margin:10px 0;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background:#850202 url(../images/arrow.gif) no-repeat left 15px;
	padding:5px 10px;
}
.main-right .text {
	margin:0 10px;
}
.main-cover .left-graphic {
	float:left;
	width:10px;
	height:599px;
	background:url(../images/left-graphic.gif);
}
.main-cover .right-graphic {
	float:right;
	width:20px;
	height:599px;
	background:url(../images/right-graphic.gif);
}
.footer {
	text-align:center;
	font-size:11px;
	color:#626262;
	padding:65px 0 50px 0;
	background:url(../images/footer.gif) no-repeat 10px top;
}
.footer a { color: #626262; text-decoration: none; font-weight: normal }
.footer a:hover { color: #626262; text-decoration: underline }
ul.menu {
	float:right;
	margin:66px 40px 0 0;
	padding:0;
	list-style:none;
}
ul.menu li {
	float:left;
	margin:0 5px;
}
ul.menu li a {
	text-align:center;
	color:#fff;
	text-decoration:none;
	float:left;
	width:118px;
	padding-top:10px;
	height:33px;
	background:url(../images/button.gif);
}
ul.menu li a:hover {
	font-weight:bold;
}
ul.menu li a.selected {
	color:#000;
	height:31px;
	background:url(../images/button_hover.gif);
}

.ticklist {
    list-style-image: url('../images/tick.png');
}
.ticklist li { padding: 0 0 3px 0 }

#money { position: absolute; top: 55px; left: 280px; z-index: 0 }
.bigmargin { margin: 20px 0 !important }

.red { color:#bf1818; }

.error { background-color: red; padding: 5px; color: #ffffff; margin: 10px 0 }
.error p { margin: 0 }

.success { background-color: #2BB438; padding: 5px; color: #ffffff; margin: 10px 0 }
.success p { margin: 0 }
