fieldset{
border:none;
}

legend{
color:#87b57c;
font-weight: 900;
margin-bottom:5px;
}

.contact form#contact input{
height:16px;
margin-right:10px;
margin-bottom:10px;
width:305px;
}

.contact form#contact textarea, .contact form#contact input{
background-color:#f4e0e6;
border:none;
font-style:italic;
font-weight:900;
color:#da648f;
font-size:14px;
padding:2px;
}

form#contact textarea{
overflow-y:auto;
width:625px;
}

.contact form#contact input#submit{
background:url(../images/submit.jpg) no-repeat center top;
height:20px;
width:50px;
float:right;
margin-top:10px;
margin-right:15px;
cursor: pointer;
}
