@import "layout.css";
#content #rcontent {
	float: right;
	height: 600px;
	width: 749px;
	position: relative;
}
#content #rcontent input {
}

#rcontent_border {
	height: 28px;
	width: 300px;
	position: relative;
	background-image: url(../images/septr_orange_bg.png);
	background-repeat: repeat-x;
}

#rcontent_bordertxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin-top: 2px;
	position: absolute;
	margin-left: 90px;
}
#rcontent_form {
	height: 450px;
	width: 600px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #036;
	padding: 20px;
	border: 1px ridge #F2F2F2;
	top: 60px;
	left: 80px;
}

