html
{
   padding: 0;
   margin: 0;
}

body 

{

background-image: url(images/66CCCC0099FFgradient.jpg);

background-attachment: scroll;


background-repeat: repeat-x;

background-color: #0099ff;

text-align: center;

font-size: 1em;

font-family: Tahoma,Verdana,Helvetica,Arial;

}


label

{

width: 4em;

float: left;

text-align: left;

clear: both;
}

.input-box
{
margin-left: 20px;
color: #26a;
background: #feb;
border: #26a solid 1px
}
 
.submit-button
{
margin-left: 6.5em;
clear: both;
color: #000;
background: #fb0;
border: 2px #9cf outset

}

fieldset
{
display: inline;
border: #26a solid 1px;
width: 25em;
font-size: 1em;
}

legend
{
display: inline;
background: #fb0;
border: #26a solid 1px;
padding: 1px 10px

}

