#main {
	margin: auto;
	border: 2px solid #C0A062;
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 12px;
	background-color: #800000;
}

form {
	margin-left: 50px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 12px;
	padding:5px;
	margin-bottom:10px;
	background-color: #800000;
}
#result {
	margin-left: 100px;
	text-align:center;
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 12px;
	padding:15px;
	margin-bottom:20px;
	margin-top:15px;
	background-color: #800000;
}

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

input, textarea {
    border: 1px solid #C0A062;
}


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

#icon{
    width:100px;
    height:100px;
    float:left;
    background-image:url(icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:80px;
    height:60px;
    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:#C0A062;
}
