.error_box {
	padding: 0;
	padding-bottom: 15px;
	color: red;
	font-weight: bold;
    display: block;
}

.trans {
 display:none;
}

.brown {
	color: white;
	display: inline-block;
}

.login_error {
    font-size: 10px;
    color: white;
    padding: 0;
    padding-left: 10px;
    padding-bottom: 7px;
    padding-right: 10px;
	
}


.login_form {
	color: #315977;
	padding: 0;
	margin: 0;
	width: 150px;
	text-align: right;
}

.form_links {
    text-align: right;
    padding: 0;
    padding-right: 10px;
}


.form_input_div {
    background: transparent url(../gfx/inside/input.jpg) no-repeat top center;
	width: 125px;
    margin: 3px;
    margin-left: 5px;
    height: 18px;
	text-align: center;
	float: right;
}

.form_button {
    margin: 3px;
    margin-left: 47px;
}

.form_input_div input {
    border: 0;
    background: transparent;
    width: 104px;
    font-size: 11px;
    color: #374438;
    margin: 0;    
}

.login_form a {
	color: #047564;
	text-decoration: none;
    padding: 4px;
	padding-right: 0;
	padding-left: 0;
    font-weight: bold;
	font-size: 11px;
}

.login_form a:hover {
	text-decoration: underline;
}	

.register_user_button {
	background: transparent url(../gfx/catalog/button.jpg) no-repeat 0 2px;
	width: 83px;
	height: 21px;
	text-align: center;
	color: #055f09;
	text-decoration: none;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	margin-right: 16px;
	border: 0;
	right: 0;
	cursor: pointer;
}


.logged_user_box {
	padding: 0;
	padding-bottom: 10px;
	padding-right: 10px;
}

.logged_user_box .user_name {
	font-weight: bold;
	font-size: 12px;
	
}

.logged_user_box div {
	display: block;
}

.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 {
	
}
