﻿body {
}
h1 {
   color: #f8c3a4;text-shadow:-1px -1px 0 #676767,1px -1px 0 #676767,-1px 1px 0 #676767,1px 1px 0 #676767;
}
/*Sivi button*/
.button_ukaz
{
display: inline-block;color: #666;background-color: #eee;font-size: 14px;
padding: 0px 15px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
border: 1px solid rgba(0,0,0,0.3);border-bottom-width: 3px;height: 20px;margin-top: 3px;
}
.button_ukaz:hover
{
background-color: #e3e3e3;border-color: rgba(0,0,0,0.5);cursor: pointer;
}
.button_ukaz:active 
{
 background-color: #CCC;border-color: rgba(0,0,0,0.9);
}
h1 {
  color: white;text-shadow:-1px -1px 0 #996633,1px -1px 0 #996633,-1px 1px 0 #996633,1px 1px 0 #996633;
}
.boxshadow {
    padding:0;box-shadow: 1px 1px 1px 1px grey;
}
.imgborder {
   border-style: none;
    border-color: inherit;
    border-width: 0;
    display:inline-block;    position:relative;    padding:0px;
       background:#f2f2f2;    margin-bottom:5px;
       -webkit-box-shadow:0px -1px 4px rgba(0,0,0,0.5), 0px 1px 4px rgba(0,0,0,0.7);
       -moz-box-shadow:0px -1px 4px rgba(0,0,0,0.5), 0px 1px 4px rgba(0,0,0,0.7);
       box-shadow:0px -1px 4px rgba(0,0,0,0.5), 0px 1px 4px rgba(0,0,0,0.7);
    top: 0px;
    left: 0px;
}