#details-main{
    float:left;
    width:100%;
}
#details-main fieldset{
    margin-top:5px;
    font-size: 22px;
    width:455px;
    float:left;

}
#customerfield{
    height:185px;
     font-size: 20px;
   
}
#protected_caption{
      margin-top:3px;
      font-size:16px;
}
#hotlead_caption {
    margin-top: 7px;
    font-size: 16px;
}
#valmatch_caption {
    margin-top: 7px;
    font-size: 16px;
}
#permitcontainer {
    overflow-y:scroll;
    height:100%;
    margin-top:-5px;
}
#protectedcheck{
    clear:left;
    margin-top:3px;
    height:25px;
    width:25px;
}
#hotleadcheck {
    margin-top: 3px;
    height: 25px;
    width: 25px;
}
#valmatchcheck {
    margin-top: 3px;
    height: 25px;
    width: 25px;
}
#pagelogbox {
    height:143px;
    overflow-y:hidden;
}
#plhtr {
    background-color:#AAAAAA;
}
#pagelogtable {
    font-size:16pt !important;
    /*border-radius:5px;*/
    border: 1px solid #888888;
}
#pagelogtable td {
    border: 1px solid #444444;
    padding: 2px;
}
#pagelogtable th {
    border: 1px solid #444444;
    padding: 2px;
}
/*#pagelogtable ::webkit-toolbar {
    display:none;
}*/
#addressfield{
    height:185px;
     font-size: 20px;
}
#commentfield{
    height:145px;
     font-size: 20px;
}
#infofield{
    height:145px;
     font-size: 20px;
     float:left;
}
#commentfield textarea{
  width:100%;
  height:85%;
     font-size: 20px;
}
fieldset input{
    font-size: 20px;
       width:100%;
}
legend{
  font-weight:bold;
  color:#5994bf;
}
.halfwrapper {
    width:50%;
    float:left;
}

.quarter{
    width:22%
}
.threequarter{
    width:73%
}
.half{
    width:48%
}
.full{
    width:96%
}
.third{
    width:31%
}
.twothird{
    width:63%;
}
.right{
    float:right;
  text-align: right;
   margin-right:5px;
}
.left{
    float:left;
     clear:right;
}
.cl{
    clear:left;
}
.cr{
clear:right;    
}
.eight{
   width:12%;
   text-align:right;
     margin-right:7px;
}

#viewpdflist{
    background:white;
    width:150px;
    float:left;
    margin-top:10px;
}
#viewpdflist li{
       background: #5994bf;
   border:thin white solid;
   color:#ffffff;
    text-align: center;
    cursor:pointer;
     border-top-right-radius:7px;
    border-top-left-radius:7px;
    border-bottom-right-radius:7px;
    border-bottom-left-radius:7px;
    font-size:14px;
    padding:5px;
}
#viewdoculist{
    background:white;
    width:220px;
    float:right;
margin-top:10px;

}
#viewdoculist li{
       background: #5994bf;
   border:thin white solid;
   color:#ffffff;
    text-align: center;
    cursor:pointer;
     border-top-right-radius:7px;
    border-top-left-radius:7px;
    border-bottom-right-radius:7px;
    border-bottom-left-radius:7px;
    font-size:14px;
    padding:5px;
}
#viewlistwrapper{
    overflow:auto;
        float:left;
         height:120px;
}