/* sets the width of the page and centers it. The width is required to center it properly */
#page { 
        margin: auto; 
        width: 1024px;
        }
/* defines the background for the top portion of the page. If the height of the image changes, 
edit it here also */
#top {
        background: url(http://www.djnatch.com/events/0508/nmvsn3/images/background.gif) no-repeat;
        height: 800px;
}


#text {
        font-family: Georgia;
        font-weight: bold;
        font-size: 12pt;
        padding-top: 10px;
        padding-left: 40px;
        padding-right: 530px;
}

A {
  color: #fe9a45;
  text-decoration: none;
}

#text14 { font-size: 14pt; }


/* positions the buttons */
#kitmenu {
        padding-top: 160px;
        text-align: center;
        }
/* removes the extra padding and margin from the list menu */
#kitmenu ul, #kitmenu li {
        margin: 0;
        padding: 0;
        }
/* arranges the buttons within the list horizontally instead of vertically */
#kitmenu li {
        display: inline;
        padding: 0px;
        }


 label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}

 input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

.submit input
{
color: #000;
background: #fe9a45;
border: 2px outset #d7b9c9
}


 fieldset
{
border: 1px solid #781351;
width: 20em
}

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