.crop_min_wrap{position: relative; overflow: hidden; width: 90px; height: 130px; 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;}

/* login */
.input_login_email, .input_login_password{
	width: 250px;
}

/* register */
.input_reg_email, .input_reg_password, .input_reg_fio, .input_reg_phone{
	width: 300px;
}
.input_reg_sex, .input_reg_birthview, .input_reg_region{
	width: 306px;
}
.input_reg_day, .input_reg_year{
	width: 71px;
	margin-bottom: 2px;
}
.input_reg_month{
	width: 154px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
}

/* my setting */
.input_edit_fio, .input_edit_oldpassword, .input_edit_newpassword, .input_edit_retrypassword{
	width: 300px;
}
.input_edit_sex, .input_edit_birthview, .input_edit_region, .input_edit_langs{
	width: 306px;
}
.input_edit_month{
	width: 150px;
	margin: 0 10px 2px 10px;
}
.input_edit_day, .input_edit_year{
	width: 68px;
	margin: 0 0 2px 0;
}

.box.new{
	background: #2C2C2C;
}
.usermin .photo img{
	width: 90px;
}
.usermin .action a{
	display: block;
	color: #A80DB4;
}

.box .formslinks, .box .formslinks a{
	color: #6A6A6A;
}

.table_edit_notify td{
	padding: 3px;
	text-align: center;
}
.table_edit_notify .t{
	font-weight: bold;
	text-align: center;
	width: 30px;
}
.table_edit_notify .l{
	text-align: right;
}


/* Messages */
.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{
	border: 1px solid #b5c0c9;
	background: #fff;
	height: 300px;
	overflow: hidden;
	overflow-y: auto;
}
#messages_box div.msg{
	border-top: 1px solid #000;
	padding: 5px;
}
#messages_box div.out{
	background: #bfcec8;
}
#messages_box div.in{
	background: #cbbfce;
}
#messages_box div.out.new{
	float: none;
	background: #d6d6d6;
	margin: 0;
}
#messages_box div.msg .delete{
	display: none;
	float: right;
	cursor: pointer;
}
#messages_box div.msg:hover .delete{
	display: block;
}

#messages_box .previous{
	text-align: center;
	padding: 8px 0 10px 0;
	cursor: pointer;
}
#messages_box .previous:hover{
	background: #222;
}
#messages_box_resize{
	height: 3px;
	background: #b5c0c9;
	cursor: s-resize;
}
#message_text{
	height: 50px; 
	width: 99%; 
	max-width: 99%; 
}

#messagetext{
	width: 320px;
	height: 100px;
}
a.sendonenter{
	color: #A80DB4;
	text-decoration: none;
}

.useronline{
	background:#A80DB4; 
	padding: 2px 10px 2px 10px; 
	color: #fff;
}
.box .usermsg:last-child{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.usermsg{
	border-bottom: 1px dotted #333;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.usermsg .photo img{
	width: 50px;
	border: 1px solid #FFF;
}

.usermsg .countinfo{
	vertical-align: middle;
}
.usermsg .countinfo a{
	color: #6A6A6A;
	text-decoration: none;
}
.usermsg .countinfo span{
	font-weight: bold;
	color: red;
}
.usermsg .useronline{
	display: block;
	margin: 3px 0 3px 0;
	width: 40px;
}

.blogmin{
	border-bottom: 1px dotted #333;
	padding-bottom: 5px;
	margin-bottom: 5px
}
.box .blogmin:last-child{
	border: 0px;
}


.profile-group-list{
	margin: 6px 0 0 0;
	padding: 0px;
}
.profile-group-list li{
	list-style-position: inside;
	list-style-type: square;
	color: #6a6a6a;
}
.profile-group-list li a{ color: #6a6a6a; }
.profile-group-list li a:hover{ color: #A80DB4; }

/* Admin panel */
.adminpanel{
	color: #FFF;
}
.adminpanel .table-form td.l{
	width: auto;
}
.adminpanel .default-button{
	margin-right: -10px;
}
.ap_select_status{
	width: 156px;
}
.ap_input_email, .ap_input_password{
	width: 150px;
}
.ap_input_referal, .ap_input_vip{
	width: 50px;
}
.ap_input_blocked{
	width: 640px;
}

.table-forms td{
	vertical-align: top;
}
.table-forms .l{
	text-align: right;
	padding-right: 10px;
	max-width: 300px;
	min-width: 200px;
	color: #989898;
}
.table-forms .v{
	max-width: 300px;
	min-width: 200px;
	padding-bottom: 10px;
}
.table-forms .v label{
	display: block;
}
.table-forms .v textarea{
	width: 260px;
	max-width: 260px;
	height: 100px;
}
.table-forms .v input[type="text"]{
	width: 260px;
}

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

.createPhotoArea{
	padding: 5px;
	border: 1px solid #373737;
	background: url(images/bg_cp.gif);
	width: 450px;
	height: 450px;
	position: relative;
}
.createPhotoArea .photoarea{ position: relative; border: 1px solid #000; }
.createPhotoArea .nw{z-index: 10; position: absolute; left:-5px; top:-5px; width:10px; height: 10px; background: #999; border: 1px solid #666; cursor:nw-resize; }
.createPhotoArea .se{z-index: 10; position: absolute; right:-5px; bottom:-5px; width:10px; height: 10px; background: #999; border: 1px solid #666; cursor:se-resize; }
.createPhotoArea .sw{z-index: 10; position: absolute; left:-5px; bottom:-5px; width:10px; height: 10px; background: #999; border: 1px solid #666; cursor:sw-resize; }
.createPhotoArea .ne{z-index: 10; position: absolute; right:-5px; top:-5px; width:10px; height: 10px; background: #999; border: 1px solid #666; cursor:ne-resize; }
.createPhotoArea .crop { z-index:21; position: absolute; background: #999; left: 0px; top:0px; cursor: move; overflow: hidden;}
.createPhotoArea .cropphoto { z-index:20; position: absolute; background: #999; left: 0px; top:0px; cursor: move; overflow: hidden;}
.createPhotoArea .cnw{z-index: 22; position: absolute; left:-5px; top:-5px; width:10px; height: 10px; background: #999; border: 1px solid #666; cursor:nw-resize; }
.createPhotoArea .cse{z-index: 22; position: absolute; right:-5px; bottom:-5px; width:10px; height: 10px; background: #999; border: 1px solid #666; cursor:se-resize; }
.createPhotoArea .csw{z-index: 22; position: absolute; left:-5px; bottom:-5px; width:10px; height: 10px; background: #999; border: 1px solid #666; cursor:sw-resize; }
.createPhotoArea .cne{z-index: 22; position: absolute; right:-5px; top:-5px; width:10px; height: 10px; background: #999; border: 1px solid #666; cursor:ne-resize; }

.createPhotoArea .faddedphoto{
	position: absolute;
	background: #000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.input_gmt{
	width: 306px;
}

.account_status_box{
	padding: 5px 0 5px 0;
}
.account_status_box .status_text{
	text-decoration: underline;
	cursor: pointer;
}
.account_status_box .status_text:hover{text-decoration: none;}
.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 span{
	color: #A80DB4;
	text-decoration: underline;
	cursor: pointer;
}
.account_status_box .action span:hover{
	text-decoration: none;
}
.account_status_box #status_text_value{ display: 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{ color: #fff; }
.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_status_view .click{ cursor: pointer; text-decoration: underline; }
.account_status_view .click:hover{ text-decoration: none; }

.input_userban{width:470px;}
.userban{margin-bottom:10px;border-bottom:1px dotted #333;padding:5px;}
.userban .photo{width:30px;height:30px;overflow:hidden;float:left;}
.userban .photo img{margin-top:-5px;width:30px;float:left;}
.userban .name{float:left;padding:5px 0 0 10px;}
.userban .status{display:none;float:left;padding:5px 0 0 5px;}
.userban .action{float:right;padding:5px 5px 0 0;}
.userban .action a{color:#A80DB4;}

.profile-photo img{
	border: 1px solid #fff;
}

/* rating */
.progressbar_background{
	background: url(images/bg_gain_rating.png) no-repeat 0 0;
	width: 200px;
	height: 110px;
	margin: 10px 0 0 0;
	padding: 3px 0 0 0;
}

.progressbar-w {
	margin:0 0 10px 8px;
}

.progressbar-desc {
	margin:0 0 2px;
	color: #fff;
}

.progressbar-value {
	float:left;
	display:inline;
	width:39px;
	margin:0 2px 0 0;
	line-height:18px;
	background:transparent url(images/bg-progressbar-value.png) no-repeat 0 0;
	text-align:center;
	color: #fff;
}

.progressbar-border {
	float:left;
	display:inline;
	width:1px;
	height:18px;
	background:transparent url(images/bg-progressbar-border.png) no-repeat 0 0;
}

.progressbar {
	float:left;
	display:inline;
	overflow:hidden;
	width:140px;
	height:18px;
	background:transparent url(images/bg-progressbar.png) no-repeat 100% 0;
}

.progressbar-blue-strip {
	float:left;
	display:inline;
	width:0;
	height:18px;
	background:transparent url(images/bg-progressbar-blue-strip.png) repeat-x 0 0;
}

.progressbar-purple-strip {
	float:left;
	display:inline;
	width:0;
	height:18px;
	background:transparent url(images/bg-progressbar-purple-strip.png) repeat-x 0 0;
}

.gain-rating {
	margin:0;
	padding:0;
	color: #fff;
}

.gain-rating li {
	list-style:none;
	padding:0;
	margin:1px 0;
}

.gain-rating li:after {
	content: ".";
	clear: both;
	height: 0;
	font-size:0;
	visibility: hidden;
	display: block;
}

.gain-rating li span{
	float:left;
	display:inline;
	text-align:right;
	width:36px;
	padding:0 4px 0 0;
	color:#fff;
	font-weight: bold;
}

.gain-rating li a:link, .gain-rating li a:visited {
	font-size:11px;
	line-height:18px;
	color: #fff;
}

.gain-rating li a:hover, .gain-rating li a:active {
	font-size:11px;
	line-height:18px;
	color: #fff;
}