@charset "utf-8";

body {
	color: #fff;
	font-size: 15px;
}
#createaccount {
	clear: both;
}
#createaccount, #createaccount a {
	color: #ffff83;
	font-weight: bold;
}
#createaccount a:link {
	text-decoration: underline;
}
#createaccount a:hover {
	text-decoration: none;
}
#fade {
	background: url(../_images/home_fade.png) no-repeat;
	height: 24px;
	width: 770px;
}
.features {
	text-align: left;
}
.features strong {
	color: #8cdffe;
}
#intro {
	background: url(../_images/home_intro_bg.png) no-repeat;
	height: 96px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	width: 353px; 
}
#intro #introcopy {
	background: url(../_images/home_intro.png) no-repeat;
	height: 81px;
	left: 10px;
	position: relative;
	top: 8px;
	width: 337px;
}
#intro span {
	left: -9999px;
	position: absolute;
}
#loginform {
	margin-left: 16px;
}
#loginform .block {
	background: url(../_images/home_loginform_txtbox.gif) bottom left no-repeat;
	float: left;
	position: relative;
}
#loginform .caption {
	font-size: 15px;
	margin-bottom: 4px;
}
#loginform #dotline {
	background: url(../_images/home_dottedline_bg.png) bottom repeat-x;
	clear: both;
	float: left;
	height: 1px;
	margin: 24px 0 22px 0;
	width: 318px;
}
#loginform .image {
	bottom: -1px;
	position: absolute;
	right: 0px;
}
#loginform #signin {
	background: url(../_images/home_loginform_signin.png) no-repeat;
	height: 29px;
	left: -4px;
	position: relative;
	width: 74px;
}
#loginform .text {
	border: 0;
	background-color: transparent;
	color: #caf1ff;
	font-size: 13px;
	margin: 0 0 4px 6px;
	width: 81px;
}
#rightcontent {
	text-align: left;
}
