html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	vertical-align:baseline;
}
body {
	font-family: 'Didact Gothic', sans-serif;
	background: #434343;
	text-align: center;
}
#content {
	margin: 150px auto 0;
	width:604px;
}
p{
	color: #fff;
	font-size: 18px;
	margin: 40px 0;
}
#investor, #contact{
	float: left;
	margin-top: 50px;
	width: 300px;
}
@media screen and (min-height: 750px) {
	#investor, #contact{
		margin-top: 100px;
	}
	#content {
	margin: 200px auto 0;
	}
}
.login_btn, .contact_btn {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ddd));
  background-image: -webkit-linear-gradient(top, #fff, #ddd);
  background-image: -moz-linear-gradient(top, #fff, #ddd);
  background-image: -ms-linear-gradient(top, #fff, #ddd);
  background-image: -o-linear-gradient(top, #fff, #ddd);
  background-image: linear-gradient(top, #fff, #ddd);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  padding: 4px 0;
  display: block;
  font-size: 14px;
  text-align: center;
  width: 150px; 
  text-decoration: none;
 }
 .login_btn{
 	float: right;
	margin-right: 50px;
}
.contact_btn{
 	float: left;
	margin-left: 50px;
}
.login_btn:hover, .contact_btn:hover {
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #e8e8e8));
    background-image: -webkit-linear-gradient(top, #eee, #e8e8e8);
    background-image: -moz-linear-gradient(top, #eee, #e8e8e8);
    background-image: -ms-linear-gradient(top, #eee, #e8e8e8);
    background-image: -o-linear-gradient(top, #eee, #e8e8e8);
    background-image: linear-gradient(top, #eee, #e8e8e8);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
	}

#login_box {
	display:none;
	position:absolute;
	width:236px;
	margin:32px 0 0 14px;
}
#error{
	display: none;
	font-size: 13px;
	padding-top: 10px;
	color: #cb4d74;
}
#login_box_content {
	background:#fff;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	float:left;
	width:236px;
}
#login_form {
	margin:9px 0 0 0;
}
#login_form input[type=text],#login_form input[type=password] {
	border:1px solid #d8d8d8;
	border-radius:3px;
	font:italic 12px Georgia,times,sans-serif;
	height:37px;
	width:205px;
	margin-top:10px;
	padding-left:10px;
}
#login_form input[type=submit] {
	border:none;
	background:#5293a9;
	color:#fff;
	float:right;
	margin:9px 9px 9px 0;
	width:56px;
	height: 29px;
  border-radius: 3px;
}


#contact_box {
	display: none;
	position:absolute;
	width:236px;
	margin:32px 0 0 50px;
}
#contact_box_content {
	background:#fff;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	float:left;
	width:236px;
}
#contact_form {
	margin:9px 0 0 0;
}
#contact_form input[type=text],#contact_form input[type=password] {
	border:1px solid #d8d8d8;
	border-radius:3px;
	font:italic 12px Georgia,times,sans-serif;
	height:37px;
	width:205px;
	margin-top:10px;
	padding-left:10px;
}
#contact_form input[type=submit] {
	border:none;
	background:#5293a9;
	color:#fff;
	float:right;
	margin:9px 9px 9px 0;
	width:56px;
	height: 29px;
  border-radius: 3px;
}