/*************************************\
***************************************
\*******Mail Form*********************/
.MailFormWrapperClass
{
    width: 60%;
    margin: 0px auto 0px auto;
}
.mailFormSettingsLabel,
.mailFormAddElementLabel {
float: left;
clear:left;
width: 150px;
margin: 5px 10px;
}
.mailFormSettingsInput,
.mailFormAddElementInput {
margin: 5px 10px;
float: left;
}
.mailFormSettingsInput input {
width: 200px;
}
.mailFormAddElementInput input {
border: 1px solid black;
width: 35px;
text-align: center;
}
.mailFormElement {
width: 80%;
margin: 10px 10%;
clear: both;
border: 1px solid black;
background: #666666;
}
.mailFormElementHeader {
width: 100%;
text-align: center;
padding: 2px 0px;
background: #999999;
}
.mailFormElementLabel {
float: left;
clear:left;
width: 110px;
margin: 5px 10px;
}
.mailFormElementInput {
margin: 5px 10px;
float: left;
}
.mailFormRow {
clear: left;
width: 100%;
margin: 5px 0px;
}
.mailFormRow label{
display: block;
float: left;
width: 100px;
font-size: 1.2em;
padding-right: 10px;
text-align: right;
}
.mailFormRow input[type=text] {
width: 250px;
}
.mailFormRow textarea {
width: 250px;
height: 100px;
}
.mailFormRow select {
}
.mailFormSubmit {
text-align: center;
margin-bottom: 40px;
}
.CaptchaLetter {
padding: 0px 2px 0px 2px;
color: #009999;
font-weight: normal;
text-decoration: italic;
}

.CaptchaQuestion
{
color: #991111;
font-weight: bold;
}
.MailError
{
    color: #dd1122;
}
