h1 {
  font-size:20px;
  color:black;
  border-bottom:1px solid #d3d3d3;
  margin-bottom:20px;
  padding-bottom:10px;
  font-weight:normal;
}

h2 {
  font-size:16px;
  margin-bottom:10px;
  color:#676767;
  font-weight:normal;
}

h3 {
  font-size:12px;
  margin-bottom:10px;
}



a:hover {
	 text-decoration:underline;
}

/* Alineas */
p, .Just, .Center, .Right {
  font-size:12px;
  line-height:1.4;
  text-align:justify;

  margin:0;
  padding:0 0 10px 0;
}

.Center {
	 text-align:center;
}

.Right {
	 text-align:right;
}

.Text {
	 font-size:12px;
}

/* Формы */
form {
  margin:0;
  padding:0;
}

.form_errors_wrap {
  color:red;
  font-weight:bold;
  margin-bottom:15px;
  line-height:1.4;
}

.form_wrap {

}

.form_wrap .capt {
  padding:0 10px 10px 0;
  vertical-align:top;
  min-width:100px;
  font-size:11px;
}

.form_wrap .ibox {
  padding-bottom:10px;
  vertical-align:top;
}

.form_wrap .input, .input {
   height:21px;
    border:1px solid #ddd;
    font-size:11px;
}

.form_wrap textarea {
  border:1px solid #ddd;
  padding-left:5px;
  font-family:Arial;
  font-size:12px;
  color:#404040;
}

.form_wrap .m {
  width:600px;
}

.form_wrap textwrap {

}

.form_wrap .button, .button {
    height:22px;
    border-radius:10px;
    border:1px solid #ccc;
    background:#cfd4d0;
    cursor:pointer;
    font-size:11px;
    padding-left:10px;
    padding-right:10px;
}



.form_wrap .obl {
  color:red;
}

.form_wrap table.st {
    width:auto;
  }

.form_wrap table.st td {
 border:none;
 width:auto;
 vertical-align:top;
 font-size:12px;
}

.form_wrap table.st td:first-child {
 border-left:none;
}

.form_wrap table.st td.cpt {
  padding-left:30px;
  padding-right:10px;
  font-size:11px;
  padding-top:5px;
}

.form_wrap table.st tr td.cpt:first-child {
  padding-left:0;
}

.form_wrap table.st td.np {
  padding-top:0;

}

.form_wrap table.st td select {
  max-width:150px;
}

.butcol2 {
    background:#ffd300;
  }

/* Tables */
table {
  border-collapse:collapse;
}

table td {
  vertical-align:top;
}

table.t {

  margin:0 0 20px 0;
  border-collapse:collapse;
}

table.t th, table.t td {
  border:1px solid #dcdcdc;
  vertical-align:top;
}

table.t th {
  font-weight:normal;
  padding:5px 5px 5px 5px;
  background:#fafafa;
  border:1px solid #dcdcdc;
  font-size:11px;
}

table.t td {
  padding:10px 10px 5px 10px;
}

table.t td.left {
  text-align:left;
}

table.t td.right {
  text-align:right;
}

table.t td.center {
  text-align:center;
}

table.t td.options {
  text-align:left;
}

table.t td.options a {
  display:block;
  margin-bottom:3px;
}

/* Списки */
#content ul, #content ol {
  margin:0 0 15px 0;
  padding:0;
}

#content ul li, #content ol li {
  font-size:12px;
  line-height:18px;
  padding:0;
  
}

#content ul li { margin:0 0 0 16px; }
#content ol li { margin:0 0 0 20px; }

#content ul li ul, #content ul li ol, #content ol li ul, #content ul li ol {
  margin-bottom:0;
}


/* цитата */
.cit {
  background-color:#dcdcdc;
  display:block;
  padding:10px;
}

/* other */
.border {
  border:1px solid #dddddd;
}

