#main {
    margin: auto;
	width: 400px;
}


#result {
	border: 1px solid #cccccc;
	width: 80%;
	background: #E9ECEF;
    padding:5px;
}

.values{
  align:top;
  vertical-align:top;
}

.key{
  padding-bottom:15px;
}


.caption{
    margin:10px;
	margin-left: 40px;
    color:#C64934;
}

#icon{
    width:80px;
    height:80px;
    float:left;
    background-image:url(http://usados.autohoje.com/microBarChart/style/icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:80px;
    height:80px;
    float:left;
    background-image:url(http://usados.autohoje.com/microBarChart/style/icon2.gif);
    background-repeat: no-repeat;
    background-position:center center;
}

#source{
  text-align:right;
  align:right;
  padding-right:10px;
  color:#CCCCCC;
}

td.bar {
  text-align:left;
}
