/* registration form */

.req_field{
	margin-bottom: 10px;
}

#dynamic_recaptcha_1{
	display: inline-block !important;
}
span.titleCell{
	display: inline-block;
	width:195px !important;
	/*font-weight:bold;*/
	text-align:	left;
	vertical-align: text-top;
	padding:3px 3px 4px 6px;
	font-size:12px;
	margin-left:2px; 
}

span.titleCell span.star{
	display:none;
}

span.fieldCell{
	/*display: inline-block;
	font-weight:bold;*/
	/*text-align:	left;*/
	vertical-align:top;
	padding: 0px 0px 15px 0px;
}

span.fieldCell input{
	display: inline-block;
	margin-top: 0px;
    margin-left: 0px;
    vertical-align: middle;
    color: #444B4E;
    font-weight: bold;
    padding: 5px;
} 

label#jform_spacer-lbl{
	display:none;
}

.registration{
	border-top: 1px solid #BBB;
    padding-bottom: 6px;
}

.registration .button{
	margin-left:5px;
}

.tip {
   background: #fff;
   border: 1px solid #D4D5AA;
   
}

div.profile .titleCell{
	margin-left: 0px !important;
	    padding: 3px 3px 10px 6px ;
}

div.profile .content-heading{
	line-height: 24px;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    margin: 0px;
}

div.profile ._online{
	padding: 0px 0px 0px 20px;
    color: #6eab33;
    background: transparent url(/templates/corfubiz/images/icon-15-online.png) no-repeat;
    background-position: 1px -1px;
}

div.profile #users-profile-custom{
	margin-top: -25px;
}
		
div.profile-edit{
	border: 1px solid #BBB;
	padding-bottom: 6px;
}

div.profile-edit fieldset{
	border: 0px !important; 
}	

/*div span.titleCell{
	display: inline-block;
	width:195px !important;
	font-weight:bold;
	text-align:	left;
	vertical-align:top;
	padding:3px 3px 4px 6px;
	font-size:12px;
	margin-left:20px;
}*/

div.profile-edit span.star{
	display:none;
}	

div.profile-edit .button{
	margin-left:5px;
}

div.login{
	/*border: 1px solid #BBB;*/
    /*padding: 6px 0px;*/
	margin-bottom:10px;
}

div.login .login-fields{
	padding-left:10px;
}