/*
 * Edgewood.net - contact form CSS
 */

div#contact-form
{
  margin: 0;
  padding: 20px 0 0 10px;
}

table#contact-table
{
  width: 90%;
}

td.label
{
  text-align: right;
  vertical-align: top;
}

td.bad_data
{
  color: red;
}

td.input
{
}

input.text
{
	background-color: red;
}

textarea
{
	width: 350px;
	font-family: Verdana, Helvetical, Arial, sans-serif;
	font-size: 10pt;
}

.contact-submit
{
        margin: 0;
        border: 1px solid black;
        padding: 1px;
        color: #234F32;
        background-color: #94DA3A;
        font-weight: bold;
}

.contact-submit:hover
{
        color: #FAE640;
        background-color: #234F32;
	/* cursor: pointer; cursor: hand;  the "hand" value won't validate */
	cursor: pointer;
}

/* end of contact.css */
