
.input_edit_fio{
	width: 250px;
}
.input_edit_sex, .input_edit_birthview, .input_edit_marital, .input_edit_marital_user{
	width: 258px;
}
.input_edit_month{
	width: 100px;
	margin: 0 10px;
}
.input_edit_day, .input_edit_year{
	width: 69px;
}
.input_edit_password{
	width: 250px;
}
.input_edit_lang, .input_edit_gmt, .input_edit_comments{
	width: 258px;
}

.usermin, .usermsg{
	border-bottom: 1px solid #EDEEF0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.usermin:last-child, .usermsg:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.usermin .photo, .usermsg .photo{
	width: 87px;
}
.usermin .action a{
	font-weight: bold;
	color: #72b201;
	text-decoration: none !important;
	font-size: 12px;
}
.usermsg .newmes{
	color: red;
	font-weight: bold;
}
.usermsg .countinfo{
	vertical-align: middle;
}
.usermsg .countinfo a{
	color: #6A6A6A;
	text-decoration: none;
}
.usermsg .countinfo span{
	font-weight: bold;
	color: red;
}


#messagetext{
	width: 330px;
	height: 100px;
}

.message_with_user .useronline{
	color: #A80DB4;
	padding: 0;
	background: none;
}
.message_with_user .action{
	float: right;
}
.message_with_user .action li{
	list-style-position: inside;
	list-style-type: square;
	margin: 2px 0 0 0;
}
.message_with_user .action li.friends{
	list-style: none;
	margin: 0 0 5px 0;
}
#messages_box{

}
#messages_box div.msg .name{
	font-weight: bold;
	float: left;
	margin: 0 10px -3px 0;
}
#messages_box div.msg{
	margin: 0 0 20px 0;
	padding: 5px;
}
#messages_box div.msg.out{
	background: #eeFFee;
}
#messages_box div.msg .time{
	margin-top: 10px;
	font-size: 10px;
	color: #aaa;
}
#messages_box div.out.new{
	background: #f2f2f2;
	margin: 0 0 20px 0 !important;
}
#messages_box div.msg .delete{
	display: none;
	float: right;
	cursor: pointer;
}
#messages_box div.msg .msg_attach_photo{
	display: inline-block;
	width: 75px;
	height: 75px;
	margin: 5px 5px 0 0;
}
#messages_box div.msg .msg_attach_photo img{
	width: 75px;
	height: 75px;
}
#messages_box div.msg .msg_attach_video{
	display: inline-block;
	width: 75px;
	margin: 5px 5px 0 0;
}
#messages_box div.msg .msg_attach_video img{
	width: 75px;
}


#messages_box .previous{
	text-align: center;
	padding: 8px 0 10px 0;
	cursor: pointer;
	color: #808080;
	font-size: 13px;
}
#messages_box .previous:hover{
	color: #72b201;
}
#messages_box_resize{
	height: 10px;
	background: #c2c2c2;
	cursor: s-resize;
	/* background: url(images/liner.png) no-repeat; */
}
#messages_box_resize:hover{
	height: 10px;
	/* background: url(images/liner2.png) no-repeat; */
}
#message_text{
	height: 70px; 
	width: 500px; 
	max-width: 500px;
	margin: 0 0 10px 0;
}
.sendonenter{
	font-size: 10px !important;
	text-decoration: none !important;
}

.input_reg_email, .input_reg_password, .input_reg_fio, .input_reg_mobile{
	width: 250px;
}
.input_reg_sex{
	width: 258px;
}
.input_reg_month{
	margin: 0 10px;
}
.input_reg_day, .input_reg_year{
	width: 73px;
}

.autostatus0{
	color: #888 !important;
}
.autostatus1{
	color: #000 !important;
}



ul.user_menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.user_menu li{
	margin: 1px 0;
}
ul.user_menu li a{
	display: block;
	text-decoration: none;
	padding: 5px 20px;
}
ul.user_menu li a:hover{
	background: #0168B3;
	color: #fff;
}



.crop_min_wrap{position: relative; overflow: hidden; width: 77px; height: 77px; cursor: pointer; border: 1px solid #fff;}
.crop_min_wrap img{position: absolute;}
.crop_message{display: none;}

#photoarea{position: relative; border: 1px solid #fff;}
#photoarea #photofadded{
	 display: none;
	position: absolute;
	background: #000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#photoarea #tagframe{position: absolute; left: 0px; top:0px; cursor: move; overflow: hidden; display: none;}
#photoarea #tagframespy{position: absolute; left: 0px; top:0px;}
#photoarea #nw{display: none; position: absolute; left:0px; top:0px; width:5px; height: 5px; background: #999; border: 1px solid #666; cursor:nw-resize;}
#photoarea #n{display: none; position: absolute; left:0px; top:0px; width:5px; height: 5px; background: #999; border: 1px solid #666; cursor:n-resize;}
#photoarea #ne{display: none; position: absolute; right:0px; top:0px; width:5px; height: 5px; background: #999; border: 1px solid #666; cursor:ne-resize;}
#photoarea #e{display: none; position: absolute; right:0px; top:0px; width:5px; height: 5px; background: #999; border: 1px solid #666; cursor:e-resize;}
#photoarea #w{display: none; position: absolute; right:0px; top:0px; width:5px; height: 5px; background: #999; border: 1px solid #666; cursor:w-resize;}
#photoarea #se{display: none; position: absolute; right:0px; bottom:0px; width:5px; height: 5px; background: #999; border: 1px solid #666; cursor:se-resize;}
#photoarea #s{display: none; position: absolute; right:0px; bottom:0px; width:5px; height: 5px; background: #999; border: 1px solid #666; cursor:s-resize;}
#photoarea #sw{display: none; position: absolute; left:0px; bottom:0px; width:5px; height: 5px; background: #999; border: 1px solid #666; cursor:sw-resize;}

.minphotoarea{position: relative; border: 1px solid #FFF;}
.minphotoarea .faddedphoto{
	 display: none;
	position: absolute;
	background: #000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.minphotoarea .cropbox{position: absolute; left: 0px; top:0px; cursor: move; overflow: hidden; display: none;}
.minphotoarea .cropphoto{position: absolute; left: 0px; top:0px;}
.minphotoarea .cnw{position: absolute; left:0px; top:0px; width:5px; height: 5px; background: #999; border: 1px solid #666; cursor:nw-resize;}
.minphotoarea .cne{position: absolute; right:0px; top:0px; width:5px; height: 5px; background: #999; border: 1px solid #666; cursor:ne-resize;}
.minphotoarea .cse{position: absolute; right:0px; bottom:0px; width:5px; height: 5px; background: #999; border: 1px solid #666; cursor:se-resize;}
.minphotoarea .csw{position: absolute; left:0px; bottom:0px; width:5px; height: 5px; background: #999; border: 1px solid #666; cursor:sw-resize;}

.minphotoarea, .crop_min_wrap, .profile-photo img{
	border: 5px solid #e8e8e8;
	-moz-box-shadow: 2px 2px 3px #aeadad;
	-webkit-box-shadow: 2px 2px 3px #aeadad;
	box-shadow: 2px 2px 3px #aeadad;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aeadad', Direction=145, Strength=3);
}
.minphotoarea img{
	width: 150px;
}

ul.user_params{
	display: block;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	height: 14px;
}
ul.user_params li{
	float: left;
}
ul.user_params li.title{
	color: grey;
	margin: 0 30px 0 0;
	width: 150px;
}
ul.user_params li.title.active{
	color: black;
}
ul.user_params li.param, ul.user_params li.param a{
	color: #BBB;
	margin: 0 0 0 0;
	text-decoration: none;
}
ul.user_params li.param.active, ul.user_params li.param.active a{
	color: black;
}

.ap_input_referal{
	width: 40px;
}

.guest:last-child{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.guest{
	border-bottom: 1px dotted #EDEEF0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.guest .photo img{
	width: 77px;
	border: 1px solid #FFF;
}
.guest .gdate{
	vertical-align: top;
	color: #6A6A6A;
}
.guest .useronline{
	display: block;
	margin: 3px 0 3px 0;
	width: 40px;
}
.guest .action{
	vertical-align: top;
}

ul.user-photos{
	margin: 0 -10px 0 0;
	padding: 0;
	list-style: none;
}
ul.user-photos li{
	float: left;
	padding: 0 8px 0 0;
}
ul.user-photos li img{
	display: block;
	padding: 1px;
	border: 1px solid transparent;
	width: 75px;
}
ul.user-photos li img:hover{
	display: block;
	padding: 1px;
	border: 1px solid #72B201;
}
ul.user-photos li  a{
	font-weight: bold;
	text-decoration: none;
}
ul.user-photos li .hide{
	text-align: center;
	height: 14px;
}
ul.user-photos li:hover .hide span{
	display: inline;
}
ul.user-photos li .hide span{
	display: none;
	font-size: 11px;
	color: #888;
	cursor: pointer;
}
ul.user-photos li .hide span:hover{
	text-decoration: underline;
}

ul.user-media{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.user-media li{
	float: left;
	padding: 0 4px;
}
ul.user-media li:first-child{
	float: left;
	padding: 0 5px 0 0;
}
ul.user-media li img{
	display: block;
	padding: 1px;
	border: 1px solid transparent;
}
ul.user-media li img:hover{
	display: block;
	padding: 1px;
	border: 1px solid #72B201;
}

ul.user-videos{
	margin: 0 -10px 0 0;
	padding: 0;
	list-style: none;
}
ul.user-videos li{
	float: left;
	padding: 0 8px 0 0;
}
ul.user-videos li img{
	display: block;
	padding: 1px;
	border: 1px solid transparent;
	height: 75px;
}
ul.user-videos li img:hover{
	display: block;
	padding: 1px;
	border: 1px solid #72B201;
}
ul.user-videos li  a{
	font-weight: bold;
	text-decoration: none;
}

.account_status_box, .account_status_view{
	margin: -15px 0 15px 0;
	width: 600px;
}
.account_status_box .status_text{
	cursor: pointer;
	word-wrap: break-word; 
	font-style: italic;
	font-weight: bold;
}
.account_status_box .status_time{ color: #6A6A6A; }
.account_status_box .status_preloader{
	display: none;
	height: 20px;
	background: url(images/status_preloader.gif) no-repeat 90px 3px;
}
.account_status_box .status_box_edit{ display: none; }
.account_status_box .action{
	float: right;
}
.account_status_box .action span{
	cursor: pointer;
	font-weight: bold;
	color: grey;
	margin: 0 0 0 10px;
}
.account_status_box .action span:hover{
	text-decoration: none;
}
.account_status_box .hrow{
	margin: 10px 0 0 0;
	border-top: 1px dotted #222222;
}
.account_status_box .hrow table{
	width: 100%;
}
.account_status_box .hrow .text{
	color: #fff;
}

.account_status_box .hrow  .del{
	line-height: 5px;
	float: right;
	cursor: pointer;
	color: #616161;
	padding: 4px 6px;
	font-size: 12px;
}
.account_status_box .hrow  .del:hover{
	background: #222222;
	border: 1px solid #454545;
	padding: 3px 5px;
	color: #c81f1f;
}
.account_status_box .hrow  .set{
	margin: 0 30px 0 0;
	line-height: 5px;
	float: right;
	cursor: pointer;
	color: #616161;
	padding: 4px 6px;
	font-size: 10px;
}
.account_status_box .hrow  .set:hover{
	background: #222222;
	border: 1px solid #454545;
	padding: 3px 5px;
	color: #00CAEC;
}

.account_status_view .text{ word-wrap: break-word; font-style: italic; font-weight: bold; }
.account_status_view .history{ display: none; }
.account_status_view .history .hrow{ border-top: 1px dotted #333; padding: 5px 0 0 0; margin: 5px 0 0 0;}
.account_status_view .history .text{ margin: 0 0 0 10px; }



.account_profile td{
	padding: 5px;
	vertical-align: top;
}
.account_profile td.l{
	text-align: right;
	padding: 8px 10px 0 0;
	width: 200px;
}
.account_profile label{
	display: block;
}
.account_profile input[type="text"], .account_profile textarea{
	width: 200px;
	max-width: 400px;
}
.account_profile select{
	width: 208px;
}
.account_profile textarea{
	height: 50px;
}
.account_profile .ui-autocomplete{
	width: 200px;
}
.account_profile .ui-autocomplete input{
	width: 196px;
}

table.edit_notify td{
	padding: 5px 20px 5px 0;
}
table.edit_notify td.l{
	padding: 5px 20px 5px 0;
}
table.edit_notify td input{
	margin: 0 2px 0 0;
}


.userban{margin-bottom:10px;border-bottom:1px dotted #333;padding:5px;}
.userban .photo{width:30px;height:30px;overflow:hidden;float:left;}
.userban .photo img{width:30px;float:left;}
.userban .name{float:left;padding:5px 0 0 10px; }
.userban .name a{font-weight: bold; text-decoration: none;}
.userban .status{display:none;float:left;padding:7px 0 0 5px;}
.userban .action{float:right;padding:5px 5px 0 0;}
.userban .action a{ font-weight: bold; color:grey; text-decoration: none;}


.ap_input_blocked{ width: 592px; }
.input_privacy{ width: 200px; }















































