div#contact-box h2.contact-title {
background:url('../img/contact-icon.png') top left no-repeat;
behavior:url('/style/iepngfix.htc');
font-family:"Courier New", Courier, monospace;
font-size:200%;
height:64px;
line-height:64px;
margin:0 0 20px 0;
padding:0 0 5px 74px;
border-bottom:dashed 1px #f0f0f0;
}

div#contact-box div.content {
margin:8px;
}

div#contact-box div.contact-info {
margin:8px;
}

form.contact {
margin:10px 0;
}

table.contact {
background:#7c7c7c;
width:100%;
margin:10px 0;
border-spacing:0;
border-collapse:collapse;
}

* html table.contact {
width:expression(document.body.clientWidth >= 900 ? "450px" : "350px");
}

table.contact  td {
vertical-align:middle;
border:solid 1px #f0f0f0;
}

table.contact td div {
margin:10px 16px 10px 10px;
}

table.contact td div.submit {
margin:10px;
}

table.contact td.label {
width:100px;
height:40px;
}

table.contact label {
font-weight:bold;
}

table.contact input {
width:100%;
padding:3px;
}

table.contact td.value input:focus {
background:LemonChiffon;
}

table.contact input.short {
width:50%;
}

table.contact input.short-msg {
background:#7c7c7c !important;
padding:0;
width:50%;
}

table.contact textarea {
width:100%;
height:250px;
padding:3px;
}

table.contact textarea:focus {
background:LemonChiffon;
}

table.contact input.submit {
background:#e0e0e0;
color:black;
padding:5px;
border:solid 1px black;
}

table.contact input.submit:hover {
background:#9c9c9c;
color:white;
border-color:white;
}

table.contact input.submit:active {
padding:7px 3px 3px 7px;
}

div.error {
background:#8f7c7c;
color:white;
margin:25px 0 0 0;
border:dashed 1px #f0f0f0;
}

div.error div.content {
background:url('../img/error-icon.png') center left no-repeat;
margin:10px;
min-height:64px;
}

div.error div.err-msg {
font-style:italic;
margin-left:75px;
}

div.error span.err-word {
font-weight:bold;
}

div.success {
background:#7c8f7c;
color:white;
margin:20px 0 15px 0;
border:dashed 1px #f0f0f0;
}

div.success div.content {
background:url('../img/success-icon.png') center left no-repeat;
margin:10px;
height:64px;
line-height:64px;
}

div.success div.succ-msg {
font-size:110%;
font-weight:bold;
margin-left:75px;
}
