@charset "utf-8";
/* CSS Document */

/*input[type="text"]*/.input_error_box{
	background:#ffebe3;
	border:1px solid #FF0000 !important;
}
.error_span{
	padding: 5px 0 0 0;
	color:#FF0000;
	display:block;
	clear: both;
}
.success_span{
	padding: 5px 0 0 0;
	color:#2DBA3E;
	display:block;
	clear: both;
}
#zuk-register .error_span{
	margin: 0px 0 0 118px;
	color:#FF0000;
	display:block;
}
.error_box {
	/*background:#ffebe3;*/
	border:3px solid #fdd6d0;
	position:absolute;
	display:none;
	background: url("../images/red-bg.png") repeat-y scroll center center transparent;
}
.error_box span{
	border-left: 3px solid #F02F4C;
    padding: 0 0 0 5px;
	margin: 2px 0 0 0;
	display:block;
}		
#login_errors{
    float: left;
    margin: 2px 10px 0 0;
    padding: 0 0 5px 5px;
    width: 298px;
	color:#F00;
}
#forgot_password{
/*	padding:22px 0 0 0;
	float:right;
	font-size:11px;*/
	margin:19px 20px 0 0;
	*margin:23px 20px 0 0;
	color:#0163AE;
}
#smileys_box{
    border: 1px solid #EAEAEA;
    display: none;
    margin: 10px 7px 2px;
    padding: 4px 0;
}
#smileys_box a img{
	padding:5px;
}
.ajax_loader{
    background: url("../images/ajax-loader.gif") no-repeat scroll center center transparent;
    clear: both;
    height: 11px;
    margin: 0 auto;
    overflow: hidden;
    width: 43px;
}
.invite_friends_block input[type="text"].invite_friends_search{
	width:435px;
}
.invite_friends_block a.add_friend_bt,.menu a:visited.add_friend_bt{
	width:90px;
	background-color: #94AC1F;
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    text-indent: 10px;
}
.invite_friend_search_block{
	margin:20px 0;
}

.invite_friends_block .menu{
	margin:20px 0 0;
}
.profile-edit-links ul li.active_friend_menu{
	background-color:#056da6;
	color:#FFF;
	background:url(../images/friends_friends_right.png)no-repeat #056da6 10% 50% !important ;
}
.profile-edit-links  li.active_friend_menu .profile-edit-middle-text{
	color:#FFF;
	text-decoration:none;
	display:block;	
}
.user-title-box-container{
	position:relative;
}
.user-title-box{
	position:absolute;
	width:580px;
}
.user-name-box{
    float: left;
    margin-right: 40px;
}
#profile_demo{
	margin-top:40px;
}
#profile_main{
	margin-top:40px;
}
#interest_main,#interest_demo{
	margin-top:10px;
}
#profile_current_country{
	margin-right:0px;
}
#profile_home_country{
	margin-top:0px;
}

#profile_display_age,#profile_rel_stat{
	width:174px;
	/*margin-top:4px;*/
}
#profile_religion{
	/*width:144px;*/
}
#Select-profile_language_privacy,#profile_religion,#Select-profile_religion_privacy{
	/*margin-top:4px;*/
}
.picture-save-box{
    background-color: #F3F3F3;
    border: 1px solid #CACACA;
    margin: 10px auto;
    overflow: hidden;
    width: 453px;
}
#invite_message{
	color:#F00;	
}


