#main {
	margin: auto;
	border: 1px solid #cccccc;
	width: 300px;
	background: #F1F3F5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size : 12px;
}

#result {
	margin-left: 80px;
	text-align:center;
	border: 1px solid #cccccc;
	width: 170px;
	background: #E9ECEF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size : 12px;
	padding:15px;
	margin-bottom:20px;
	margin-top:15px;
}

.text {
	text-align: left;
	margin: 3px;
	padding: 3px;
}


#caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#C64934;
}

#icon{
    width:100px;
    height:100px;
    float:left;
    background-image:url(icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:80px;
    height:60px;
    float:left;
    background-image:url(icon2.gif);
    background-repeat: no-repeat;
    background-position:center center;
}

#source{
  text-align:right;
  padding-right:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#CCCCCC;
}

.up{
  color:#1a1; 
  font-weight:normal;
  font-size : 10px;
  
}

.down{
  color:#a11;
  font-weight:normal;
  font-size : 10px;
}
