body {
	behavior: url('/css/csshover.htc');
	font: 12px Arial;
}

/*
### <form>
*/
form input,
form select,
form textarea {
    font: 1em Arial;
}
form .formLabel {
    clear: both;
    float: left;
    width: 130px;
    margin-bottom: 5px;
    text-align: right;
    padding-right: 10px;
}
form .formElement {
    float: left;
    width: 450px;
    margin-bottom: 5px;
}

form .formElement_key input {
    float: left;
}
form .formLabel_key,
form .formElement_key {
    margin-top: 20px;
}
form .formErrors_key {
    clear: both;
}
#captchaBox {
    float: left;
    width: 180px;
}

form .formLabel_submit {
    display: none;
}
form .formElement_submit {
    clear: both;
    padding-left: 140px;
}
/*
form .formLabel {
    float: left;
    width: 120px;
    height: 25px;
    clear: both;
}

form .formElement {
    float: left;
    width: 150px;
    height: 25px;
}
*/
form .formElementHint {
    font-size: 80%;
    color: gray;
}
form ul.errors {
    margin: 0;
    padding-left: 0;
    font-size: 0.8em;
    color: red;
}
form ul.errors li {
    background: none;
    padding: 0;
    list-style: none;
}
/*
### </form>
*/


