body {
	font-family: verdana; 
	font-size: 14px;
}

*{margin: 0; padding: 0}
a{color: #02537d;     font-family: Verdana !important;}
a:hover {
	color: #15afbb;
  -webkit-transition: all linear 0.3s;
     -moz-transition: all linear 0.3s;
      -ms-transition: all linear 0.3s;
       -o-transition: all linear 0.3s;
          transition: all linear 0.3s;		
}
p{margin: 10px 0; text-align: justify !important; font-family: Verdana !important;}
fieldset,img {border: none;max-width:100%;}
select, input, textarea {
  background-color: #ffffff;
  border: 2px solid #cccccc;
	font-family: PT Sans;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;	
		  
    color: #555555;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 5px;		  
}
select:focus, input:focus, textarea:focus { border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.clear{clear:both;}
.all {width: 90%; margin:0 auto;}


.cena {
    font-weight: 600;
}