body, html {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fafafa;
    font-family: 'Open Sans', sans-serif;
}


.filetable  {
    width:100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #333;
    font-size: 12pt;
}

    .filetable td {
        border-bottom: 1px solid #ededed;
        padding: 4px;
    }

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 8px;
    margin: 0;
    font-size: 16pt;
    color: #333;
}

.loginbox3 {
   width:328px;
         height:240px;
         
          position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -170px;
    margin-left: -160px;
 
         
         
          background-color:rgba(255,255,255,0.90);
  
       padding:16px;
        
     
 
        
         vertical-align:top;
 text-align:center;
        border:2px solid #f1f1f1;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.75);
box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.75);


/*float:left;*/

  -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;

clear:both;
}


.loginbox3 h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 8px;
    margin: 0;
    font-size: 16pt;
    color: #333;
}

button.black {
    background-color: #595959;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    font-size: 12pt;
    padding: 4px;
    font-weight: normal;
    height: 36px;
    padding-left: 8px;
    padding-right: 8px;
    outline: 0;
    color: #fff;
    border: 0;
    overflow: hidden;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.25);
box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.25);*/
}


button.black:hover {
    background-color: #383838;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -kthtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a.logout {
    background-color: #790707;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    font-size: 12pt;
    padding: 4px;
    font-weight: normal;
    height: 36px;
    padding-left: 8px;
    padding-right: 8px;
    outline: 0;
    color: #fff;
    border: 0;
    overflow: hidden;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.25);
box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.25);*/
}


a.logout:hover {
    background-color: #d31c1c;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -kthtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a.delete {
    display: inline-block;
    background-color: #790707;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
    font-size: 12pt;
    padding: 0px;
    font-weight: normal;
    height: 20px;
    width: 20px;
line-height: 18px;
    outline: 0;
    color: #fff;
    border: 0;
    overflow: hidden;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius:  50%;
    /*-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.25);
box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.25);*/
}


a.delete:hover {
    background-color: #d31c1c;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -kthtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.inputbox-downline2 {
  height: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 13pt;
    padding: 6px;
    border: 1px solid #ededed;
    background-color: #fff;
    width: 300px;
    color: #333;
  margin-top:3px;
  margin-bottom:3px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.15);
-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.15);
box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.15);
/*-moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;*/
 border:0;
border-bottom:0px solid #e0e0e0;
    outline: 0;
     -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}


.inputbox {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14pt;
    padding: 6px;
    border: 1px solid #ededed;
    background-color: #fff;
    width: 300px;
    color: #333;
    /*-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.15);
-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.15);
box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.15);
-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;*/
    /*border:0;
border-bottom:1px solid gray;*/
    outline: 0;
}