form, fieldset
{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Trebuchet ms";
}

legend
{
    display: none;
}

input, textarea, select
{
    outline: none;
    border: 0;
}

.btn
{
    cursor: pointer;
    font-weight: bold;
    background: none;
    color: #0068ab;
}