﻿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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
/* End of reset */

body{
	background-color: #000000;
}

form{
	display: inline;
}

img, img:link{
	border:none;
}

a{
	text-decoration:none;
	color:white;
}

#wrapper{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

#panel{
	background-color: #030102;
	border-bottom: 3px #232122 solid;
	text-align:center;
}

#panel p{
	color: white;
}

.submit{
	border: 1px #E3C529 solid;
	background-color: #FEDA2E;
	color: black;
	margin-left: 15px;
}

.text-input{
	border: none;
	background-color: #393939;
	color: #716F70;
}

.hidden{
	display:none;
}

#panel p form input{
	margin-bottom: 5px;
	margin-top: 5px;
}

.divider{
	border-left: medium #232122 solid;
	margin-left: 10px;
	margin-right: 10px;
	min-height:50px;
	line-height: 15px;
}

#content{
	margin-top: 15px;
	text-align: center;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

#content .box{
	height:218px;
	width:191px;
	display:inline;
	margin-right: 100px;
	margin-top: 45px;
    margin-bottom: 25px;
}

#content .last{
	margin-right:0;
}

#footer{
	margin-top: 80px;
}
