@charset "utf-8";
/* CSS Document */

.formcontainer {
margin: 0;
padding: 0 0 16px;
width: 90%;
}

#content .formcontainer p {
margin: 13px 0 0;
}

.formcontainer p.blank {
line-height: 0;
margin: 0;
}

form, fieldset {
margin: 0;
padding: 0;
}

.fuenfform {
margin-top: 30px;
}

.fuenfform fieldset {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background-color: #fff;
border-color: #d9e7ed;
border-right: 1px solid #d9e7ed;
border-style: solid;
border-width: 4px 1px 1px;
margin: 0 20px 20px 0;
padding: 1em;
}

.fuenfform legend {
color: #455472;
font: italic 120% Georgia;
padding: 0 0.5em 0;
}

.fuenfform fieldset div {
margin: 0 0 0 2em;
}

.fuenfform label {
display: block;
padding-right: 10px;
}

.fuenfform input {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border: 1px solid #ccc;
clear: both;
color: #333;
font: italic 90% Georgia;
margin: 0.4em 0;
padding: 8px 9px;
}

.fuenfform textarea {
border: 1px solid #ccc;
height: 15em;
margin: 0.4em 0;
padding: 8px 9px;
width: 90%;
}

.fuenfform input:focus, .fuenfform textarea:focus {
border: 1px solid #455472;
background-color: #f5f8ff;
}

#enavant {
background-color: #f0f0f0;
font-size: 120%;
}
               
span.error {
padding: 5px 7px;
border: 1px solid #ffb8b8;
border-top: 3px solid #ffb8b8;
-moz-border-radius: 1px;
background: #fcc;
}

.stella {
color: #c00;
}

#content .mailus {
margin-top: 1.5em;
}

#content .dividerform {
height: 1px;
margin: 4em 0 1em;
background: #fff;
border-bottom: 1px solid #eee;
clear: both;
}

hr {
display: none;
}

#content .mailus h3 {
margin-bottom: 0.75em;
color: #c00;
}