

#note {
    border: 0px dashed #999;
    width: 360px;
    padding: 5px;
    font-family: Arial;
    font-size: 13px;
    float: right;
    margin: 0 0 0 0;
    display: none;
}

.notification_error {
    text-align: left;
    color: red;
}

.notification_error ul {
    list-style-type: square;
    margin: 0;
    padding: 0 0 0 20px;
}

.notification_ok {
    color: green;
    text-align: center;
}

label {
    width: 100px;
    margin: 5px;
    float: left;
    height: 28px;
    line-height: 28px;
    text-align: right;
}

input.submit {
    padding: 2px 5px;
    font: bold 12px / 12px verdana, arial, sans-serif;
}

.info_fieldset {
    border: 1px #dddddd solid;
    padding: 20px 10px 10px 10px;
    position: relative;
}

.info_fieldset legend {
    border: 1px #dddddd solid;
    color: black;
    font: 13px Verdana;
    padding: 5px 10px 5px 10px;
    font-variant: small-caps;
}

input[type = text], input[type = password], textarea {
    margin: 5px;
    padding: 3px;
    float: left;
    width: 200px;
    border: 1px solid #999999;
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
    color: #333333;
    font: 12px Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    background: url(../img/input_bg.png) top left repeat-x;
}

.button {
    height: auto;
    line-height: normal;
    font-variant: small-caps;
    text-decoration: none;
    font-size: 10px;
    border: 1px solid #999999;
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
    padding: 5px 15px 5px 15px;
    line-height: 15px;
    color: #777;
    width: auto;
}

.button:hover {
    color: #333;
    cursor: pointer;
}

#sendContactEmail {
    float: left;
}

br {
    clear: left;
}