form {
    margin: 0;
    padding: 0;
    width: 100%;
    }

form p {
	padding-left: 0;
}

fieldset {
    page-break-inside: avoid;
    border: none;
    padding-bottom: 10px;
    margin-right:10px;
    margin-left: 10px;
    }

legend {
    font-family: Trebuchet MS, sans-serif;
    clear: both;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 0.5em;

    margin-bottom: 0.5em;
    margin-left: 0;
    color: black;
    }

label {
    font-weight: normal;
    color: #666666;
    display: block;
    margin: 5px 0 0 0;
    padding: 0;
    }

label.comment {
    font-weight: bold;
    color: #333333;
    }

form .fieldinfo {
    color: #a9a9a9;
    font-size: 0.9em;
}

form .left {
    width: 45%;
    float: left;
}


form .right {
    width: 45%;
    float: right;
}

textarea:focus, input:focus{
    background: #fefedf;
    }

div.formdiv, textarea, .text {
    border: 2px solid #c9c9c9;
    background: #f9f9f9;
    margin: 0;
    font-size: 1em;
	padding: 2px;
    width: 100%;
    }


div.formdiv {
    min-height: 5em;
    border: 2px solid #c9c9c9;
    background: white;
}

form .left, form .left {
    float: left;
}

form .right, form .right {
    float: right;
}

form .full {
    clear:both;
}

.checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}

select {
    border: 2px solid #c9c9c9;
    width: 100%;
    }

option {
    font-family: Arial, sans-serif;
    padding: 1px;
    }


textarea.attention, .text.attention {
    border-left: 5px solid #ffdd55;
    }

textarea.attention:focus {
    background: #fefedf;
    }

textarea.attention:hover {
    background: #fefedf;
    }

.disabled {
    border: none;
    background: white;
    color: black;
    }

input.file {
    margin-left: 10px;
    background: white;
    width: 100%;
    }

.submit, .button {
    float: right;
    }

.submit:hover, .button:hover, .submit:active, .button:active, .submit:focus, .button:focus {
    border: 2px solid #ffaa00;
    }

.submit {
    font-weight: bold;
    }

.formbuttons {
    clear: both;
    margin-left: 10px;
}

.filters {

    }

.filters label {
    margin: 0;
    padding: 0;
    }

.filters .button, .filters .submit {
   float: none;
}

a.button, a.submit {
    text-decoration: none;
    padding: 1px 5px 1px 5px;
    margin-left: 5px;
    color: black;
    float: none;
    }

a.submit {
    font-weight: bold;
}

a.button img {
    vertical-align: middle;
    }

a.button:hover {
    color: black;
}

table.smileys {
    width:100%;
    border-bottom:1px solid #e9e9e9;
    margin-bottom:5px;
}


form td {padding: 5px 5px 5px 0;}
form th {text-align: left;}

