/* utf-8 marker: äöü */

/* do not change */
.smtpmail_fieldContainerAlt {
display: none;
}
/* END do not change */


/* CONTAINERS */

.smtpmail_fieldContainer {
width: 240px; 
min-height: 56px;
float: left; 
padding: 0 20px 16px 0;
}

.smtpmail_fieldContainer100 {
clear: both;
padding: 0 0 20px 0;
}

.smtpmail_newLine {
clear: both;
}


/* INPUT - SELECTBOX - CHECKBOX - RADIO BUTTONS */

.smtpmail_inputText {
width: 90%;
min-width: 200px; 
font-family: arial, sans-serif;
font-size: 15px; 
border: 1px solid #aaa; 
border-radius: 3px!important; 
padding: 5px;
}

.smtpmail_select {
/*
width: 96%;
min-width: 210px; 
*/
font-family: arial, sans-serif;
font-size: 15px; 
border: 1px solid #aaa; 
border-radius: 3px!important; 
padding: 5px;
}

.smtpmail_checkboxWrap {
display: block; 
float: left;
background: #ddd;
color: #333;
font-family: arial, sans-serif;
font-size: 15px; 
border-radius: 3px; 
padding: 2px;
margin: 2px 4px 2px 0;
cursor: pointer; 
}

.smtpmail_checkboxLabel {
padding: 0 6px 0 3px;
cursor: pointer; 
}

.smtpmail_radioButtonWrap {
display: block; 
float: left;
background: #ddd;
color: #333;
font-family: arial, sans-serif;
font-size: 15px; 
border-radius: 3px; 
padding: 2px;
margin: 2px 4px 2px 0; 
cursor: pointer; 
}

.smtpmail_radioButtonLabel {
padding: 0 6px 0 3px; 
cursor: pointer; 
}


/* TEXTAREA */

.smtpmail_textareaMessage {
clear: both; 
padding: 8px 20px 16px 0;
}

.smtpmail_textarea {
height: 120px; 
border: 1px solid #aaa; 
border-radius: 3px!important; 
padding: 5px;
}


/* MESSAGES */

.smtpmailMessage {
height: 1px;
margin: -90px 0 90px 0;
}

.smtpmail_messageWrongCaptchaCode, .smtpmail_messageUnknownError {
background: #900; 
color: #fff; 
font-weight: 700; 
text-align: center; 
border-radius: 3px; 
padding: 16px; 
margin: 10px 0;
}

.smtpmail_messageFormSent {
background: #060; 
color: #fff; 
font-weight: 700; 
text-align: center; 
border-radius: 3px; 
padding: 16px; 
margin: 10px 0 30px 0;
}

.smtpmail_messageBacklink {
font-size: 18px; 
font-weight: 700;
}

.smtpmail_messageNoscript {
font-weight: 700;
text-align: center;
}


/* CAPTCHA */

.smtpmail_captchaContainer {
clear: both;
float: left;
padding: 6px 0;
}

.smtpmail_captchaIframe {
width: 100%; 
float: left; 
height: 70px; 
border: 0; 
padding: 0; 
margin: 12px 10px 0 0;
}

.smtpmail_captchaInput {
clear: both;
width: 9em; 
float: left;
border: 1px solid #aaa;
border-radius: 3px!important; 
}


/* SUBMIT BUTTON */

.smtpmail_submitButton {
clear: both;
background: #fff url(button.jpg)repeat-x; 
color: #333;
text-align: center;
font-family: arial, sans-serif;
font-size: 15px;
border: 1px solid #aaa;
border-radius: 3px; 
padding: 5px 12px;
margin: 6px 0;
cursor: pointer;
}


/* THE REST */

.smtpmail_star {
color: #900; 
font-size: 20px; 
font-weight: 700; 
font-family: georgia, serif;
}

.smtpmail_warning {
background: #900; 
color: #fff;
text-align: center;
border-radius: 3px; 
padding: 8px 12px;
}

.smtpmail_clearBoth {
clear: both;
}
