
.divContact{
    width: 400px;
    height: 220px;
    background-color:Transparent ;
    border: 0px solid orange;
    padding: 0px;
    padding-left: 0px;
    padding-right:0px;
    font-family:Arial;
    font-size:12px;
    color:#222222;
}

/* ---------- TD's ---------------------- */
.tableContact
{
    direction:rtl;
}

.ContactSpaceH
{
    height:10px;
}
.ContactMandatory
{
    width:10px;
    color:Red;
    vertical-align:top;
}

.ContactText
{
    width:100px;
    vertical-align:top;
}

.ContactControl
{
    
}

.ContactValidation
{
}

/* ------------------ CONTROLS ------------------------ */
.textbox
{
    width:150px;
}
.password
{
}
.Email
{
    direction:ltr;
    text-align:left;
}
.checkbox
{
}
.textarea
{
    width:150px;
    height:50px;
}


/* ----------- SUBMIT ---------------- */
.DivSubmit
{
    width:270px;
    text-align:left;
}

.submitButton
{
    width:50px;   
}
/* ----------- RESULT ---------------- */
.DivResult
{
    width:100px;
    text-align:left;
    color:Blue;
    font-family:Arial;
    font-size:12px;
}
