
#page_under_development
{
	background: crimson;
	color: white;
	font-size: 1.5em;
	text-align: center;
	padding: 3em;
}
#top_strategies_wrap
{
	display: none;
}
h1
{
	font-size: 3em;
}
h1, h2, h3, h4
{
	text-align: center;
	margin: 0.5em;
}
#logo_description
{
	text-align: center;
}
.register_button
{
	display: block;
	padding: 10px;
	width: 200px;
	margin: auto;
	color: black;
	font-size: 1.5em;
	
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(135,135,135,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(135,135,135,1);
	box-shadow: 0px 0px 5px 2px rgba(135,135,135,1);
	
	border: none !important;
}
.register_button:hover
{
	-webkit-box-shadow: 0px 0px 5px 4px rgba(135,135,135,1);
	-moz-box-shadow: 0px 0px 5px 4px rgba(135,135,135,1);
	box-shadow: 0px 0px 5px 4px rgba(135,135,135,1);
}
#register_wrap a:link,
#register_wrap a:visited
{
	color: black !important;
}
.separator
{
	margin: 1em;
	height: 5px;
	background-color: #aaa;
	-webkit-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.75);
box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.75);
}
#logo_wrap, #description_wrap, #register_wrap
{
	background-color: #ddd;
	-webkit-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.75);
	margin: 1em;
	padding: 2em;
}
#description_tabs
{
	display: table;
	width: 100%;
}
.active_tab, .inactive_tab
{
	padding: 5px;
	background: #888;
	color: black;
	display: table-cell;
	text-align: center;
	width: 50%;
}
.active_tab
{
	background: #333;
	color: white;
	font-weight: bold;
}
.inactive_tab:hover
{
	cursor: pointer;
	background-color: #555;
	color: white
}
#investor_wrap, #trader_wrap
{
	padding: 20px 3px 20px 3px;
	background: #333; 
}
.steps_wrap
{
	width: 100%;
	display: table;
}
.step_wrap
{
	display: table-cell;
	width: 50%;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
.step_inner_wrap
{
	display: inline-block;
	-webkit-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.75);
	width: 80%;
	background: #ddd;
	height: 100%;
	padding: 15px;
}

/* FAQ */
#faq_wrap, #contact_wrap
{
	width: 600px;
	margin: auto;
	padding: 1em;
	background: #ccc;
}
.question_wrap
{
	border: 1px solid black;
	padding: 5px;
}
.question_header
{
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	background: #333;
	color: white;
}
.question_header:hover
{
	background: #555;
	cursor: pointer;
}
.question_header_right
{
	float: right;
}
.question_body
{
	display: none;
	padding: 5px;
}