.clear {
	display: block;
	clear: both;
	float: none;
}

#left-box {
    margin-left: 10px;
    float: left;
    width: 293px;
    text-align: center;
}

#right-box {
    margin-left: 25px;
    float: left;
    width: 567px;
}

#right-box h1 {
    position: relative;
    margin-bottom: 0px;
}

#right-box h2 {
	margin-top: 5px;
}

#right-box p {
    font-family: tahoma;
    font-size: 13px;
    color: #7a7a7a;
    margin-bottom: 5px;
}

#right-box ul {
	list-style: disc url('../images/bullet.gif') inside;
	margin: 0px;
	padding: 20px 0px 35px 4px;
}

#right-box ul li {
	margin: 0px;
	padding: 0px;
}

#right-box table {
	margin: 25px 0px 0px -10px;
}

#right-box table input.box,
#right-box table select.box {
	width: 200px;
	background: white;
	border: 1px solid #D9D9D9;
	padding: 3px;
}

#right-box table input.box {
	width: 192px;
}

#full-separator {
	margin-top: 0px;
}

div.panoramic {
	border: 1px solid #d9d9d9;
	background: #eaeaea;
	width: 85%;
	margin: 0 auto 0 auto;
	text-align: right;
}