li.menu-profile, li.menu-signin, li.menu-register { display: none; }

.bfdom-form
{
 border: 2px solid #eee;
 padding: 2em;
 width: 100%;
 margin-bottom: 2em;
 clear: both;
 overflow: auto;
}

.bfdom-form h3 { margin-bottom: 4px; }
.bfdom-form p
{
 padding-bottom: 1em;
 margin-bottom: 2em;
 border-bottom: 1px solid #ddd;
 color: #777;
 font-size: 13px;
}

.bfdom-form-item { margin-bottom: 2em; }

.bfdom-form-item-label
{
 clear: both;
 float: left;
 text-align: right;
 width: 25%;
 margin-right: 5%;
}

.bfdom-form-item-field
{
 float: left;
 width: 69%;
}

.bfdom-form-item
{
 overflow: auto;
}

.bfdom-form-item-field input[type="text"], .bfdom-form-item-field input[type="password"]
{
 width:100%;
 /* copied from drupal */
 padding: .5em;
 border: 1px solid #ddd;
 margin-top: .5em;
 border-radius: 3px;
}

.bfdom-form-item-field input[type="text"]:focus, .bfdom-form-item-field input[type="password"]:focus
{
 /* copied from drupal */
 border-color: orange;
}

.bfdom-form-item-hint { color: #777; font-size: 11px; }
.error-message { color: red; font-size: 10px; }

.bfdom-form-item div.error-message { text-align: right;}
.bfdom-form-item-field div.error-message { text-align: left; }

.error-message-large
{
 color: red; 
 text-align: left; 
}

.bfdom-form-actions
{
 width: 100%;
 text-align: right;
}

.bfdom-login-pad { margin-top: .8em; }

.bfdom-no-margin { margin-bottom: 0px; }

.bfdom-message { text-align: center; }

.g-recaptcha { display: inline-block; }
