

fieldset {
border: none;
}

legend {
display: none
}

label {
width: 150px;
display: block;
float: left;
}

input {
margin-top: 20px;
width: 300px;
display: block;
float: left;
}

textarea {
margin-top: 20px;
width: 300px;
height: 100px;
display: block;
float: left;
}

input.button {
background: url(../i/button.gif) 0 0 no-repeat;
width: 117px;
border: 0;
margin-left: 150px;
/margin-left: 75px;
padding: 4px 0 5px 0;
/padding: 2px 0 5px 0;
cursor:pointer;
}

input.button:hover {
background: url(../i/button.gif) 0 -176px no-repeat;
}

