.error_box {
	padding: 0;
	padding-bottom: 15px;
	color: red;
	font-weight: bold;
    display: block;
}

.trans {
 display:none;
}

.brown {
	color: #ff7200;
	display: inline-block;
	font-weight:bold
}


.login_form .text_input {
	border: #d8d8d8 1px solid;
	padding: 0;
	color: black;
	font-size: 11px;
	margin: 0;
	width: 100%;
	font-family: Arial;
}

.login_form {
	color: black;
	padding: 0;
	margin: 0;
	width: 130px;
}

.login_form a {
	color: black;
	text-decoration: none;
}

.login_form a:hover {
	text-decoration: underline;
}	

.register_user_button {
	background: #017001;
	font-size: 10px;
	height: 16px;
	border: 0;
	color: white;
	font-family: Tahoma;
    font-size: 11px;
	font-weight: bold;
	padding: 0;
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
     text-transform: lowercase;
}


.logged_user_box {
	padding: 0;
	padding-bottom: 10px;
	padding-right: 10px;
}

.logged_user_box .user_name {
	font-weight: bold;
	font-size: 12px;
	
}

.logout_user_button {
	padding: 0;
	border: 0;
	cursor: pointer;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	float: right;
	text-decoration: none;
}

.logout_user_button:hover {
	text-decoration: underline;
}







/*** *********************************************** ***/

.user_registration_form,
#reg_form {
	padding: 0;
	margin: 0;
	width: 350px;
	font-family: Tahoma;
    font-size: 11px;
}

.user_registration_form input.text_input,
.field_content input  {
	background: #ffffff;
	border: #d8d8d8 1px solid;
	color: #005701;
	width: 170px;
    font-family: Tahoma;
    font-size: 11px;
    padding: 2px;
}

.user_registration_form_table,
#reg_form table {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}

.user_registration_form_table td,
#reg_form td {
	padding: 2px;
}

.user_registration_form_table td.cell_left,
#reg_form .field_name {
	width: 170px;
}

.user_registration_form_table td.field_content_textarea textarea,
.field_content textarea{
	background: #ffffff;
	border: #d8d8d8 1px solid;
	color: #005701;
    font-family: Tahoma;
    font-size: 11px;
    padding: 2px;
	width: 170px;
	height: 60px;
}

span.brown {
	font-size: 13px;
	color: #ff7200;
}

.user_registration_form_table .note,
#reg_form .note {
	text-align: center;
	color: #ff7200;
	font-weight: bold;
	padding: 0;
	padding-top: 15px;
}

.user_registration_form_table .cell_button,
#reg_form .cell_button {
	text-align: right;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.cell_button input,
#reg_form .cell_button input {
	background: #017001;
	font-size: 10px;
	height: 16px;
	border: 0;
	color: white;
	font-family: Tahoma;
    font-size: 11px;
	font-weight: bold;
	padding: 0;
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
}


/*** ****************** ***/

#remind_form {
	
}







#reg_form {
	
}
