img {
	border:0px;
}

select.chosen {
	width: 90%;
}


.filterform {
	position: relative;
	width:100%;
	padding: 0px;
	margin: 0px;
}


.filterform input.fDateTimeFilter {
	width: 160px !important;
	height:18px;
}
.filterform input[type="text"]{
	border:1px solid #808080 !important;
	margin-left:3px;
	width:300px;
	height:18px;
	/*
	position: relative;
	top: 0px;
	left: 0px;
	*/
}

.filterform select{
	border:1px solid #808080 !important;
	margin-left:3px;
	height:20px;
}

.__filterform input[type="submit"]{
	width:16px;
	height:15px;
	background:url('/i/admin/ico_find.png')  0 0 no-repeat !important;
	/*
	position: absolute;
	top: 8px;
	right: 0px;
	*/
}

#wysiwyg_text {
	width: 100%;
	height: 300px !important;
}


.helper_table {
	width:100%;
}

.helper_tr_title {
	font-weight:bold;
	text-align:right;
	width:150px;
	padding-right:10px;
}

.helper_table_submit_l {
	text-align:left;
}

.helper_table_submit_r {
	text-align:right;
}

/*input.fString, input.fPassword {
	width:90%;
	border:1px solid #a0a0a0;
}*/

.inline input.fString {
	width:auto;
}

.inline_form span{
	float:left;
}

input.fInt {
	width:100px;
	border:1px solid #a0a0a0;
}


textarea.fText {
	width:90%;
	height:200px;
	border:1px solid #a0a0a0;
}

.fWysiwyg,#wysiwyg_content {
	width:100%;
	height:300px !important;
}

.fWysibb {
	width:100%;
	height:300px;
}


.lMany2Many {
	width:250px;
}

.lMany2Many_tree {
	width:250px;
}


.helper_clone {
	padding:10px;
	border:1px solid #e0e0e0;
}

.ui-datepicker {
	border:1px solid #e0e0e0;
	background-color:#ffffff;
	padding:10px;
}

.error {
	color:#FF0000;
	padding-bottom:10px;
}

.m2m_tree_0 {
	font-weight:bold;
}

.m2m_tree_1 {
	padding-left:20px;
}

.many2one_gallery {
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
}

.many2one_gallery li {
	display:block;
	float:left;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

ul.img {
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.img li {
	float:left;
	padding:2px;
}

.imgs_list {
	text-align:center;
	font-size:11px;
	color:#909090;
}

.imgs_list img {
	border-right:1px solid #ffffff;
}

.clear {
	clear:both;
}

.f_path {
    display:inline;
    background-color:#FFFFFF !important;
}

<!-- Wysiwyg editor styles -->
.editor { border:1px solid #e0e0e0;background-color:#BDC6CE;}
.editor .menu { background-color:#e0e0e0; }
.win_header { background-color:#BDC6CE;font-size:10px;font-family:arial;height:12px;}
.win_body { border-top:1px solid #e0e0e0; background-color:#E7EFEF; vertical-align:top}
.win_string {font-size:10px; font-family:arial;}
.win_page_close {font-size:10px; font-family:arial; padding-left:7px; padding-right:7px;border:1px solid #e0e0e0; height:12px }
.win_page_open {font-size:10px; font-family:arial; padding-left:7px; padding-right:7px; border-top:1px solid #000;border-left:1px solid #000;border-right:1px solid #000; height:12px}
.win_page_block { border-bottom:1px solid #e0e0e0; height:12px}
.win_page_main { border-bottom:1px solid #e0e0e0; border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;}
.win_text { border:1px solid #e0e0e0; font-family:arial;font-size:12px}
.win_button_v { border:1px solid #000; display:block}
.win_button_h { display:none }
.list {border:1px solid #e0e0e0; font-size: 10px; font-family:arial; background-color:#E7EFEF;}
.alpha { filter:Alpha(Opacity=50,style=0); -moz-opacity: 0.5; background-color: #E7EFEF; }
.alpha  *{ filter:Alpha(Opacity=50,style=0); -moz-opacity: 0.5; background-color: #E7EFEF; }
.nonalpha {filter:Alpha(Opacity=100,style=0); -moz-opacity: 1;  background-color: #E7EFEF; }



.form_error{
	background-color:#c4180f;
	position: relative;
	margin-top:5px;
	max-width:200px;
	padding:5px 10px;
	border-radius:6px;
	box-shadow:2px 2px 2px #484848;
	color:white;
	font-weight:bold;
	font-size:13px;
}
.form_error i{
	position:absolute;
	top:-5px;
	width:19px;
	height:8px;
	left:10px;
	background:red;
	display:block;
	background:url(/i/admin/ang5.png) no-repeat left top;
}

	width:90%;
}
.fSelect {
	min-width: 150px;
}

.widget_TextLines {
	padding:5px 10px;
}


