@charset "utf-8";
/* CSS Document */

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #000;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #003263;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #000;
}

input.button {
	cursor: pointer;
}

p { 
	margin-top: 0;
	margin-bottom: 5px;
}

img { 
	border: 0 none;
}

#page_bg {
	padding: 0;
	margin-bottom: 1px;
	background: #fff;
}

div.center {
  text-align: center;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#wrapper_r {
	background: url(images/shadow_r.png) 100% 0 repeat-y;
}

#header {
	background: #fff;
}

#header_l {
	position: relative;
}

#header_r {
	height: 100px;
	background: url(images/header_r.jpg) 100% 0 no-repeat;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	margin-left:10px;
	margin-top: 10px;
}

#info {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	margin-left:280px;
	margin-top: 20px;
	color:#003263;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	line-height:20px;
}

#top {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	margin-left:490px;
	margin-top: 18px;
}


#footer {
	background: url(images/footer_bg.jpg) top center repeat-x;
}

#footer_l {
	background: url(images/footer_bg_l.jpg) 0 0 no-repeat;
}

#footer_r {
	height:70px;
	background: url(images/footer_bg_r.jpg) 100% 0 no-repeat;
}


#footerspacer {
	margin: 0 10px;
	height: 5px;
	background: #65686d url(images/mainbody_m_bg.png) 100% 0 repeat-y;
}


#mainbody {
	margin: 0 10px;
	background: #65686d url(images/background.jpg) 0 0 no-repeat;
	width: auto;
	color:#fff;
}

#mainbody div {
	text-align: left;
}

#mainbody_m {
	width: auto;
	padding: 0;
	padding-left:10px;
	background: url(images/mainbody_m_bg.png) 100% 0 repeat-y;
}

#left {
	float:left;
	margin-top:230px;
	text-align:left;
}

#right {
	float:right;
	width:275px;
	
}

.right {
	background: url(images/form_bg.jpg) 0 0 repeat-x;
	width:288px;
}

#player {
	float:left;
	margin-top:225px;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

table.nopad td.middle_pad {
	width: 20px;
}

h1 {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
	color: #6c7f92;
	text-align: left;
	width: 100%;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height:normal;
}

.title a:link, .title a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height:normal;
	color:#FFCC00;
}

.form {
	margin-top:20px;
}

#bottom {
	float:left;
}

#disclaimer {
	float:left;
	margin-top:15px;
	padding-left:20px;
	font-size:10px;
	color:#666666;
	width:650px;
}

/*FORM*/

fieldset {
	border:none;
	padding:0;
	}

label, input {
	display:block;
	width:150px;
	height:15px;
	float:left;
	margin-bottom:4px;
	border:0px;
	}
	
textarea {
	display:block;
	width:260px;
	float:left;
	margin-bottom:4px;
	border:0px;
	}
	
#submit {
	margin:0;
	padding:0;
	float:right;
	margin-top:10px;
	margin-right:5px;
	}
select {
	display:block;
	font-size:10px;
	height:18px;
	margin-bottom:5px;
	float:left;
	width:150px;
	}
label {
	text-align:right;
	width:100px;
	padding-right:10px;
	line-height:15px;
	}
br {
	clear:both;
	}
input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	border:none;
	color:#000;
	width:auto;
	width:86px;
	height:30px;
	line-height:normal;
	background: #fdb516 url(images/submit_bg.png) 0 0 no-repeat;
	}
input.submit:hover {
	color: #990000;
	}
input:hover, input.sfhover {
	background-color:#e7e7e7;
	}
input:focus {
	background-color:#e7e7e7;
	color:#333;
	}


