﻿
/******************************RESET CSS*********************************/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/******************************RESET CSS*********************************/

#main_container
{
	font-family: Helvetica, Lucida Sans, Tahoma, Arial;
	width: 980px;
	padding: 0 10px 0 10px;
	margin: 0 auto;
}

#logo
{
	background:url(../images/push_play_logo.gif) center no-repeat;
	width: 297px;
	height: 88px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

#bulldozer
{
	background:url(../images/bulldozer.jpg) center no-repeat;
	width: 589px;
	height: 398px;
	margin: 0 auto;
	padding: 20px 0 20px 0;

}

#intro_text
{
	text-align: center;
}

#email_heading
{
	font-size: 20px;
	font-weight: bold;
}

#email_form
{
	font-size: 16px;
	font-style: italic;
}

.textbox
{
	margin: 0 0 0 10px;
	font-size: 16px;
	border: 3px solid #808080;
	width: 600px;
}

.heading
{
	width: 30%;
	vertical-align: top;
}

.input_area
{
	width: 70%;
}

#submit_form
{
	text-align: left;
}

#footer
{
	font-size: 10px;
	font-weight: bold;
	padding: 50px 0 50px 0;
	text-align: center;
}

.error
{
	color: #FF0000;
	font-weight: bold;
	font-size: 24px;
}

.message
{
	color: Green;
	font-weight: bold;
}