#content h1{
color:#72c3fb;
font-weight:100;
}

#content p, li, h3{

	font-weight: 100;
	font-size: 16px;
	line-height: 22px;
}

#content .glossary{
	margin-top: 12px;
	margin-bottom:16px;
}

#content ul{
	margin-bottom: 28px;
} 

#content h2{
	margin-top:30px;
	font-weight: 100;
	font-size: 1.5em;
	color:#ffcd33;
	border-top:solid 1px #ffcd33; margin-top:30px;
}

#content h3{
	font-weight: 400;
	font-size: 1.2em;

}

#content a{
color:#fff;
text-decoration: underline;
}

#content a:hover {

}

.warning{


}


#content .intro{
	color:#72c3fb;
	font-size:18px;
	font-weight:200;

}

.wrapper{
max-width:1000px;
margin:0px 60px 0px 60px;
padding:0;
}



#content .action-button a{
	background-color:#fdb913;
	font-weight: 400;
	padding:5px;
	margin:10px 40px 5px 0px;
color:#000000;


	float:left;
	text-decoration: none;
}

#content .action-button a:hover {
  background: #f2ab1e;
}

#content .redbg {
  background-color: #d94747;
}

#content .redbg a {
  background-color: #d94747;
}

#content .redbg a:hover {
  background-color: #e95757;
}



#content .triangle{
		width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	
	border-left: 10px solid #454444;
	float:right;
	margin-left:7px;

}

#content .already-registered{
margin-top: 30px;
}

#content .already-registered a{
color:#ffffff;
}

#content .log-in{
	color:#ffc129;
}


/*Login page begins */


#LogInForm{
border:solid 1px #ffffff;
padding:20px;
width:400px;
margin-bottom:20px;
}

#LogInForm_email{
width:400px;

}

#LogInForm_password{
width:400px;

}

#SignUpForm_sbumit{

margin:10px 0px 0px 0px;

}



/*Screening page */



#content .already-registered-right{
margin-top: 0px;
text-align: right;
}


#content .already-registered-right a{
color:#ffffff;
}


/* button style */



#content input[type=submit]{
	background-color:#fdb913;
	border:0;
	text-indent:0;
	display:inline-block;
	color: #000;
	font-size:16px;
	font-weight:normal;
	font-style:normal;
	height:33px;
	line-height:30px;
	width:auto;
	text-decoration:none;
	text-align:center;
	cursor:pointer; 
}

#content input[type=submit]:hover {
	background-color:#f2ab1e;
}

#content input[type=submit]:active {
	position:relative;
	top:1px;
}




/*  Modules Into */

#content .modules-list{
	list-style: none;
	padding-left: 0px;
}


#content .modules-list li{
	margin-bottom: 10px;
	font-size:18px;
	font-weight: 100;
}

#content .module-number{
	color:#72c3fb;
}



#content .indentp{
margin-left:15px;

}

