/* J&S Translations - About Us Style Sheet */

#content {
height: 1170px;
}

.form-compulsory {
color:#FF0000;
font-weight:bold;
}

label
{
width: 8em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

input 
{
background: #f8f8f8;
border: 1px solid #484848;
}

textarea
{
background: #f8f8f8;
border: 1px solid #484848;
}

#messagesend {
margin:0px;
padding:0px;
}

.submit {
margin-left:412px;
}
 

.submit input
{
margin-left:5px;
font-weight:bold;
color: #FFFFFF;
background: #0366ac;
border: 2px outset #d7b9c9
}

.formerror {
border: 1px solid #FF0000;
background-color:#FFFFFF;
}

.labelerror {
color:#FF0000;
font-weight:bold;
}

.requiredfielderror {
color:#FF0000;
font-weight:bold;
}