#loanmain {
    clear:both;
    margin: auto;
	border: 1px solid #cccccc;

	background: #F1F3F5;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
}

#loanform {
    margin-left: 100px;
	border:1px solid #E6E7D7;
	width: 300px;
	background:#f0f0e7;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
}

#loanresult {
    margin-left: 100px;
	border:1px solid #E6E7D7;
	width: 450px;
	background:#f0f0e7;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:50px;
}

.loantext {
	border: 1px solid #cccccc;
}

input {
    border: 0px solid #cccccc;
}

.values{
  font-family: verdana;
  font-weight:normal;
  font-size : 10px;
  vertical-align:top;
  vertical-align:top;
}

.key{
  font-family: verdana;
  font-weight:bold;
  font-size : 12px;
  padding-bottom:15px;
}


.caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#2D4B32;
}

#icon{
    width:100px;
    height:100px;
    float:left;
    background-image:url(images/icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:100px;
    height:100px;
    float:left;
    background-image:url(images/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;
}

.detail{
border-collapse:collapse;
   width:100%;
   
}

.detail td {
   padding:5px;
   border:1px solid #ccc;
   text-align:right;
   font-weight:normal;
}

.res{
   padding:5px;
   font-size:14px;
   color:#2D4B32;
}
