@charset "utf-8";
/* CSS Document */



* {
	margin:0;
	padding:0;
}
body {
	background:#000;
}
h1 {
	font-size:32px;
	margin:20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -1px;
	padding-bottom: 10px;
	background: url(../_img/border_sep.png) repeat-x 0 bottom;
}	
p {
	color:#fff; 
	font-family:"verdana", arial, sans-serif;
	line-height:1.4em;
	font-size:12px;
	margin:10px 20px;
}
img {
	border:none;
}
#wrapper {
	position:relative;
	margin:auto;
}
#header {
	width:100%;
	height:88px;
	border-bottom:#d60102 solid 5px;
}
#content {
	width:980px;
	margin:auto;
}
#nav {
	position:absolute;
	top:37px;
	right:20px;
}
#nav li {
	display:inline;
	list-style:none;
}
#logo {
	position:absolute;
	top:0;
	left:20px;
}
#content {
	position:absolute;
	top:110px;
	left:25px;
	width:95%;
	color:#fff;
}

#form1 input#btnsubmit, #theform input#btnsubmit {
	margin-left:200px;
	background: url(../_img/bg_btn.png) repeat-x center top;
	color: #fff;
	border: none;
}	

#btnsubmit_int {
	margin-left:19px;
	background: url(../_img/bg_btn.png) repeat-x center top;
}	

#home {
	text-align:center;
}	
#introcopy p {
	font-size:14px;
}	

button#login, button#next {
	background: url(../_img/bg_btn.png) repeat-x center top;
	color: #fff;
	border: none;
	font-size:15px;
}

#user {
	text-align:right;
	margin:10px;
}	

#footer {
	text-align:center;
	font-size:10px;
	padding:30px 0 15px;
}	
#footer a {
	color:#aaa;
}
#footer a:hover{
	color:#fff;
}	
#footer.f_home {
	padding-top:70px;
}	