#file_download
{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    font-weight: normal;
    margin-bottom: 8px;
    margin-left: 0 !important;
    margin-right: auto;
    margin-top: 8px;
    padding: 16px 16px 40px;
    width: 94.5%;
}

#file_download table
{
border:1px solid #DFDFDF;
margin:0px;
}

#file_download .last > a {
    color: #FF0000;
}

#file_download .last .download_link {
    color: #333333;
}

#file_download table td {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: ubuntu;
    font-size: 12px;
    padding: 2px 3px 7px;
}

#clientform .input {
    border-radius: 8px 8px 8px 8px;
    font-family: ubuntu;
    font-size: 14px;
	height:26px;
}

#file_download table th {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #333333;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold !important;
    padding: 0 49px 4px 5px;
    text-align: left;
    text-shadow: none !important;
}

#file_download table tr.odd /* ======================== ESSA RECEBEU O DISPLAY: NONE ========================*/
{
background: none repeat scroll 0 0 #E6E6E6;
    display: none;
}
}

#file_download table td.last
{
border:none;
padding: 0 !important;
}

#file_download th {
    background-color: #64849D !important;
}

#clientform {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    font-weight: normal;
    height: 103px;
    margin: 0 auto;
    padding: 20px 16px 40px;
    width: 320px;
}

#clientform .forgetmenot { font-weight: normal; float: left; margin-bottom: 0; }

.download_link, #clientform .submit input {
    cursor: pointer;
    font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    font-size: 11px;
    margin-top: -3px;
    padding: 3px 10px 7px;
    text-decoration: none;
}


#clientform label {
    color: #777777;
    font-family: ubuntu;
    font-size: 12px;
	margin-left: 6px;
}

#clientform .forgetmenot label {
	font-size: 11px;
	line-height: 10px;
}

#clientform .submit { float: right; }


#clientform p {
    margin-bottom: 5px;
    margin-top: -4px !important;
}

#password, #username {
background:none repeat scroll 0 0 #FBFBFB;
border:1px solid #E5E5E5;
font-size:24px;
margin-bottom:0px;
margin-right:6px;
margin-top:2px;
padding:3px;
width:97%;
}
#clientform .submit {
    margin-right: -16px;
    margin-top: 36px !important;
}

#clientform .submit > input {
    background: none repeat scroll 0 0 #64849D;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none;
    color: #FFFFFF;
    font-family: ubuntu !important;
    font-weight: bold;
    text-shadow: none !important;
    width: 98px;
}

#password {
    margin-top: 2px !important;
}