#main {
	margin: auto;
	border: 1px solid #cccccc;
	width: 300px;
	background: #dfedfa;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 12px;
	height: 175px;
}
form {
	margin-left: 100px;
	border: 1px solid #cccccc;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 12px;
	padding:5px;
	margin-bottom:10px;
	background-color: #FFF;
}
.text {
	border: 1px solid #cccccc;
}
.caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#C64934;
}
#icon{
    width:100px;
    height:100px;
    float:left;
    background-image:url(icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
