.main {
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", sans-serif;
	font-weight:bold;
	font-size : 12px;
	width: 896px;
}

form {

	margin-left: auto;
	margin-right: auto;
    font-weight:bold;
    font-size : 12px;
	color : #CCCCCC;
    padding:10px;
    margin-bottom:10px;
}

#result {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #cccccc;
	width: 350px;
	background: #E9ECEF;
	font-family: "Trebuchet MS", sans-serif;
    font-weight:normal;
    font-size : 11px;
    padding:5px;
    margin-top:15px;
    margin-bottom:10px;
}

.text {
	border: 1px solid #cccccc;
	font-size: x-small;
}

input {
    border: 0px solid #cccccc;
}


#caption{
	font-family: "Trebuchet MS", sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 13px;
    color:#dddddd;
}

#icon{
    margin-left: 150;
	width:100px;
    height:100px;
    float:left;
    background-image:url(icon.png);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    margin-left: 150;
	width:100px;
    height:50px;
    float:left;
    background-image:url(icon2.png);
    background-repeat: no-repeat;
    background-position:center center;
}