#contents {
	background-image: none;
}

#contents h1 {
	width: 200px;
	margin-left: 55px;
}

#right {
	top: 30px;
	left: 400px;
	width: 550px;
	text-align: left;
}

#upgrade {
	display: none;
}

#right h1 {
	margin: 25px 0 10px 10px;
	width: 490px;
	background-image: url(../images/h1_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	border-left: 15px solid #3884a6;
	padding: 4px 10px;
	font-weight: normal;
	font-size: 14pt;
	color: #0085a9;	
}

#right h2 {
	margin-left: 10px;
}
#right h3, #right h4 {
	color: #0085a9;
	margin: 0 10px 10px 10px;
}

#right h3 {
	font-size: 11pt;
}

#right h4 {
	font-size: 9pt;
}

#right p {
	color: #444;
	font-size: 9pt;
	margin: 0 10px 10px 10px;
	line-height: 1.35em;
}

#right ul {
	font-size: 9pt;
	color: #444;
}

#right li {
	margin: 7px 0;
}

#contents .error {
		display: block;
		background-color: #ffffaa;
		border: 1px solid #900;
		color: #900;
		font-weight: bold;
		padding: 20px 10px 20px 90px;
		width: 220px;
		margin: 10px 0 10px 55px;
		background-image: url(../images/error_icon.png);
		background-repeat: no-repeat;
		background-position: top left;
		}
		
#signin {
	position: relative;
	display: block;
	width: 210px;
	height: 110px;
	background-color: #4abfde;
	text-align: left;
	padding: 10px;
	border: none;
	margin: 40px 0 150px 55px;
	font-family: Verdana;
	}
	
#signin img {
	position: absolute;
	width: 10px;
	height: 15px;
	border: none;
	display: block;
	z-index: 99;
}

#signin img.tr {
	top: 0;
	right: 0;
}

#signin img.br {
	bottom: 0;
	right: 0;
}

#signin img.tl {
	top: 0;
	left: 0;
}

#signin img.bl {
	bottom: 0;
	left: 0;
}

#signin h2 {
	font: bold 12pt Arial, Sans-Serif; 
	color: white;
	margin: -5px -5px 15px -5px;
	text-align: center;
	background: transparent;
	border-bottom: 1px dotted #cff;
	}
	
#signin div {
	clear: left;
	margin: 0;
	padding: 0 0 5px 3px;
	}
	
#signin div label {
	float: left;
	width: 90px;
	text-align: right;
	color: white;
}

#signin div a.label:link, #signin div a.label:visited {
	float: left;
	width: 90px;
	color: #009;
	line-height: 1.7em;
	font-size: 8pt;
}

#signin div a.label:hover {
	background-color: #ffa;
}
	
#signin div.center {
	text-align: center;
	}
	
#signin input.text {
	margin: 0 0 0 10px;
	width: 90px;
	background-color: white;
	padding: 1px 3px;
	border: 1px solid #aaf;
	font: 8pt Arial;
	}
	
#signin input.button {
	font: bold 9pt Arial, Sans-Serif;
	color: #229;
	width: 90px;
	margin-left: 10px;
	}
	
#contents p.end {
	height: 200px;
}

#right img.greenarrow {
	position: absolute;
	right: -63px;
	top: 240px;
	z-index: 99;
}

#right a.joinnow:link, #right a.joinnow:visited {
	position: absolute;
	top: 260px;
	right: 5px;
}

