#main {
    margin: auto;
	width: 100%;
	padding-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
}

form {
	width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 18px;
    margin-bottom:10px;
}

#result {
	border: 1px solid #white;
	width: 100%;
	color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 15px;
    padding:5px;
    margin-bottom:50px;
}

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

input {
    border: 0px solid #white;
}


#caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 18px;
    color:white;
}

#icon{
    width:100px;
    height:100px;
    float:left;
    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: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#CCCCCC;
}

.tableresult{
	width: 100%;
    border-collapse: collapse;
}

.tableresult td{
	padding: 7px;
	border: 1px solid white;
}

.tableresult tr{
		background: #14b9e8;
}

.tableresult tr:hover{
		background-color: #d8524e;
}