#main {
    margin: auto;
	border: 1px solid #E8E8E8;
	width: 190px;
	background: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 9px;
}

form {
    margin-left: 1px;
	border: 1px solid #CCCCCC;
	width: 189px;
	background: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 9px;
    padding:0px;
    margin-bottom:1px;
}

#result {
    margin-left: 1px;
    text-align:center;
    border: 1px solid #cccccc;
    width: 184px;
    background: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 9px;
    padding:1px;
    margin-bottom:1px;
    margin-top:1px;
}

.text {
	border: 1px solid #cccccc;
}

input {
    border: 0px solid #cccccc;
}


#caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:1px;
    font-size : 10px;
    color:#000000;
}

#icon{
    width:100px;
    height:100px;
    float:left;
    background-image:url(icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:1px;
    height:1px;
    float:left;
    background-image:url(icon2.gif);
    background-repeat: no-repeat;
    background-position:center center;
}

#source{
  text-align:right;
  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;
}
