#main {
    clear:both;
    margin: auto;
	border: 1px solid #cccccc;
	width: 356px;
	background: #F1F3F5;
    font-family: 'Lucida Sans', Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
}

#main form {
    margin-left: 40px;
	border: 1px solid #cccccc;
	width: 300px;
	background: #E9ECEF;
    font-family: 'Lucida Sans', Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
}

#result {
    margin-left: 40px;
	border: 1px solid #cccccc;
	width: 300px;
	background: #E9ECEF;
    font-family: 'Lucida Sans', Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 10px;
    padding:5px;
    margin-bottom:30px;
}

.text {
	border: 1px solid #cccccc;
}

#main input {
    border: 1px solid #999999;
    padding: 1px;
}

.values{
  font-family: 'Lucida Sans', verdana;
  font-weight:normal;
  font-size : 10px;
  align:top;
  vertical-align:top;
}

.key{
  font-family: 'Lucida Sans', verdana;
  font-weight:bold;
  font-size : 12px;
  padding-bottom:15px;
}


.caption{
    font-family: 'Lucida Sans', Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#C64934;
}

#icon{
    width:40px;
    height:100px;
    float:left;
    background-image:url(icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:40px;
    height:40px;
    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: 'Lucida Sans', Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#CCCCCC;
}

.detail{
   border-collpase:collapse;
   width:100%;
   
}

.detail td {
   padding:5px;
   border:1px solid #ccc;
   text-align:right;
   font-weight:normal;
}

.res{
   padding:5px;
   font-size:14px;
   color:#C64934;
}