/*This applies to external gadget only*/
#wrap,
#content {
	background: none;
	border: none;
	width: 100%;
	}
#content {/*aiora test only!*/
	width: 600px;
	}
#loginform {
	width: 50%;
	}
.features {
	width: 44%;
	}
#content h1,
#content h2,
#content ul,
#content form,
#content p,
#content div {
	margin-left: 0;
	margin-right: 0;
	}
#content h1 {
	color: #99CC00;
	float: left;
	}
/*If the gadget is to be in non-white background pages, add this rule:
#content {
	margin: 0 10px;
	}*/

/*header*/
#content p.right {
	color: #666;
	margin-bottom: 0;
	padding-top: 0;
	float: right;
	}
p.right span {
	vertical-align:9px;
	}
p.right img {
	vertical-align: top;
	}

/*login - right box*/
.features div.box {
	height: 148px;
	margin: 35px 0;
	}
#content .features div p {
	color: #FF6600;
	display: block;
	font-size: 1.4em;
	height: auto;
	margin: 30px 0;
	text-align: center;
	}
#content a.join-now {
	position: relative;
	margin: auto;
	}
/*login - left box*/
#content #loginform p {
	display: block;
	float: none;
	font-weight: normal;
	margin: 10px 0 10px 125px;
	width: auto;
	}
label.skp-ext-remember-me {
	float: none;
	}
/*join*/
.notification {
	margin-top: 0;
	padding-top: 10px;
	text-align: center;
	width: 38%;
	}
.notification ul li {
	text-align: center;
	}
#register {
	float: right;
	margin-right: 15px;
	}
.ac_results ul {
	overflow-x: hidden !important;
	}
#content select#registration_class_year,
#content select#registration_ended_at_year {
	width: 82px;
	}
#short {
	float: none;
	}
#content form p.hint {
	margin: 10px 0 10px 125px;	
	}
	
/*'Thanks for joining' page*/
#content .sent_verif {
	color: #868D99;
	font-size: 1.2em;
	margin: 15px 45px;
	}
#content ul.sent_verif li {
	list-style: disc outside;
	margin: 10px 0;
	text-align: justify;
	}

/*Specific for Cleantech Challenge
-----------------------------------*/
html {
	background: none; /*to let the grey windmill be visible*/
	}
a,
a:visited {
	color:#FF9600;
	font-weight: bold;
	}
a:hover {
color:#6B8E00;
	}
#content .features div p,
#content h2 {
	color: #00B8FF !important;
	}
#content h1 {
	font-size: 2em;
	}
input,
select,
#content .features h2,
#content p.right,
.notification {
	border-color: #D8EE90;
	}
#content ul.sent_verif li {
	list-style-image: url(http://www.cleantechnologychallenge.com/images/bullet1.gif);
	}

