#rightBar {
  margin-top: 0px;
  width: 180px;
}
#rightBar h1 {
	padding: 18px;
	font-size: 17px;
	font-weight: bold;
	line-height: 19px;
  color: #52790b;
}
#rightBar p {
  color: #000000;
  padding-left: 18px;
  padding-bottom: 10px;
}
#rightBar #formFrame {
  width: 180px;
  text-align: left;
}
#rightBar a {
	color: #52790b;
}
#rightBar  #formFrame a:link, #rightBar  #formFrame a:visited {
	color: #52790b;
	text-decoration: underline;
}
#rightBar  #formFrame a:hover, #rightBar  #formFrame a:active {
	text-decoration: none;
	color: #52790b;
}
#loginForm {
  padding-top: 20px;
  padding-left: 18px;
}
#loginForm label {
  width: 150px;
	color: #000000;
	float: left;         /* lables will start where the "margin-left" is */
	margin-right: 3px;   /* right margin after the longest label */
  text-align: left;
	display: inline;
	margin-bottom:5px;
	line-height: 15px;
	font-weight: bold;
}
#loginForm label.error {  
  width: 180px;
  color: #ff0000; 
  font-size: 10px;
  margin-top: -10px;
}
#loginForm input {
	background: #fff;
	color: #000000;
	border: 1px solid #8c8384;
	width: 150px;
	float: left;
	margin-right: 15px;
	height: 20px;
	margin-bottom:10px;
	overflow: hidden;
}
#loginForm input.check {
	border: none;
}
#loginForm input.submit {
	background: url('../images/green_btn.gif') no-repeat bottom center;
	color: #fff;
	width: 150px;
	height: 45px;
	border: none;
	text-align: center;
	margin-bottom:10px;
	line-height: 20px;
	font-weight: bold;
}
#mainContent {
  border-right: 1px solid #c7c2c2;
  border-left: 1px solid #c7c2c2;
}
#mainContent h1 {
	padding: 18px;
	font-size: 17px;
	font-weight: bold;
	line-height: 19px;
  color: #52790b;
}
#mainContent h2 {
  padding: 5px;
	padding-left: 18px;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
  color: #ff0000;
}
#mainContent p {
  color: #000000;
  padding-left: 18px;
  padding-bottom: 10px;
  width: 450px;
}
#mainContent #formFrame {
  width: 450px;
  text-align: left;
}
#mainContent #formFrame p {
  padding-bottom: 15px;
  padding-left: 0px;
  color: #000000;
}
#mainContent a {
	color: #52790b;
}
#mainContent  #formFrame a:link, #mainContent  #formFrame a:visited {
	color: #52790b;
	text-decoration: underline;
}
#mainContent  #formFrame a:hover, #mainContent  #formFrame a:active {
	text-decoration: none;
	color: #52790b;
}
#registerForm {
  padding-top: 20px;
  padding-left: 18px;
}
#registerForm label {
  width: 150px;
	color: #000000;
	float: left;         /* lables will start where the "margin-left" is */
	margin-right: 3px;   /* right margin after the longest label */
  text-align: left;
	display: inline;
	margin-bottom:10px;
	line-height: 20px;
	font-weight: bold;
}
#registerForm label.error {  
  padding-left: 153px; 
  width: 300px;
  color: #ff0000; 
  font-size: 10px;
  margin-top: -15px;
}
#registerForm label.explain {  
  padding-left: 155px; 
  width: 355px;
  color: #8c8384;
  font-size: 10px;
  font-weight: normal;
  margin-top: -15px;
}
#registerForm input {
	background: #fff;
	color: #000000;
	border: 1px solid #8c8384;
	width: 200px;
	margin-right: 15px;
	height: 20px;
	margin-bottom:10px;
	overflow: hidden;
}
#registerForm input.radio {
	border: none;
	width: 20px;
	margin-right: 0px;
	height: 10px;
	padding-top:10px;
}
#registerForm input.check {
	border: none;
}
#registerForm input.submit {
	background: url('../images/green_btn_wide.gif') no-repeat bottom center;
	color: #fff;
	width: 190px;
	height: 45px;
	border: none;
	text-align: center;
	margin-bottom:10px;
	line-height: 20px;
	font-weight: bold;
}
#forgotPassword {
  padding-top: 20px;
  padding-left: 18px;
}
#forgotPassword label {
  width: 250px;
	color: #000000;
	float: left;         /* lables will start where the "margin-left" is */
	margin-right: 3px;   /* right margin after the longest label */
  text-align: left;
	display: inline;
	margin-bottom:10px;
	line-height: 20px;
}
#forgotPassword label.error {  
  padding-left: 0px; 
  width: 300px;
  color: #ff0000; 
  font-size: 10px;
  margin-top: -15px;
}
#forgotPassword input {
	background: #fff;
	color: #000000;
	border: 1px solid #8c8384;
	width: 200px;
	margin-right: 15px;
	height: 20px;
	margin-bottom:10px;
	overflow: hidden;
}
#forgotPassword input.submit {
        background: url('../images/green_btn_small.gif') no-repeat bottom center;
	color: #fff;
	width: 100px;
	height: 30px;
	border: none;
	text-align: center;
	margin-bottom:10px;
	line-height: 20px;
	font-weight: bold;
}
#footer span#copyright { 
	color: #52790b;
}
#footer a:link, #footer a:visited {
	color: #52790b;
}
#footer a:hover, #footer a:active {
	color: #52790b;
}