@charset "UTF-8";



html {  
    -webkit-font-smoothing: antialiased;
}

body {
	background-color: #000;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	font-family: 'Roboto Slab', serif;
	color:#FFF;
}

#header {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.5);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	height:100px;
	width:950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#logo {
	float:left;
	text-align:left;
	font-size:40px;
	font-weight:100;
	margin-left:30px;
	margin-top:10px;
	line-height:40px;
}

#logo strong {
	color:#3ce174;
	font-weight:700;
	height:75px;
}

#logo span {
	font-size:18px;
	font-weight:100;
	letter-spacing:1.8px;
	color:#3ce174;
	}

#menu {
	float: right;
	width:490px;
	height:65px;
	font-size: 20px;
	list-style-type: none;
	font-weight:300;
	text-align:left;
	}
	
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#menu li {
	text-align: left;
	display: inline;
	margin-right: 20px;
	line-height: 55px;
}

#menu li a:link {
	color:#FFF;
	text-decoration:none;
}

#menu li a:visited {
	color:#FFF;
	text-decoration:none;
}

#menu li a:hover {
	color:#3ce174;
	text-decoration:none;
}

#content {
	width:950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align:left;
	font-size:15px;
	line-height:18px;
	font-weight:300;
}

#content a:link {
	color:#FFF;
	text-decoration:none;
}

#content a:visited {
	color:#FFF;
	text-decoration:none;
}

#content a:hover {
	color:#3ce174;
	text-decoration:none;
}

#content em {
	color: #3ce174;
	font-style: normal;
}

#content ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#content li {
	text-align: left;
    display: inline;
	margin-right:10px;
	line-height:32px;
	vertical-align: middle;
}



#privacy {
	width:950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align:left;
	font-size:15px;
	line-height:18px;
	font-weight:300;
}

#privacy a:link {
	color:#FFF;
	text-decoration:none;
}

#privacy a:visited {
	color:#FFF;
	text-decoration:none;
}

#privacy a:hover {
	color:#3ce174;
	text-decoration:none;
}

#privacy strong {
	color:#3ce174;
	text-decoration:none;
}


h1 {
	color:#3ce174;
	font-weight:100;
	}

#footer {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.5);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	height:32px;
	width:920px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	font-size:16px;
	font-weight:300;
	
	padding-top:15px;
	padding-bottom:15px;
	padding-left:30px;
}

#footer em {
	color: #3ce174;
	font-style: normal;
}

#footer ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer li {
	text-align: left;
    display: inline;
	margin-right:10px;
	line-height:32px;
	vertical-align: middle;
}

#footer a:link {
	color:#FFF;
	text-decoration:none;
}

#footer a:visited {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	color:#3ce174;
	text-decoration:none;
}


#footer li span {
}

.formbox {
	font-size: 12px;
	font-weight: 400;
	border: 1px solid #FFFFFF;
	background-color:#CCC
	color: #000;
	padding: 5px;
	font-family: 'Roboto Slab', serif;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
	}
	
.Surname {visibility: hidden;}

#submit {
    background-color: #3ce174;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    border:none;
}
