html {overflow-x: hidden;}
#container {overflow: hidden;}

br.clr {
    line-height: 1px;
    clear: both;
}

/*
### <form_general>
*/
form .formErrors {
    color: #f00;
}
form .formLabel {
    clear: left;
    float: left;
    width: 200px;
    margin-bottom: 5px;
}
form .formElement {
    float: left;
    width: 600px;
    margin-bottom: 5px;
}
form .formElement_submit {
    clear: left;
    padding-left: 200px;
}
form .formElement input,
form .formElement select,
form .formElement textarea {
    border: 1px solid #bcbdc0;
}
form .formElement_submit input {
    /*background: none;*/
    border: 1px solid #bcbdc0;
}
form .formElement_submit input.button {
    /*background: none;*/
    border: none;
}

form ul.errors {
    margin: 0;
}
form ul.errors li {
    background: none;
    padding: 0;
}

form .formElement .longstring {
    width: 400px;
}

.captcha {
    clear: both;
    float: left;
    margin-left: 200px;
}
.dev_no_link {
    color: #818491!important;
    cursor: default;
    text-decoration: none;
}
/*
### </form_general>
*/

  a.red_vid:link {
    color: #FF4900;}
    
  a.red_vid:visited {
    color: #FF4900;}
    
  a.red_vid:active {
    color: #FF4900;}
