.minb {
    text-align: center;
	width:100%;
	margin-top: 10px;
	padding-top: 10px;
	border-top:1px dotted;
}

p {
    margin: 10px 0;
}

html { 
	height: 100%;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
	height:100%;
}

#wrapper {
    min-height: 100%;
}

#content{
    background: none repeat scroll 0 0 #ffffff;
    display: block;
	margin:auto;
    min-height: 200px;
    padding: 10px 0 25px 0;
    width: 1200px;
 }

/* ����� */
/* ����� �����*/

/* ��������� */ 
/* ����� ��������� */ 
 
 /* ������ */
button
{
    color: #f0f0f0;
	background: none repeat scroll 0 0 #b39a1d;
	padding: 6px 10px;
	font-size:14px;
	font-weight:bold;
	border:0;
	border-radius: 16px;
	transition: all 0.5s ease 0s;
}

/* - ����� */
button::-moz-focus-inner {border:0}
button:focus {outline:none;}
button:active {outline:none;}


button:hover:not(.noactive) {
	background: none repeat scroll 0 0 #e5c629;
}

button.noactive   {
	background: none repeat scroll 0 0 #676767;
}
/* ����� - ����� */
/* ����� ������ */
 
/* ���� */
/* ����� ���� */

/* ������� */
img {
    outline: medium none;
    vertical-align: middle;
}
/* ����� �������*/

/* ������� */
table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
	width:100%;
}
table th, table td {
    margin: 0;
    padding: 5px;
}
table th {
    font-size: 13px;	
}
/* ����� ������� */

/* ���� ����� */
input {
    outline: medium none;
}

input, select, textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
	border-radius: 3px;
}

input, select {
    margin: 0;
    font-size: 14px;
    padding: 5px;
}
/* ����� ���� �����*/

/* ������ */
.adrPanel {
padding:5px;
}

.adrPanel  h4{
margin-top:8px;
}
/* ����� ������ */

/* ������ */
/* ����� ������ */

/* JQMODAL */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 35%;
    left: 35%;

	background-color: #fff;
	text-align: center;
	min-height: 160px;
    min-width: 300px;
    max-width: 500px;
    
    border: 1px solid #ccc;
    padding: 20px;
	border-radius: 6px;
	box-shadow: 0 2px 3px rgba(64, 64, 64, 0.4);
}

.jqmClose {
	position:absolute;
	top:-24px;
	right:-22px;
	width: 24px; 
	height: 24px; 
	z-index:3000;
}

.jqmOverlay {
  background-color: #fff;
/*  background: url(../images/jqm.jpg) repeat; */
  }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#helper { 
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 100%; 
  height: 100%; 
  z-index: -10; 
}

/* ����� JQMODAL */
