@CHARSET "UTF-8";
/******* GENERAL RESET *******/
#container {
border:0pt none;
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;

}

.clear{
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
a{
  text-decoration: none;
}
strong{
  font-weight: 700;
}
/******* GENERAL RESET *******/
h1{
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2em;
  border-bottom: 1px dotted #6b9ef1;
  color: #5f95ef;
  margin-bottom: 1em;
}
/******* LOGO *******/
#logo{
  margin-top: 1em;
  display: block;
}
/******* /LOGO  *******/
/******* CONTAINER *******/
#container{
  width: 100%;
  margin-top: 20px;
  text-align: left;
  line-height:14px;
  font-size: 12px;
  font-family: Arial,  Verdana, Helvetica, sans-serif;
  margin-bottom:10px;
}
/******* /CONTAINER *******/
/******* FORM *******/
#customForm{
  padding: 0 10px 10px;
}
#customForm label{
  display: block;
  color: #797979;
  font-weight: 700;
  line-height: 1.4em;
}
#customForm input{
  width: 220px;
  padding: 6px;
  color: #949494;
  font-family: Arial,  Verdana, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #cecece;
}
#customForm input.error{
  background: #f8dbdb;
  border-color: #e77776;
}
#customForm textarea{
  width: 550px;
  height: 80px;
  padding: 6px;
  color: #adaeae;
  font-family: Arial,  Verdana, Helvetica, sans-serif;
  
  font-size: 12px;
  border: 1px solid #cecece;
}
#customForm textarea.error{
  background: #f8dbdb;
  border-color: #e77776;
}
#customForm div{
  margin-bottom: 5px;
}
#customForm div span{
  margin-left: 10px;
  color: #b1b1b1;
  font-size: 11px;
  
}
.block{
  display:block;
}
#customForm div span.error{
  color: #e46c6e;
}
#customForm #send{
  background: #6f9ff1;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  border: 0;
  cursor: pointer;
}
#customForm #send:hover{
  background: #79a7f1;
}
#error{
  margin-bottom: 20px;
  border: 1px solid #efefef;
}
#error ul{
  list-style: square;
  padding: 5px;
  font-size: 11px;
}
#error ul li{
  list-style-position: inside;
  line-height: 1.6em;
}
#error ul li strong{
  color: #e46c6d;
}
#error.valid ul li strong{
  color: #93d72e;
}

a.submitform {
    background: #ededed no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
  border:1px solid #666;
}

a.submitform span {
    background: transparent no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
      -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
  color: #666;
  
}


a.submitform:hover span {
    
  color: #333;
    
}

a.submitform{
font-size:12px;
background: #f6f8f9; /* Old browsers */
background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
background: linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
}
#rezultat{
  border:1px solid #ff0000;
  height:100px;
}



/******* /FORM *******/