#footer {
    clear: both;
    width: 760px;
    height: 100px;
}

#footer .social {
   font-size: 16px;
   margin-top: 5px;
   margin-left: 230px;
   border:0;
   
}
#footer .social a {
   border: 0;
}
#send-file {
}
#send-file .footer-top {
    height: 20px;
    background-color: #CFCFCF;
    width: 761px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;  
}
#send-file .footer-bottom {
           height: 20px;
    background-color: #CFCFCF;
    width: 761px;
     -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;   
}

    
#send-file.ui-widget-content {
    border: 0;
    padding: 0;
    margin: auto 0;
}

#send-file li a {
    font-size: 11px;
}

#send-file li.ui-tabs-selected {
    background: #ddd;
    font-weight: bolder;
}

#send-file li.ui-tabs-selected a {
    color: #666;
}

#send-file .tabContent {
    text-align: left;
    color: #454442;
    background: #CFCFCF;
    padding-left: 25px;
}

#send-file .tabContent p,
#send-file .tabContent h3 {
    font-size: 12px !important;
}

#send-file .tabContent p.readmore a {
    padding-right: 10px;
}

#send-file .tabContent p.collapse a {
    padding-right: 10px;
}

#send-file .tabContent p.readmore a,
#send-file .tabContent p.collapse a {
    cursor: pointer;
    color: #555;
}

#send-file .tabContent h1 {
    font-size: 14px !important;
}


#send-file .tabContent table {
    border-collapse: collapse;
    padding: 3px;
    font-size: 11px !important;
}

#send-file .tabContent table th,
#send-file .tabContent table td {
    width: 185px;
    text-align: left;
    color: #454442;
}

#send-file .tabContent table a {
    color: #666;
    text-decoration: none;
}

#send-file .tabContent table a:hover {
    color: #C00;
}

#footer a:visited  {
 color: #496B9B;
}
