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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

html, body{
	background: url('../images/bg.png') #0f0f0f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #f2f2f2;
	margin-bottom: 20px;
}

p{
	margin-bottom: 1em;
}

a:link{ color: #3089ce; text-decoration: none; }
a:visited{ color: #3089ce; text-decoration: none; }
a:active{ color: #1e649b; text-decoration: none; }
a:hover{ color: #1e649b; text-decoration: none; }

a.yellow:link{ color: #e7d82c; text-decoration: none; }
a.yellow:visited{ color: #e7d82c; text-decoration: none; }
a.yellow:active{ color: #c5b930; text-decoration: none; }
a.yellow:hover{ color: #c5b930; text-decoration: none; }

#text-container{
	width: 450px;
	margin-top: 50px;
	margin-left: 50px;
	float: left;
}

#form-container{
	width: 350px;
	margin-top: 50px;
	margin-left: 50px;
	display: none;
	float: left;
}

#contactform .input-field{
	display: block;
	border: 3px solid #3089ce;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	width: 350px;
	margin-bottom: 10px;
	padding: 2px;
}

#contactform .textarea{
	display: block;
	border: 3px solid #3089ce;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	width: 350px;
	height: 130px;
	margin-bottom: 10px;
	padding: 2px;
}

#contactform label{
	display: block;
	font-size: 0.6em;
	margin-bottom: 5px;
}

#contactform label.error{
	font-family: Arial, Verdana, sans serif;
	font-size: 0.5em;
	color: red;
	padding-left: .5em;
	vertical-align: top;
	margin-top: -6px;
}

#submit-button-container{
	text-align: right;
}