@charset "UTF-8";
/* GLDstudio.com CSS DOC */

/* CSS Reset */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px; color: #fff;
}

a {
	outline: none;
}

body {
	font-family: Helvetica, Arial, sans-serif; /* Set the global font */ 
	background-color: #000;
	padding: 10px;
}

p {
	color: #9e8f83;
	line-height: 20px;
	font-size: 12px;
	margin: 20px 0;
}

h2 {
	color: #e06900;
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px; font-style: oblique; font-weight: 100;
	margin: 0 0 20px 0;
}

h3 {
	color: #e06900;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px; font-style: oblique; font-weight:100;
	margin: 0 0 0 0;}

ul {
	margin: 0 10px;
	list-style-type: none;
}

li {
	color: #777777;
	line-height: 20px;
	font-size: 12px;
}

input.enter_name {
	width: 260px; height: 25px;
	color: #e06900;
	border: 3px solid #281b0a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	background-color: #281b0a;
}
	
input.enter_email {
	width: 260px; height: 25px;
	color: #e06900;
	border: 3px solid #281b0a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	background-color: #281b0a;
}

.submit_btn {
	background-color: #000000;
	border: 0;
	float: left;
	padding: 0 0 20px 0;
	margin: 20px 0;
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #e06900;
}
	
.submit_btn:hover {
	text-decoration: underline;
	cursor: pointer;
}