table {
border-collapse: collapse;
border: 0px;
}

.table-cell-left {
width: 256px;
/* border: 1px solid #FFFFFF; */
border: 0px;
}

.table-cell-right {
width: 350px;
/* border: 1px solid #FFFFFF; */
border: 0px;
}

.table-spacer {
width: 100%;
height: 1em;
border: 0px;
}

.text-box {
width: 100%;
padding: 2px;
background-color: #000000;
color: #FFFFFF;
font-size: 1.25em;
border: 1px solid #FFFFFF;
}

.text-box:focus {
background-color: #343434;
color: #FFFFFF;
}

.text-area {
width: 100%;
height: 256px;
padding: 2px;
background-color: #000000;
color: #FFFFFF;
font-family: sans-serif;
font-size: 1.25em;
border: 1px solid #FFFFFF;
}

.text-area:focus {
background-color: #343434;
color: #FFFFFF;
}

#contact-container {
position: relative;
/* width: 820px; */
width: 606px;
margin: 0 auto 0 auto;
}

/*.contact-form-button {
position: relative;
display: block;
width: 256px;
padding-top: 4px;
padding-bottom: 4px;
margin: 0 auto 0 auto;
font-variant: small-caps;
font-weight: bold;
font-size: 1.25em;
color: #00FF00;
background-color: #000000;
text-decoration: none;
text-align: center;
letter-spacing: .25em;
z-index: 4;
border: 0px;
cursor: pointer;
}

.contact-form-button:hover {
background-color: #00FF00;
color: #000000;
}*/

#contact-button-holder {
    width: 100%;
    text-align: center;
}

#contact-container button {
    display: inline-block;
    padding: 6px 20px 6px 20px;
    margin: 24px auto 24px auto;
    border-radius: 40px 40px 40px 40px;
    background-color: #222222;
    color: #66BB66;
    border: 2px solid #66BB66;
    font-family: ClearSans, sans-serif;
    font-weight: bold;
    font-size: 28px;
    vertical-align: middle;
}

#contact-container button:hover {
    background-color: #66BB66;
    color: #222222;
}

#contact-container button:active {
    background-color: transparent;
    border-color: #FF00FF;
    color: #FF00FF;
}

/*.field {
width: 100%;
background-color: #000000;
border: 1px solid #FFFFFF;
color: #FFFFFF;
letter-spacing: .25em
}

.field:focus {
background-color: #555555;
color: #FFFFFF;
}*/

.text-box-centered {
width: 6em;
padding: 2px;
margin: 0 auto 0 auto;
background-color: #000000;
color: #FFFFFF;
font-size: 1.25em;
border: 1px solid #FFFFFF;
}

.text-box-centered:focus {
background-color: #343434;
color: #FFFFFF;
}