/*sign in form
---------------------------*/
form#loginform {
	background: #d4f0ff url(../images/bg-loginform.gif) no-repeat 0 100%;
	display: inline;
	float: left;
	margin:  15px;
	padding-bottom: 48px;
	width: 314px;	}
	* html form#loginform {
		padding-bottom: 28px;
		}
#content form#loginform h2 {
	background: #fff url(../images/bg-h2-loginform.gif) no-repeat 0px 100%;
	color: #9c0;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 30px;
	padding-bottom: 15px;
	}
#loginform label.remember-me {
	float: none;
	}
#loginform label.remember-me input {
	vertical-align: bottom;
	}
	* html #loginform label.remember-me input {
		vertical-align: middle;
		}
#loginform input {
	width: 150px;
	}
#loginform input#signin_remember { /**/
	border: none;
	margin-left: 125px;
	width: auto;
	}
#loginform input.button {
	float: left;
	margin: 10px 0 0 125px;
	width:  auto;
	}
#content #loginform p {
	float: left;
	clear: none;
	font-weight: bold;
	font-size: 1em;
	line-height: 2em;
	margin: 10px 0 0 5px;
	width: 120px;
	}
#content #loginform p a {
	color: #0039A1;
	text-decoration: none;
	}
#content #loginform p a:hover {
	color: #000;
	text-decoration: underline;
	}
#loginform input#remember {
	width:  auto;
	border:  0;
	}

/*features
-------------------------------------*/
.features {
	float: right;
	width: 300px;
	margin-right: 15px;
	position: relative;
	display: inline;
	border-bottom: 1px solid #C9EA84;
	}
#content .features h2 {
	margin: 15px 0 12px;
	padding: 5px 0 2px;
	font-size: 1.8em;
	color: #9c0;
	font-weight: normal;
	background: none;
	border-bottom: 1px solid #C9EA84;
	}
#content .features p {
	margin: 0.7em 0;
	}
#content .features ul {
	margin: 18px 0;
	font-size: 1.2em;
	font-weight: bold;
	}
#content .features li {
	margin-left: 0;
	margin-bottom: 4px;
	height: 25px;
	line-height: 25px;
	color: #f60;
	padding: 0 0 0 30px;
	position: relative;		
	}
	li.enterpreneurs {
		background: #fff url(../images/icon-enterpreneurs-20.gif) no-repeat 0 50%;
		}
	li.investors {
		background: #fff url(../images/icon-investors-20.gif) no-repeat 0 50%;
		}
	li.researchers {
		background: #fff url(../images/icon-researchers-20.gif) no-repeat 0 50%;
		}
	li.professionals {
		background: #fff url(../images/icon-professionals-20.gif) no-repeat 0 50%;
		}
	li.executives {
		background: #fff url(../images/icon-executives-20.gif) no-repeat 0 50%;
		}
	li.policymakers {
		background: #fff url(../images/icon-policymakers-20.gif) no-repeat 0 50%;
		}
#content a.join-now {
	background: #67cd33 url(../images/bg-a-joinnow.gif) no-repeat 0 0;
	bottom: 10px;
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 27px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 80px;	}
	#content a.join-now:hover {
		text-decoration: underline;
		}
