/* CSS Document */

body {
font-family: Arial;
font-size: 14px;
}



 label
{
width: 250px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}



.submit input
{
margin-left: 262px;
}

input{
color: #000;
background: #ffffff;
border: 1px solid #f8db01;
}


textarea {
color: #000;
background: #FFFFFF;
border: 1px solid #f8db01;
}



.submit input
{
color: #000;
background: #f8db01;
border: 2px outset #fff;


}

p{
color: #fff;
line-height: 1.5;
}

A:link {text-decoration: underline; color: #f8db01;}
A:visited {text-decoration: underline; color: #f8db01;}
A:active {text-decoration: underline;}
A:hover {text-decoration: none; color: #f8db01;}