@charset "utf-8";
body {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(images/5fireworkscompfpspurplered1.gif);
	min-width: 760px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	width: 100%;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFF url(images/5fireworkscompfpspurplered1.gif) repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #FFF url(images/finalangelheaderfwcomp.gif) no-repeat center top;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: auto;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

}
.oneColLiqCtrHdr #mainContent {
	padding: 0 10%; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000 url(images/5fireworkscompfpspurplered1.gif) repeat;
	color: #CCC;
	min-width:725px;
	border-right-width: 20%;
	border-left-width: 20%;
	width: 80%;
	border-right-style: inset;
	border-left-style: inset;
	position: relative;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	color: #333;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#menuwrap {
	background: #000;
	width: 100%;
	height: 30px;
}
/*here's the form css*/
label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
	margin-left: auto;
} 
input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

.submit input
{
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
	margin-left: 4.5em;
	position: relative;
	float: none;
} 
.reset input
{
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
	margin-left: 4.5em;
	position: relative;
	float: none;
} 
fieldset
{
	border: 1px solid #781351;
	width: 30%
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
} 
