.ContactUsDiv{
   padding:15px;
   background-color: rgb(247, 247, 247);
   border: 1px solid rgb(201, 201, 201);    
   display: inline-block;
   width: 840px;
}
.ContactUsInput{
    padding: 8px 2px 8px 2px;
    width: 220px !important;
    color: #D65211;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
    //opacity: 1!important;
    border: 1px solid rgb(255, 196, 166);    
    font-family: tahoma, verdana, sans-serif;
    resize: none;
    font-size: 14px;
    background-color: #F0F0EF;
}    
.ContactUsLabel{
    padding: 0;
    margin: 0;
    font-family: tahoma, verdana, sans-serif;    
    font-size: 12px;
    font-weight: bold;
    color: #777;
    display: inline-block; 
    width: 120px; 
    top:auto;
}
.SuccessHeader {
    clear: both;
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 2px 2px 5px #888;
    -webkit-box-shadow: 2px 2px 5px #888;
    background: #DFF2BF;
    color: #4F8A10;
}
.ContactUsSubmit {
    width:100px;
    height:30px;
    padding:5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin:5px 0 0 0;
}

.ForgetButton {
    width:120px;
    height:30px;
    padding:5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin:5px 0 0 0;
}

html[dir="ltr"] #contactusdiv{
    float:left;
}

html[dir="rtl"] #contactusdiv{
    float:right;
}

html[dir="ltr"] #contactusmapdiv{
    float:right;
}

html[dir="rtl"] #contactusmapdiv{
    float:left;
}

.errorlabel {
    
    color: #f00;
}

a.PrivateLink {
        border: 1px solid black;
        padding: 5px;
        color: black;
        text-decoration: none;
        background-color: white;
        font-family: Arial;
        font-size: 14px;
}

a.PrivateLink:hover {
        border: 1px solid white;
        padding: 5px;
        color: white;
        background-color: #292929;
}

.SettingLable {
    width: 100px;
    display: inline-block;
    
}

.Setting {
    width: 250px;
    padding: 2px !important;
    margin: 2px 0 !important;
}

div.memberlinks {
    bottom: 0px; 
    padding-left: 10px ;
    position: fixed; 
    background-color: #292929; 
    color: #FFF; 
    font-family: Arial;
    font-size: 18px;
    width: 100%; 
    height: 35px; 
    display: block; 
    padding-top: 14px; 
    z-index: 100000; 
    border-top: 1px solid white;    
}