
@import url(core-style.css);


#error {
color: orange;
 }

#formtable {
width: 738px;
border: 1px #ffffff;
margin-top: 30px;
padding: 0em;
height: auto; }

#contactText {
color: #ffffff;
background-color: #484848;
height: auto;
width: 738px;
margin-top: 10px; }

form {
width: 738px;
height: auto;
border: 1px #ffffff solid; }

table {
border-spacing: 1px 1px;
margin-left: 40px; }


td.input {
background-color: #ffffff;
color: #000000;
padding-left: 4px;
padding-right: 4px; }

td.input input {
width: 300px;
color: #484848;
background-color: #ffffff;
font-size: 1em;
}

textarea {
width: 300px;
color: #484848;
background-color: #ffffff;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em; }
th {background-color: #000000;
color: #ffffff;
text-align: left;
font-weight: bold;
padding-left: 1em;
font-size: 1em;
padding-bottom: 0.3em;
padding-top: 0.3em; }


td.label {
color: #484848;
text-align: right;
font-weight: bold;
padding-left: 1em;
padding-right: 0.4em;
font-size: 0.9em;
background-image: url(../../assets/modules/contact/image/tablebkgnd.jpg);
background-repeat: repeat;
background-position: left top; }
label {
cursor:pointer; }