body{
font: arial;
font-size: 11px;
color: #FFF;
}
#invoice{
width: 90%;
color: #CDCFC4;
background: #5F5F5F;
font-size: 11px;
}

#invoice td.left{
border: 1px #CDCFC4 solid;
width: 80%;
text-align: left;
text-decoration: none;
font: arial;
font-size: 11px;
padding: 5px;
}

#invoice td.right{
border: 1px  #CDCFC4 solid;
width: 20%;
text-align: right;
text-decoration: none;
vertical-align: bottom;
padding: 5px;
}
table.body_table td, th{
text-align: left;
}
table.body_table {
font: arial;
font-size: 10px;
text-align: left;
color: #CDCFC4;
}

#personal_info{
padding-bottom: 7px;
font-size: 10px;
}

.styledbutton{
border: 1px solid #FFF;
background: #000;
color: rgb(255, 102, 0);
font-size: 8pt;
padding: 5px;
width:119;

}

