﻿#login-table td{
	padding: 2px;
}

#intro-content a, #page-content a {
	color: #00f;
}

#intro-content a:hover, #page-content a:hover {
	color: #333;
}


#intro-content {
	width: 750px;
	height: 440px;
	background: #fff url(../images/bg_steps.gif) no-repeat 0 90px;
	float: left;
}

#intro-content h1 {
	font-size: 150%;
	color: #333;
	font-weight: bold;
	margin: 10px 0;
}

#steps {
	text-indent: -500000em;
}

/** Edited on 23/2/08 **/
#start-now {
	width: 252px;
	height: 76px;
	background: #fff url(../images/btn_start-now.gif) no-repeat 0 0;
}

#start-now input {
	width: 157px;
	height: 37px;
	font-size: 15px;
	letter-spacing: -1px;
	color: #000;
	font-weight: bold;
	margin: 20px 0 0 48px;
}
/*** End Edit **/
/*
#start-now {
	text-indent: -50000em;
}

#start-now a {
	width: 252px;
	height: 76px;
	background: #fff url(../images/btn_start-now.gif) no-repeat 0 0;
	display: block;
	outline: none;
}
*/

#intro {
	width: 490px;
	float: left;
}

#start {
	width: 258px;
	float: right;
}

#intro p {
	font-size: 110%;
}

#page-content {
	clear: both;
}

#login {
	background: #fff url(../images/bg_login.gif) no-repeat 0 0;
	width: 253px;
	height: 210px;
	margin: 135px 0 0 0;
	z-index:10;
}

#login fieldset {
	margin: 0;
	padding: 0 20px 5px 15px;
	text-align: right;
}

#login legend {
	font-size: 130%;
	color: #333;
	font-weight: bold;
	display: block;
	padding: 7px 5px 25px 0px;
	height: 15px;
}

#login label {
	line-height: 23px;
	font-size: 110%;
}

#login #submit {
	margin: 0;
	padding: 5px 0 0 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#submit p {
	padding: 7px 0;
}

#page-content {
	border: 1px solid #ccc;
	width: 745px;
	font-size: 110%;
	margin: 0 0 50px 0;
	float: left;
	border-left: none;
	border-bottom: none;
	border-right: none;
	position: relative;
}

.header {
	background: #c3e6e2;
	padding: 8px 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/*The top property has a different setting for the account and suer pages.
  This property was moved to the account.css and common.css respectively . */
/*#menu {
	position: absolute;
	top: 31px; 
	width: 170px;
	float: left;
	z-index: 5;
}*/	

#menu li {
	padding: 17px 10px;
	background: #eee;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

}

#menu li.current {
	background: #fff;
	border-right: none;
}

#menu li.current a {
	color: #000;
	text-decoration: none;
}

#description {
	position: relative;
	float: right;
	width: 540px;
	height: 400px;
	padding: 0 14px 0 20px;
	border: 1px solid #ccc;
	border-top: none;
}

#description h3 {
	margin: 20px 0 3px 0;
}

#description p {
	margin: 2px 0 30px 0;
}

#description p.intro {
	margin: 20px 0 0 0;
}

#description div {
	position: absolute;
	width: 530px;
	height: 400px;
	background: #fff;
	top: 0px;
	left: 20px;
}

#description .nav {
	margin: 25px 0;
}

.targeting-image-about {
	margin: 15px 0 15px 15px;
	float: right;
}
