

/**************************************************************

        Validate
        v 2.1

**************************************************************/

#myForm {
        font : 12px arial, verdana, sans-serif;
        font-size: 11px;
        font-weight:normal;
        line-height:20px;
        color:#fff;
        padding: 0 0 0 5px;
        width: 320px;
        margin-top:20px;
}

#myForm p {
        margin:0 0 0 5px;
}

#myForm label {
        float: right;
        width: 180px;
}

#myForm input, #myForm textarea, #myForm select {
        background:url(../img/bubblesss.png);
        border: 1px solid #2d2d2d;
}

#myForm .red {
        border: 1px solid red;
}

#myForm label.red {
        border: none;
        color: red;
}

#myForm .customRed {
        border: none;
        color: red;
}

#myForm #submit {
        color: black;
        margin-top: 8px;
}

#validationMessage {
        padding: 5px;
        background:url(../img/bubblesss.png);
        margin-bottom: 10px;
        color: red;
        font-weight: bold;
        display: none;
}

#myForm .errorMessage {
        position:relative;
        top: -35px;
        left:345px;
        float:left;
        color: white;
        padding-top: 15px;
        font-size: 0.8em;
}


/*************************************************************/