html, body

{

	margin: 0;

color: #white;

	padding: 0;

	width: 100%;

	height: 100%;

}



#panel {

    position: fixed;

    top: 0px;

    right: 0px;

    z-index: 99999;

    transition: right 0.5s ease-out 0s;

}

 

#panel:hover {

    right: 600px;

}

 

#panel #content {

    width: 600px;

    height: 660px;

    padding: 10px;

    z-index: 20;

    background: url(../img/bgslider.png);

    position: absolute;

    border-radius: 10px 0 0 10px;

}

 

#panel #title {

    width: 40px;

    background: url(../img/strzala.png);

    font-weight: bold;

    border-radius: 0px;

    padding: 70px 0px 25px 0px;

    text-align: center;

    position: absolute;

    top: 250px;

    left: -40px;

    z-index: 1;

}

input {

    color: #C0C0C0;

    padding: 2px;

    border-right: 1px solid #24A334;

    border-width: 1px;

    border-style: solid;

    border-color: black;

    background: none repeat scroll 0% 0% #3A3A3A;

}

