
.divContact{
    width: 204px;
    height: 100px;
    background-color:Transparent ;
    border: 0px solid orange;
    padding: 0px;
    padding-left: 0px;
    padding-right:0px;
    font-family:Arial;
    font-size:12px;
    color:#010000;
	font-weight:normal;
}

#form2
{
	padding:0px;
	margin:0px;
}

/* ---------- TD's ---------------------- */
.tableContact
{
    direction:rtl;
}

.ContactSpaceH
{
    height:10px;
}
.ContactMandatory
{
    width:10px;
    color:Red;
    vertical-align:top;
	padding-right:10px;
}

.ContactText
{
    width:45px;
    vertical-align:top;
}

.ContactControl
{
    direction:rtl;
	width:110px;
}

.ContactValidation
{
    direction:rtl;
    display:none;
}
.ContactValidationSpanMandatory
{
    display:none;
    color:red;
    direction:rtl;   
}

/* ------------------ CONTROLS ------------------------ */
.textbox
{
    width:110px;
	border-color:#F1F2F3;
	border-bottom:solid 1px #DEE0E2;	
	border-right:solid 1px #DEE0E2;
}
.password
{
}
.Email
{
    direction:ltr;
    text-align:left;
	width:110px;
	border-color:#F1F2F3;
	border-bottom:solid 1px #DEE0E2;
	border-right:solid 1px #DEE0E2;
}
.checkbox
{
}
.textarea
{
    width:110px;
    height:50px;
}


/* ----------- SUBMIT ---------------- */
.DivSubmit
{
    width:183px;
    text-align:left;
}

.submitButton
{
    width:50px;
	border:solid 1px black;
}
/* ----------- RESULT ---------------- */
.DivResult
{
    width:100px;
    text-align:left;
    color:#52836A;
    font-family:Arial;
    font-size:12px;
}
