.widget-barbizon #barbizon-rules {
	text-align: center; 
	font-size: 10px; 
	margin-bottom: -9px;"
}
.widget-barbizon #call-to-action {
	line-height: 110%;
	margin: 0 0 5px 0;
	text-align: left;
}
.widget-barbizon #new_user table{
	width: 100%;
}
.widget-barbizon #new_user tr {
/*	background-color: #F0F;*/
	text-align: left;
	font-size: 11px;
	padding: 0;
}
.widget-barbizon #new_user th{
	color: #666;
}
.widget-barbizon #new_user tr input {
	display: inline;
}

#new_entry label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	text-align: left; 
 font-weight: bold;
}
#new_entry p{
 padding: 0px;
 margin: 8px;
}
#entry_less_value_for_text_input{
	display: none;
}

.error{
 background: #F99;
 border: 2px solid #933;
 text-align: center;
 padding: 5px;
 font-size: 125%;
 font-weight: bold;
}
.success{
 background: #9F9;
 border: 2px solid #393;
 text-align: center;
 padding: 5px;
 font-size: 125%;
 font-weight: bold;
}
#token_link{
 display: block;
 border: 2px solid #363;
 text-align: center;
 background: #9C9;
 padding: 5px;
 font-weight: 900;
}