html {
	margin: 0;
}
body {
	margin: auto;
	background: white url(../images/container-bg2.png) no-repeat center -370px;
	color: inherit;
	letter-spacing: 1px;
	width: 100%;
	height: 100%;
	border: 0px solid blue;
	font-family: "Georgia", serif;
}
#container {
	margin: auto;
	width: 100%;
	height: 100%;
	border: 0px solid red;
	position: relative;
}
#logo {
	width: 940px;
	height: 225px;
	border: 0px solid red;
	text-align: center;
	margin: auto;

}
#logo img {
	padding-top: 80px;
}
/* //// FORM STYLING //// */
.emailForm {
	margin-top: 50px;
}
form {
	width: 600px;
	height: 60px;
	background-color: #662d91;
	padding: 25px 20px 10px 20px;
	margin: auto;
	color: #fff;
	overflow: hidden;
	position: relative;

	-webkit-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
}
input {
	font-size:18px;
	border: 2px solid #662d91;
	background-color: #fff;
	-webkit-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
	color: #696969;
	width: 375px;
}
input:focus {
	border: 2px solid red; /* 0072bc  */
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input[type=date],
input[type=number],
input[type=submit] {
	-moz-border-radius:  0px;
	-webkit-border-radius:  0px;
	border-radius:  0px;
	width: auto;
}
input:invalid {
	border: 2px solid #f26522;
}
input.button{
	background-color: #00aeef;
	display: inline-block;
	padding: 10px; /* 5px 10px 6px */
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 9px #999;
	box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border: none;
	cursor: pointer;
	position:relative;
	font-size: 24px;
	font-family: "Helvetica",Arial,sans-serif;
	margin: 0 0 0 20px;
}
input.button:hover	{
	background-color: #f7941d;
	color: inherit;
}

/* //// PIXEL INSTALLATION STYLING //// */
table {
	margin-bottom: 30px;
	border-spacing:2px;
}
td,
th {
	padding: 5px;
}
.trgray {
	background-color: #ccc;
}
.hdr1 {
	background-color: #630460;
	color: #fff;
	font-size: 16px;
	font-style: normal;

}
.hdr2 {
	background-color: #f7941d;
	color: inherit;
	text-align: left;

}

.instructions {
	margin: auto;
	width: 1050px;
	position: relative;
	font-size: 14px;
	line-height: 19px;
	background-color: transparent;
	color: inherit;
	padding: 20px;
	border: 0px solid red;

}
.codingStyle {
	margin: 0;
	padding: 15px;
	background-color: #eee;
	color: inherit;
	line-height: 10px;
}
pre {
	font-family: monospace;
}
code {
	margin: 0;
	padding: 0;


}
