div.mail {
        width: 798px;
        padding-top: 20px;
}

div.mailleft {
        float: left;
}

div.mailright {
        float: right;
}

div.inputdiv {
        background-image: url(../images/formbgr.gif);
        width: 342px;
        height: 44px;
}

input.intext {
        position: relative;
        top: 11px;
        left: 12px;
        width: 318px;
        height: 22px;
        border: 0px;
}

button.submit {
        margin-right: 11px;
        background-color: White;
        color: #46843E;
        border: 0px;
}
button:hover {
	cursor: pointer;
}
