/* CSS Document */
.input
{
font-size:12px;
}

.btn
{
background: #aaa;
color: #fff;
text-decoration: none;
cursor: pointer;
font-size:12px;
font-family:Tahoma;
border:none;
padding:3px;
border:solid 1px #999999;
}

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }

.meniu
{
width:159px;
color: #fff;
text-decoration: none;
cursor: pointer;
font-size:13px;
font-family:Tahoma;
border:none;
padding-left:10px;
padding-top:3px;
padding-bottom:3px;
}
.meniu:hover{
background-image: url(shade.png); background-position: bottom;
}