#main {
    margin-left: 15px;
	border: 1px solid #cccccc;
	width: 375px;
	background: #F1F3F5;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    color: #010101;}

form {
    margin-left: 30px;
	border: 1px solid #cccccc;
	width: 310px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    margin-bottom:5px;margin-top: -.1em;padding-top: 3px;padding-bottom: 5px;padding-left: 5px;}

#result {
    margin-left: 30px;
	border: 1px solid #cccccc;
	width: 290px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:20px;
}

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

input {
    border: 0px solid #cccccc;
}


#caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:5px;
    font-size : 14px;
    color:#0000cc;
}

#icon{
    width:60px;
    height:60px;
    float:left;
    background-image:url('../icon.gif');
    background-repeat: no-repeat;
    background-position: center;
}
#icon2{
    width:60px;
    height:60px;
    float:left;
    background-image:url('../icon2.gif');
    background-repeat: no-repeat;
    background-position: center;
}

#source{
  text-align:right;
  padding-right:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#CCCCCC;
}

