﻿#rt_topic_form {
	background-color: #66CCFF;
	padding-left: 5px;
	height: 160px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	border-bottom-width: thin;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#rt_topic_form label {
	font-weight: bold;
	color: #FFFFFF;
}

#rt_topic_form input.btn {
	float: right;
	background: orange;
	margin-top: 5px;
	margin-right: 5px;
}
#rt_topic_form.form_btn {
	padding-top: 5px;
	padding-right: 5px;
	font-weight: bold;
}

#rt_topic_form #frm_title {
	font-weight: bold;
}
#rt_topic_form form {
	margin-top: 0px;
}

