body {
	text-align: center;
	font-family: verdana;


}

/*START AUTHORIZE FORM*/
form.auth_form {
	margin: 150px auto;
	width: 350px;
	color: #0B8EFF;
	font-size: 120%;
}

.auth_form fieldset {
	border: 1px solid #A2DFEC; *
	width: 350px;
	text-align: left;
	background: url('/pictures/admin/main_body_grad.gif') top repeat-x; *
	background-position: 0 10px;
}

.auth_form legend {
	padding: 2px 4px;
	font-size: 85%;
	background: #E8F5F7;
}

.auth_form div {
	padding: 15px 20px; *
	padding-left: 35px;
}

.auth_form label {
	display: block;
}

.auth_form input {
	height: 30px;
	font-size: 22px;
	width: 280px;
	margin: 3px 0 7px 0;
	display: block;
	color: #098FFF;
	border: 1px solid #A2DFEC;
	padding: 0 3px;
}

.auth_form #submit {
	background: #E8F5F7;
	font-size: 85%;
	width: 100px;
	font-weight: 600;
	margin-left: 180px;
	cursor: pointer;
	border: 1px solid #A2DFEC;
}

.auth_back,.auth_back:link,.auth_back:active,.auth_back:visited {
	color: #0B8EFF;
	text-decoration: underline;
	font-size: 70%;
}

.auth_back:hover {
	text-decoration: none;

}
/*END AUTHORIZE FORM*/

/*START EDIT/ADD FORM*/
FORM.editForm  TABLE{
    font-family: tahoma, arial, verdana;
    font-size: 80%;
    margin: 0 auto;
    border: 1px solid #D2E1F4;
    width: 800px;
	}
.editForm a, .editForm a:link, .editForm a:active, .editForm a:visited{
	color: #15428b;
	}
.editForm a:hover{
    text-decoration: none;
	}

.editForm .head_tr td{
	background: url('/ext/resources/images/default/panel/white-top-bottom.gif');
	height: 25px;
	color: #15428b;
	font-weight: 600;
    padding-left: 5px;
}


.editForm #title, .editForm #price, .editForm #keywords, .editForm #description, .editForm .mceEditor{
    width: 98%;
    border: 1px solid #84A0C4;
	}
.editForm #position{
	border: 1px solid #84A0C4;
	width: 40px;
	}

.editForm  .mceEditor{
	height: 450px;
    width: 98% !important;
    margin-left: 0;
	}

.editForm #submit, .editForm #cancel{
	background: url('/ext/resources/images/default/dd/drop-yes.gif') 2px  no-repeat;
	width: 100px;
	height: 25px;
    border: 1px solid #84A0C4;
    cursor: pointer;
	color: #15428b;
    padding-left: 20px;
    float: right;
	}
/*END EDIT/ADD FORM*/

/*START FILES BLOCK*/
.editForm .delete_button{
	display: -moz-inline-box;
    display: inline-block;
    cursor:pointer;
    background: url('/pictures/admin/delete.gif') no-repeat;
    width:15px;
    height:14px;
    margin-left: 7px;
    margin-right: 7px;
    text-decoration: none;
}
.readonly{
	background: #EBEBE4;
	border: 1px solid #84A0C4;
	width: 300px;
	margin-bottom: 2px;
	color: #82817D;
	}
.editForm #cancel{
	background-image: url('/ext/resources/images/default/dd/drop-no.gif');
	margin-right: 5px;
	}
.editForm .files_table {
    margin:0;
	}
.editForm .files_table ul  {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0px solid red;
	color: #15428b;
	font-size: 120%;
	}
.editForm .files_table ul LI{
	background: url('/ext/resources/images/default/menu/menu-parent.gif') 0 50% no-repeat;
	padding-left: 15px;
	margin: 0;
	display: block;
	}
.editForm .files_table A{
	font-size: 80%;
	}
.editForm UL#files{
	background-color: #EEEEEE;
	list-style: none;
	margin: 5px 0 0 0;
	padding-left: 15px;
}
.editForm UL#files LI{
	margin-bottom: 3px;
	}

.editForm .linkurl_button{
	display: -moz-inline-box;
    display: inline-block;
    display: none;
    cursor:pointer;
    background: url('/pictures/admin/linkurl_button.gif') 3px 1px no-repeat;
    width: 18px;
    height:18px;
    overflow: hidden;
    text-decoration: none;
}
.editForm LI#buttons{
	padding: 5px 0;
	}
.editForm .add_button{
	display: -moz-inline-box;
    display: inline-block;
    cursor:pointer;
    background: #ffffff  url('/ext/resources/images/default/dd/drop-add.gif') 3px 1px no-repeat;
    text-decoration: none;
    padding-left: 23px;
    padding-right: 3px;
    margin-right: 10px;
    height:17px;
    line-height: 17px;
    border: 1px solid #84A0C4;
}

.editForm .delel_button{
	display: -moz-inline-box;
    display: inline-block;
    cursor:pointer;
    background: #ffffff url('/pictures/admin/delel_button.gif') 3px 1px no-repeat;
    text-decoration: none;
    padding-left: 23px;
    padding-right: 3px;
    margin-right: 10px;
    margin-left: 65px;
    height:17px;
    line-height: 17px;
    border: 1px solid #84A0C4;
 }
/*END FILES BLOCK*/
/*START IMAGES BLOCK*/
.editForm UL.images_block{
	list-style: none;
	margin: 5px 0 0 0;
	padding-left: 15px;
}
.editForm UL.images_block LI{
	margin-bottom: 3px;
	}
.editForm #imageurl{
	width: 300px;
	border: 1px solid #84A0C4;
	}
.editForm IMG.image_preview{
    float: left;
	}

/*END IMAGES BLOCK*/
