root { 
  display: block;
}

body {
  background: white url("../img/lt_background2011.gif") no-repeat top center;
}

#main_box {
  width:            600px;
  min-height:       650px;
  margin-top:       100px;
  border-bottom:    1px solid #0396D6;
  padding:          0px; 
  background-image: url("../img/bg_box.png");
  font-family:      Tahoma;
}
#main_box p {
  /*color:       white;*/
  font-size:   17pt;
  text-align:  left;
  margin-left: 4px;
}
#main_box:first-child {
  color:       white;
}
#main_box #description {
  margin-top: 20px;
  color: #046189;
  padding: 0px 10px 0px 10px;
}

#description a, #description a:focus {
  font-weight: bold;
  color: #00315C;
  text-decoration: none;
}

#nalepka {
  border: 1px solid #0396D6;
  float:  right;
  margin: 20px 10px 10px 10px;
}

#logo {
  position:absolute;
  top:20px; 
  left:20px;
}

/* Stylesheet / CSS */
/*
Name: Slick contact form
Version: 1.0
Author: Oussama Afellad
Author URI: http://www.premiumfreebies.eu
*/



body, div, h1,h2, form, fieldset, input, textarea, footer,p {
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: none;
}

#formstatus { 
  color: #046189;
  height:70px;
}

p {
  text-shadow:0 1px 0 black; 
  font-size:21px;
}

#wrap {  
  clear: both;
  width: 530px; 
  margin: 20px auto 0; 
  min-height: 400px;
  _height: 400px;
}

h1 {
 text-align: center;
 font-size: 48px; 
 text-shadow: 0 1px 0 #ede8d9; 
}

#form_wrap.hide:after, #form_wrap.hide:before {
  display:none; 
}

form {
  top:100px;
  width:500px;
}

#form_wrap form {
  min-height:400px;
  _height:400px;
}


label {
  margin: 11px 20px 0 0; 
  font-size: 16px; 
  color: #046189;
  text-transform: uppercase; 
  text-shadow: 0px 1px 0px #fff;
}

input[type=text], textarea {
  font: 14px normal normal uppercase helvetica, arial, serif;
  color: #046189;
  background-color:#F3F3F5;
  width: 480px; 
  height: 36px; 
  line-height: 36px;
  padding: 0px 10px; 
  margin: 0 0 10px 0;
  border: 1px solid #4190AF;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  border-radius: 5px;
  -moz-box-shadow: inset 0px 0px 1px #726959;
  -webkit-box-shadow:  inset 0px 0px 1px #b3a895; 
  box-shadow:  inset 0px 0px 1px #b3a895;
}	

textarea { 
  line-height: 14pt;
  height: 80px; 
  padding-top:14px;
}

textarea:focus, input[type=text]:focus {
  background:rgba(222,237,243,.15);
}

#form_wrap input[type=submit] {
  position:relative;
  font-size:24px; 
  color: #7c7873;
  text-shadow:0 1px 0 #fff;
  width:100%; 
  text-align:center;
  opacity:1;
  background:none;
  cursor: pointer;
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  border-radius: 3px; 
}
                
#form_wrap input[type=submit] {
  color:#00315C; 
  font-size:34px; 
  text-shadow:0 1px 0 #ede8d9; 
}

#form_wrap input:hover[type=submit] {
  color:#0060AF; 
  font-size:34px; 
  text-shadow:0 1px 0 #ede8d9; 
}