.text1 {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
.text2 {
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
}
.title1 {
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.title2 {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

form {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
}

#result {
    margin-left: 100px;
	border: 1px solid #cccccc;
	width: 350px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size : 11px;
    padding:5px;
    margin-top:15px;
    margin-bottom:10px;
}

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

input {
    border: 0px solid #cccccc;
}


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

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

