Trying to get my two div containers to be side by side but not having any success using my style sheet. The containers #contact_leftside is on top of #form_right side. Can anyone help?

HTML Code:
#contact_leftside {
	width: 250px;
	clear: right;
	float:left;
}
}
#form_rightside {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #CCC;
	width: auto;
	float: left;
	top: 0px;
	right: auto;
	left: 300px;
	height: auto;