#main {
   	border: 0px solid #cccccc;
	width: 215px;
	background: #CC292B;
    font-family: Trebuchet MS;
    font-weight:bold;
    font-size : 12px;
}

.result {
    margin-left: 5px;
	border: 0px solid #ffffff;
	width: 200px;
	background: #CC292B;
    font-family: Trebuchet MS;
    font-weight:bold;
    font-size : 14px;
	color:#FFFFFF;
      
}

.text {
	border: 1px solid #ffffff;
}

input {
    border: 0px solid #ffffff;
}

.values{
  font-family: verdana;
  font-weight:normal;
  font-size : 10px;
  align:top;
  vertical-align:top;
}

.key{
  font-family: verdana;
  font-weight:bold;
  font-size : 12px;
  padding-bottom:15px;
}


.caption{
	margin-left: 5px;
    font-family:Trebuchet MS;
    font-weight:bold;
    
    font-size : 14px;
    color:#C64934;
}

#icon{
    width:32px;
    height:32px;
    float:right;
    background-image:url(icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
	
    width:100px;
    height:100px;
    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: Trebuchet MS;
  font-weight:normal;
  font-size : 10px;
  color:#ffffff;
}