/*убрать эти ёбаные рамочки*/
a {
-moz-outline:none;
outline:none;
ie-dummy:expression(this.hideFocus=true);
}

/*прозрачный*/
.transparent{
   filter:alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

/*Панель загрузки на весь экран*/
#loading
{
  filter:alpha(opacity=0.4);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
	position:absolute; 
	background-color:#333333; 
	z-index:9; 
	left:0; 
	top:0; 
	display:none; 
	width:100%; 
	height:100%;
}

/*ссылка, выполняющая какое-то действие админа*/
a.system{color:#F30 !important; text-decoration:underline;}
a.system:hover{ color:#FC0 !important}

/*сообщение об ошибке на форме*/
label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color:#FF3300;
	}

table.form{}
table.form td { font-size:12px; padding:5px; vertical-align:top;}

input.send{ font-size:16px;  width:180px; height:40px;}


/*Замена элемента загрузки файла картинкой*/
.upload_image a{display:block; background:url(/img/upload_image.jpg);  width:90px; height:90px; padding:0; margin:0; overflow:hidden; }
.upload_image a.system{display:block; background:none;  width:100%; height:auto; text-align:center; display:none;}
.upload_image a.loading{ background:url(/img/loading.gif) center center no-repeat;}
.upload_image img{width:90px; height:90px; display:none; border:none;}
.upload_image div{width:90px;}
.upload_image input{
	position: relative;
	cursor:pointer;
	width:100px;
	height:150px;
	font-size:50px;
	z-index: 2;
	padding:0; margin:0; border:none;
}
.gecko .upload_image input{left:-590px;}
.safari .upload_image input{top:-50px;}
.ie .upload_image input{width:100%; height:100%; font-size:38px; left:-20px;} 


.upload_image.big a{display:block; background:url(/img/upload_image.big.jpg);  width:200px; height:244px; padding:0; margin:0; overflow:hidden; }
.upload_image.big a.system{display:block; background:none;  width:100%; height:auto; text-align:center; display:none;}
.upload_image.big a.loading{ background:url(/img/loading.gif) center center no-repeat;}
.upload_image.big img{width:200px; height:244px; display:none; border:none;}
.upload_image.big div{width:200px;}
.upload_image.big input{
	position: relative;
	cursor:pointer;
	width:200px;
	height:300px;
	font-size:90px;
	z-index: 2;
	padding:0; margin:0; border:none;
}
.gecko .upload_image.big input{left:-1140px;}
.safari .upload_image.big input{top:-50px;}
