@CHARSET "ISO-8859-1";
#content div.main {
	float: left;
	width: 360px;
}

#content div.image {
	float: right;
	width: 260px;
	margin-top: 40px;
}

div.contact {
	margin-top: -10px;
}

	div.contact fieldset {
		background-image: url("../../Images/bg_form.gif");
		border: none;
		padding: 15px;
		border-color:#999999;
		border-style:solid;
		border-width:1px 0; 
	}
	
		div.contact fieldset legend {
			display: none;
		}
