#popup-overlay{
    opacity: 0.5;
    background-color: black;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

 .popup {
     position: fixed;
     top: 200px;
     background-color: white;
     z-index: 1001;
     border: solid 3px rgb(204, 204, 204);
     padding: 15px;
     text-align: left;
 }

 .popup #close {
     width: 25px;
     height: 29px;
     position: absolute;
     top: -15px;
     right: -16px;
     background-image: url("/static/images/x.png");
 }

 #expertratings-test {
     max-width: 900px;
     max-height: 800px;
     left: 330px;
     padding: 0px ! important;
 }

 #expertratings-test iframe {
     max-width: 900px;
     max-height: 800px;
 }

 #upload-picture {
     width: 600px;
     height: 300px;
     left: 330px;
 }

 #upload-picture #header{
     font-size: 120%;
     font-weight: bold;
     margin-bottom: 30px;
 }

 #upload-picture #form{
     text-align: center;
 }

 #upload-logo {
     width: 600px;
     height: 300px;
     left: 330px;
 }

 #upload-logo #header{
     font-size: 120%;
     font-weight: bold;
     margin-bottom: 30px;
 }

 #upload-logo #form{
     text-align: center;
 }

 #feedback {
     width: 600px;
     height: 400px;
     left: 330px;
 }

 #feedback #header {
     font-size: 120%;
     font-weight: bold;
     margin-bottom: 30px;
 }

 #feedback .field {
     margin-bottom: 5px;
 }

 #feedback .field .title {
     font-size: 120%;
     font-weight: bold;
     float: left;
     width: 150px;
     text-align: right;
     padding-right: 20px;
 }

 #feedback #send {
     margin-top: 30px;
 }

 #feedback .submit {
     width: 80px;
 }


 #send-massage {
     width: 600px;
     height: 280px;
     left: 330px;
 }

 #send-massage  #header {
     font-size: 120%;
     font-weight: bold;
     margin-bottom: 30px;
 }

 #send-massage  .field {
     margin-bottom: 5px;
 }

 #send-massage  .field .title {
     font-size: 120%;
     font-weight: bold;
     float: left;
     width: 150px;
     text-align: right;
     padding-right: 20px;
 }

 #send-massage  #send {
     margin-top: 30px;
    text-align:center;
 }

 #send-massage  .submit {
     width: 80px;
 }

 #send-massage  textarea  {
    height:50px;
 }

 #send-massage #subj-error  {
    color:red;
    font-size:11px;
    padding:0 0 0 170px;
}


 #send-bulk-massage {
     width: 600px;
     height: 480px;
     left: 330px;
 }

 #send-bulk-massage  #header {
     font-size: 120%;
     font-weight: bold;
     margin-bottom: 30px;
 }

 #send-bulk-massage  .field {
     margin-bottom: 5px;
 }

 #send-bulk-massage  .field .title {
     font-size: 120%;
     font-weight: bold;
     float: left;
     width: 100px;
     text-align: right;
     padding-right: 5px;
 }

 #send-bulk-massage  #send {
     margin-top: 30px;
    text-align:center;
 }

 #send-bulk-massage  .submit {
     width: 80px;
 }

 #send-bulk-massage  textarea  {
    height:50px;
 }

 #send-bulk-massage #bulk-subj-error  {
    color:red;
    font-size:11px;
    padding:0 0 0 170px;
}


 #import-contacts {
     width: 600px;
     height: 350px;
     left: 330px;
 }

 #import-contacts  #header {
     font-size: 120%;
     font-weight: bold;
     margin-bottom: 10px;
 }

 #import-contacts  .field {
     margin-bottom: 5px;
 }
 #dialog_loader {text-align:center}

 #import-contacts  .field .title {
     font-size: 120%;
     font-weight: bold;
     float: left;
     width: 150px;
     text-align: right;
     padding-right: 20px;
 }

 #import-contacts  #send {
     margin-top: 30px;
    text-align:center;
 }

 #import-contacts  .submit {
     width: 80px;
 }

 #import-contacts  textarea  {
    height:50px;
 }

 #import-contacts #subj-error  {
    color:red;
    font-size:11px;
    padding:0 0 0 170px;
}
 #import-contacts .contacts  {
    padding:0;
}
 #import-contacts #contacts-holder  {
    height:350px;
}
 #address_import {overflow:auto;height:330px;}

.settings_table {
    width:100%;
}
.settings_table tr {
    border:medium none;
}
.settings_table td {
    border:medium none;
    padding:6px 8px;
    border-left:1px solid #AAAAAA;
    border-right:1px solid #AAAAAA;
    border-top:1px solid #999999;
}
.settings_table tr.odd {
    background-color:transparent;
}
.settings_table tr {
    border-bottom:1px solid #CCCCCC;
}
.settings_table tr.odd th {
    background-color:#CCCCCC;
}
.settings_table tr.even th {
background-color:#CCCCCC;
}
.settings_table tr.odd {
    background-color:#EDEDED;
}
.settings_table tr.even {
    background-color:none;
}
.settings_table th {
    border-left:1px solid #AAAAAA;
    border-right:1px solid #AAAAAA;
    border-top:1px solid #999999;
    font-weight:normal;
    margin:0;
    padding:6px 8px;
    text-align:left;
}
