.wps_button{
	position: absolute;
}
.wps_button_down{
	position: absolute;
}
.wps_button span, .wps_button_down span{
	min-width: 50px;
	text-align: center;
}

.wps_panel_button{
	float: left;
	cursor: pointer;
	padding: 8px 11px 8px 11px;
}
.wps_panel_button_down{
	float: left;
	cursor: pointer;
	padding: 7px 10px 7px 10px;
	border: 1px solid #222222;
	background: #1a1a1a;
	color: #FFF;
}

.wps_control_panel{
	height: 20px;
}
.wps_message_box{
	padding: 20px;
	text-align: center;
}
.wps_message_box_icon{
	width: 100%;
}
.wps_message_box_icon .text{
	padding: 20px;
}
.wps_message_box_icon .icon{
	vertical-align: center;
	width: 52px;
	padding-left: 10px;
}
.wps_message_box_icon .icon div{
	width: 52px;
	height: 50px;
}
.wps_message_box_icon .icon .error{
	background: url(uiimages/msgboxicon.png) no-repeat 0px 0px;
}
.wps_message_box_icon .icon .warning{
	background: url(uiimages/msgboxicon.png) no-repeat 0px -48px;
}
.wps_message_box_icon .icon .information{
	background: url(uiimages/msgboxicon.png) no-repeat 0px -98px;
}
.wps_message_box_icon .icon .question{
	background: url(uiimages/msgboxicon.png) no-repeat 0px -152px;
}

.wps_form{
	position: absolute;
	padding: 3px;
	z-index: 1000;
	border:4px solid #79b60e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
	overflow: hidden;
}
.wps_form .background{
	background: #efefef;
	position: absolute;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	z-index: 1001;
}
.wps_form .nw{
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0px;
	top: 0px;
	z-index: 1002;
	background: #e1e1e1;
}
.wps_form .n{
	position: absolute;
	height: 5px;
	left: 5px;
	top: 0px;
	right: 5px;
	background: #e1e1e1;
	z-index: 1002;
}
.wps_form .ne{
	position: absolute;
	width: 5px;
	height: 5px;
	right: 0px;
	top: 0px;
	background: #e1e1e1;
	z-index: 1002;
}
.wps_form .w{
	position: absolute;
	width: 5px;
	left: 0px;
	top: 5px;
	bottom: 5px;
	background: #e1e1e1;
	z-index: 1002;
}
.wps_form .e{
	position: absolute;
	width: 5px;
	right: 0px;
	top: 5px;
	bottom: 5px;
	background: #e1e1e1;
	z-index: 1002;
}
.wps_form .sw{
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0px;
	bottom: 0px;
	background: #e1e1e1;
	z-index: 1002;
}
.wps_form .s{
	position: absolute;
	height: 5px;
	right: 5px;
	left: 5px;
	bottom: 0px;
	background: #e1e1e1;
	z-index: 1002;
}
.wps_form .se{
	position: absolute;
	width: 5px;
	height: 5px;
	right: 0px;
	bottom: 0px;
	background: #e1e1e1;
	z-index: 1002;
}
.wps_form.resizeable .nw{
	cursor: nw-resize;
}
.wps_form.resizeable .n{
	cursor: n-resize;
}
.wps_form.resizeable .ne{
	cursor: ne-resize;
}
.wps_form.resizeable .w{
	cursor: w-resize;
}
.wps_form.resizeable .e{
	cursor: e-resize;
}
.wps_form.resizeable .sw{
	cursor: sw-resize;
}
.wps_form.resizeable .s{
	cursor: s-resize;
}
.wps_form.resizeable .se{
	cursor: se-resize;
}
.wps_form_header{
	position: relative;
	z-index: 1002;
}
.wps_form_caption{
	color:#000;font-size:14px;padding:10px 20px 0 20px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	width: 80%;
}
.wps_form.moveable .wps_form_caption{
	cursor: move;
}
.wps_form_buttons{
	float: right;
	padding-top: 2px;
}
.wps_form_buttons .minButton{
	width: 16px;
	height: 14px;
	background: url(uiimages/btn_min_form.png) no-repeat;
	float: left;
	margin-right: 2px;
	cursor: pointer;
}
.wps_form_buttons .maxButton{
	width: 16px;
	height: 14px;
	background: url(uiimages/btn_max_form.png) no-repeat;
	float: left;
	margin-right: 2px;
	cursor: pointer;
}
.wps_form_buttons .exitButton{
	width: 16px;
	height: 16px;
	background: url(uiimages/popup_x_btn.png) no-repeat;
	float: left;
	cursor: pointer;
	margin: 0 2px 0 0;
}
.wps_form_body{
	margin: 0px 20px 10px 20px;
	position: relative;
	z-index: 1002;
	padding: 10px;
}

.form_back_lock{
	position: absolute;
	top:0;
	left:0;
	z-index:900;
	display:block;
	background:#000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.wps_listview{
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #222222;
	background: #000;
}

/* INPUT style */
.labelDiv{
	height: 10px;
}
label .example{
	color: #aaa;
}
input[type=text], input[type=password], textarea, select{
	border: 1px solid #c7c7c7;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background: #e5e5e5;
	padding: 6px 10px;
	margin: 0 0 5px 0;
	font-family: tahoma;
	font-size:13px;
	outline: none;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
}
select{
	padding: 5px 10px;
	text-indent: 6px;
  line-height: 24px;
}
input[type=checkbox], input[type=radio]{
	border: 0;
	padding: 0;
	margin: 0 5px 0 0;
}
input[type=submit]{
	border: 0px;
	cursor: pointer;
}
input[type=submit]:hover{
	cursor: pointer;
}
input[type=image]{
	border: 0;
	background: none;
}
input[type=file]{
	padding: 0px;
	padding: 3px\0/;
}
/* only opera */
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
  input[type=file]{
		border: 1px solid #b5c0c9;
	}
}

.field_i_t_f{
	width: 938px;
}

input.input_dark{
	background: #cfcfcf;
	border: 1px solid #b4b4b4;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}
.input_error{
	color: #ff0000;
	font-size: 11px;
}

.wps_select{
	position: relative;
	width: 256px;
	border: 1px solid #c2c2c2;
	margin: 0 0 5px 0;
	-moz-box-shadow:inset 1px 1px 2px #c7c7c7;
	-webkit-box-shadow:inset 1px 1px 2px #c7c7c7;
	box-shadow:inset 1px 1px 2px #c7c7c7;
}
.wps_select input{
	width: 232px;
	border: none;
	margin: 0;
}
.wps_select td{
	padding: 0px;
}
.wps_select td.dropdown{
	width: 17px;
	background: url(uiimages/wps_dropdown.gif) no-repeat 4px 8px #c2c2c2;
	border-left: 1px solid #c2c2c2;
}
.wps_select td.dropdown:hover{
	background-color: #3196e1;
	border-left: 1px solid #3196e1;
}
.wps_select .result_list{
	position: absolute;
	z-index: 500;
	display: none;
	border: 1px solid #3196e1;
	border-top: 0;
	background: #FFF;
	max-height: 210px;
	overflow: hidden;
	overflow-y: auto;
}
.wps_select .result_list ul li{
	list-style: none;
	padding: 2px 5px 4px 5px;
	cursor: pointer;
}
.wps_select .result_list ul li:hover{
	background: #3196e1;
	color: #FFF;
}
.wps_select .result_list ul li.active{
	background: #3196e1;
	color: #FFF;
}
.wps_select .result_list ul li.disabled{
	background: #49bb6d;
	color: #000;
	cursor: none;
}

.ui-autocomplete{
	display: inline-block;
	border: 1px solid #c7c7c7;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background: #e5e5e5;
	
	height: 30px;
	width: 256px;
	margin: 0 0 5px 0;
	overflow: hidden;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
}
.ui-autocomplete input{
	position: absolute;
	z-index: 2;
	border: 0;
	margin: 0;
	padding: 6px 10px;
	outline: 0;
	background: transparent;
	font-family: tahoma;
	font-size:13px;
	width: 252px;
}
.ui-autocomplete-hint{
	position: absolute;
	z-index: 1;
	color: #c0c0c0;
	padding: 7px 11px;
}
.ui-autocomplete-loader{
	display: none;
	float: right;
	margin: 5px 5px 0 0;
	width: 16px;
	height: 11px;
	background: url(uiimages/ui-autocomplete-loader.gif) no-repeat;
}
.ui-autocomplete-list{
	position: absolute;
	z-index: 3;
	border: 1px solid #bbb;
	max-height: 200px;
	background: #fff;
	overflow: hidden;
	overflow-y: auto;
}
.ui-autocomplete-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.ui-autocomplete-list ul li{
	padding: 2px;
	border-bottom: 1px solid #b8b8b8;
	cursor: pointer;
}
.ui-autocomplete-list ul li.active{
	background: #e8e8e8;
}
.ui-autocomplete-hidden{
	display: none;
}

.popup_box_back{position:absolute;left:0;top:0;background:#000;-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);}
.popup_box_container{
	position:absolute;left:600px;top:200px;border-top:1px solid #fff;background: #fff url(images/bg_wrapper.png) repeat-x;z-index: 2000;
	overflow: hidden;
}
.box_title_wrap{color:#000;font-size:18px;padding:20px 20px 0 20px;line-height: normal;}
.box_body{padding:20px;}
.box_control_wrap{text-align:right;padding:0 20px 20px 20px;}
.box_control_wrap .default-button, .box_control_wrap .default-button2{margin-left:20px;}
.box_x_button{
	float: right;
	margin: 0 -10px 0 0;
	width: 15px;
	height: 14px;
	background: url(uiimages/popup_x_btn.png) no-repeat;
	cursor: pointer;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	-icab-border-radius:2px;
	border-radius:2px;
	behavior:url(pie.htc);
	-moz-opacity:0.7;
-khtml-opacity:0.7;
opacity:0.7;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.box_x_button:hover{
	-moz-opacity:1;
-khtml-opacity:1;
opacity:1;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.popup_box_control_top{
	border-bottom: 1px dotted #b5b4b5;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.popup_box_list_head{
	border-bottom: 1px dotted #B5B4B5;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	color: #888;
}
.popup_box_list_loader{
	float: right;
	display: none;
	background: url(uiimages/ui-popup-list-loader.gif) no-repeat;
	width: 16px;
	height: 11px;
	margin: 3px 10px 0 0;
}
.popup_box_list_pages{
	float: right;
}
.popup_box_list_page{
	font-weight: bold;
	margin: 0 0 0 3px;
	text-decoration: none;
}
.popup_box_list_page.current{
	color: #72b201;
	border-bottom: 2px solid #72b201;
}
.popup_box_list_scroll{
	min-height: 160px;
	max-height: 200px;
	overflow: hidden;
	overflow-y: auto;
}
.popup_box_list{
	margin: 0 -40px 0 0;
}
.popup_box_list_photo{
	float: left;
	margin: 0 17px 8px 0;
	padding: 1px;
	background: #fff;
	border: 1px solid transparent;
	cursor: pointer;
}
.popup_box_list_photo:hover{
	border: 1px solid #72b201;
}
.popup_box_list_photo img{
	height: 75px;
	width: 75px;
}

#comments_attachment_albums{
	padding: 0 -20px 0 0;
}
.popup_box_list_album{
	float: left;
	width: 165px;
	height: 75px;
	margin: 0 14px 10px 0;
	padding: 5px;
	background: #fff;
	border: 1px solid transparent;
	cursor: pointer;
	overflow: hidden;
}
.popup_box_list_album:hover{
	background: #72b201;
}
.popup_box_list_album .title{
	float: right;
	width: 85px;
	font-weight: bold;
	//word-wrap: break-word;
}
.popup_box_list_album:hover .title{
	color: #fff;
}

.default-button, .default-button2, .default-button3{
	display: inline-block;
	border: none;
	background: url(images/bg_button.png) repeat-x;
	padding: 8px 10px;
	color: #fff !important;
	margin: 0 0 5px 5px;
	text-decoration: none !important;
	cursor: pointer;
	font-family: tahoma;
	font-size: 13px;
	
	-moz-box-shadow: 1px 2px 2px #bababa;
	-webkit-box-shadow: 1px 2px 2px #bababa;
	box-shadow: 1px 2px 2px #bababa;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#bababa', Direction=145, Strength=5);
	
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
	overflow: hidden;

	vertical-align:bottom;
}
.default-button:hover{
	background: url(images/bg_button.png) repeat-x 0 -30px;
}
.default-button2{
	background: url(images/bg_button2.png) repeat-x;
}
.default-button2:hover{
	background: url(images/bg_button2.png) repeat-x 0 -30px;
}
.default-button3{
	background: url(images/bg_button3.png) repeat-x;
}
.default-button3:hover{
	background: url(images/bg_button3.png) repeat-x 0 -30px;
}

input.default-button, input.default-button2, input.default-button3{
	border: none;
	padding: 7px 10px;
}
button.default-button, button.default-button2, button.default-button3{
	border: none;
	padding: 7px 10px;
}

#p_totop{
	display: none;
	
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 500;
	
	font-weight: 0;
	color: #FFF;
  cursor: pointer;
	
	background: #000 url(sysimages/totop_icon.png) no-repeat 10px 14px;
  -moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	
	
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
	
	padding: 10px 10px 10px 25px;
}


/* Attachment */
.attachment_item{
	position: relative;
	float: left;
	width: 75px;
	height: 75px;
	margin: 0 5px 5px 0;
}
.attachment_item .delete{
	position: absolute;
	top: 0;
	right: 0;
	background: #000 url(uiimages/delete_photo.gif) no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;
	
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.attachment_item .delete:hover{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.attachment_item img{
	width: 75px;
}

a.attachment_button{
	margin: 0 10px 0 0;
	text-decoration: none;
	color: #949292 !important;
	line-height: 10px;
}
a.attachment_button:hover{
	color: #000 !important;
}

#attachment_videos_msg_error{
	font-size: 11px;
	color: red;
}

.pv_bg{
	background: #000;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
	
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.pv_scroll{
	left:0;
	top:0;
	position: absolute;
	overflow: hidden;
	z-index: 1010;
	overflow-y: scroll;
}
.pv_canvas{
	float: left;
	background: #000;
	margin: 10px 0;
	
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
}
.pv_side_preview{
	float: left;
	cursor: pointer;
}
.pv_side_preview div{
	margin: 10px 0 0 10px;
	width: 17px;
	height: 18px;
	background: url(http://numplate.net/templates/russian/uiimages/pv_nav.gif) no-repeat 0 0;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.pv_side_preview:hover div{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.pv_side_close{
	float: left;
	cursor: pointer;
}
.pv_side_close div{
	float: right;
	margin: 10px 10px 0 0;
	width: 17px;
	height: 18px;
	background: url(http://numplate.net/templates/russian/uiimages/pv_nav.gif) no-repeat 0 -20px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.pv_side_close:hover div{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.pv_canvas_action{
	background: #000;
}
.pv_canvas_action .pv_count{
	color:  #777;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0 0 20px;
}
.pv_canvas_action #pv_close{
	float: right;
	color: #777;
	text-decoration: none;
	padding: 10px 20px 0 0;
	cursor: pointer;
}
.pv_canvas_action #pv_close:hover{
	color: #FFF;
}
.pv_photoarea_wrap{
	position: relative;
	background: #000;
	padding: 20px;
}
#pv_photoarea{
	position: relative;
	margin: 0 auto;
	background: url(http://numplate.net/templates/russian/uiimages/pv_preloading.gif) no-repeat 48% 48%;
}
#pv_photo{
	cursor: pointer;
}
#pv_photoslider{
	margin: 0 auto;
}
.pv_slider_prew{
	display: inline-block;
	height: 45px;
	width: 17px;
	padding: 0 5px 20px 0;
}
.pv_slider_prew i{
	display: block;
	height: 19px;
	width: 17px;
	background: url(uiimages/pv_nav.gif) 0 0 no-repeat;
	margin: 12px 0 0 0;
	cursor: pointer;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.pv_slider_prew i:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.pv_slider_next{
	display: inline-block;
	height: 45px;
	width: 17px;
	padding: 0 0 20px 5px;
}
.pv_slider_next i{
	display: block;
	height: 19px;
	width: 17px;
	background: url(uiimages/pv_nav.gif) 0 -37px no-repeat;
	margin: 12px 0 0 0;
	cursor: pointer;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.pv_slider_next i:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#pv_photoslider ul.pv_photos_wrap{
	display: inline-block;
	height: 45px;
	list-style: none;
	padding: 0 0 20px 0;
}
#pv_photoslider li.pv_photo{
	float: left;
	margin: 0 2px;
	cursor: pointer;
	
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
#pv_photoslider li.pv_photo_over, #pv_photoslider li.pv_photo_act{
	float: left;
	margin: 0 2px;
	cursor: pointer;
	
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#pv_photoslider li img{
	width: 45px;
	height: 45px;
}
.pv_photoinfo{
	background: #FFF;
	padding: 20px;
}
.pv_photoinfo_table{
	width: 560px;
}
.pv_photoinfo_table td{
	vertical-align: top;
}
#pv_photo_action{
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #EDEEF0;
	width: 200px;
	color: #888;
}
.pv_action_menu{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
.pv_action_menu li{
	padding: 3px 0;
}
.pv_action_menu li a{
	text-decoration: none;
	font-weight: bold;
	color: #888;
}
.pv_action_menu li a:hover{
	color: #72b201;
}
.pv_actoin_divider{
	height: 10px;
}
.pv_action_link{
	font-weight: bold;
	text-decoration: none;
}
.pv_action_link:hover{
	color: #72b201;
}
#pv_photo_action_message{
	display: none;
	margin: 20px 0 0 20px;
	padding: 10px;
	border: 1px solid #A2D646;
	background: #DCECC0;
	color: #3A520E;
}
#pv_photo_action_message a{
	text-decoration: none;
	font-weight: bold;
	color: #3A520E;
}
#pv_photo_desc{
	margin: 0 0 10px 0;
	color: #000;
}
#pv_photo_desc_edit{
	color: #888;
}
#pv_photo_desc textarea{
	width: 444px;
	max-width: 444px;
	height: 40px;
}
#pv_photo_tags{
	margin: 0 0 10px 0;
	color: #888;
}
#pv_photo_tags span{
	color: #000;
}
#pv_photo_tags i{
	color: #888;
}
#pv_photo_tags .delete{
	background: #c4e785 url(uiimages/pv_delete.gif) no-repeat 0px 0px;
	width: 0px;
	height: 14px;
	padding-left: 14px;
	overflow: hidden;
	cursor: pointer;
}
#pv_photo_tags .delete:hover{
	background-color: #72b201;
}
#pv_photo_info{
	color: #888;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #EDEEF0;
	width: 450px;
}
#pv_photo_like{
	float: right;
	margin: -24px 0 0 0;
}
#pv_photo_comments{
	width: 450px;
}
#pv_message, #pv_message_tag{
	display: none;
	background: #FEEFB3;
	border: 1px solid #9b6500;
	margin: 20px;
	margin-bottom: 0;
	padding: 10px;
	color: #9F6000;
}
#pv_message_tag  a{
	text-decoration: none;
	font-weight: bold;
	color: #9F6000;
}
#pv_message a, #pv_message_tag .action a{
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0 10px;
	color: #000;
}

/* PV Taggers */
#pv_tagframe, #pv_tagbox {
	position: absolute;
	border: 0px;
	display: none;
	z-index: 6;
	cursor: move;
	overflow: hidden;
}
#pv_tagframe img, #pv_tagbox  img{ position: absolute; }
#pv_fadded{
	top: 0;
	left: 0;
	font-size: 0em;
	overflow: hidden;
	background-color: black;
	opacity: 0.70;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity=70);
	position: absolute;
	z-index: 5;
	display: block;
}
.pv_tagframehandle{
	position: absolute;
	height: 10px;
	width: 10px;
	background: #fff;
	border:1px solid gray;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
	z-index: 7;
	overflow: hidden;
	display: none;
}
#pv_tagframe_nw { cursor: nw-resize; }
#pv_tagframe_n  { cursor: n-resize;  }
#pv_tagframe_ne { cursor: ne-resize; }
#pv_tagframe_w  { cursor: w-resize;	 }
#pv_tagframe_e  { cursor: e-resize;	 }
#pv_tagframe_sw { cursor: sw-resize; }
#pv_tagframe_s  { cursor: s-resize;	 }
#pv_tagframe_se { cursor: se-resize; }

.pv_tag_selector{
	position:absolute;
	background: #fff;
	border:4px solid #72b201;
	z-index:2000;
	width: 188px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
}
.pv_tag_selector_caption {
	background: #EFEFEF;
	direction: ltr;
	font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
	font-size: 14px;
	color: black;
	line-height: 14px;
	padding:6px 8px 8px 8px;
}
.pv_tag_selector_control_top{
	background: #EFEFEF;
	border-bottom: 1px solid #ccd4e2;
	padding: 10px;
}
.pv_tag_selector_control_top input{
	width: 145px;
	margin: 0;
}
.pv_tag_selector_control_bottom{
	background: #e7e7e7;
	border-top: 1px solid #ccd4e2;
	padding: 10px;
	height: 14px;
}
.pv_tag_selector_items{
	max-height: 160px;
	overflow: hidden;
	overflow-y: auto;
}
.pv_tag_selector_item{
	padding: 5px 10px;
	color: #000;
	cursor: pointer;
}
.pv_tag_selector_item:hover{
	background: #eef7de;
}


.field_r{ /* right */
	clear: both;
	overflow: hidden;
	margin: 0 0 8px;
	padding: 0 0 0 10px;
	line-height: 24px;
}
.field_r_c{ /* right clear (no label) */
	clear: both;
	overflow: hidden;
	margin: 0 0 8px;
	padding: 0 0 0 208px;
	line-height: 24px;
}
.field_r_s{ /* right submit */
	clear: both;
	overflow: hidden;
	margin: 20px 0 8px;
	padding: 0 0 0 208px;
	line-height: 24px;
}
.field_r_s_m{
	clear: both;
	overflow: hidden;
	margin: 20px 0 8px;
	padding: 0 0 0 150px;
	line-height: 24px;
}
.field_r_s_m2{
	clear: both;
	overflow: hidden;
	margin: 20px 0 8px;
	padding: 0 0 0 100px;
	line-height: 24px;
}
.field_l{
	float: left;
	width: 188px;
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0 0;
	line-height: 23px;
}
.field_l_m{
	float: left;
	width: 80px;
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0 0;
	line-height: 18px;
}
.field_l_m2{
	float: left;
	width: 130px;
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0 0;
	line-height: 18px;
}
.field_i_t, .field_i_s, .field_i_a, .filed_b{
	margin: 0;
	float: left;
}
.field_i_t{ /* normal input text */
	width: 220px;
}
.field_i_t_s{ /* small input text */
	width: 70px;
}
.field_i_t_l{ /* long input text */
	width: 400px;
}
.field_i_t_f{ /* full line input text */
	width: 668px;
}
.field_i_t_m{ /* medium input text */
	width: 292px;
}
.field_i_a{ /* normal input textarea */
	width: 220px;
	max-width: 220px;
	height: 100px;
}
.field_i_a_l{ /* long input textarea */
	width: 400px;
	max-width: 400px;
	height: 100px;
}
.field_i_a_f{ /* full input textarea */
	width: 668px;
	max-width: 668px;
	height: 100px;
}
.field_i_s{ /* normal input select */
	width: 231px;
}
.field_i_s_m{ /* medium input select */
	width: 300px;
}
.filed_i_ac{ /* normal input autocomplete */
	width: 226px;
}
.filed_i_ac input{
	width: 222px;
}
.filed_i_ac_m{ /* medium input autocomplete */
	width: 298px;
}
.filed_i_ac_m input{
	width: 296px;
}
.field_i_check{
	display: inline-block;
	margin: 3px 0 0 10px;
	line-height: 22px;
}
.field_i_check input{
	margin: 0 2px 0 0;
}
.field_error{
	clear: both;
	margin: -5px 0 0 0;
	padding: 0 0 0 198px;
	color: #ff0000;
	line-height: 14px;
}
.field_notice{
	font-size: 11px;
	color: #666;
	margin: 0 0 0 10px;
}
.field_notice_r{
	padding: 5px 0 0 200px;
	font-size: 10px;
	line-height: 12px;
}
.field_params{
	width: 408px;
	padding: 0 0 0 178px;
	margin: 0 0 -8px 0;
}
.field_param_fr{
	margin: 0 0 8px -178px;
}
.field_params_s{
	width: 228px;
	margin: 0 8px 8px 0;
}
.filed_obl{
	margin: 0 0 0 10px;
	color: red;
}

input.error, select.error, textarea.error{
	border-color: #FF0000;
	background-color: #FFEEEE;
}



