/*
    Document   : akce
    Created on : 19.7.2009, 13:34:12
    Author     : frantiseks
    Description: Hromadny style sheet pro akce na MBO.
*/
#market_inner
{
    position:absolute;
    display:block;
    width:1002px;
    height:100%;
    top: 0px;
    right: 0px;
    z-index:100;
    left: -48px;
}

#market_bg
{
    position:absolute;
    display:block;
    width:1002px;
    height:394px;
    z-index:1;
    background-color:#000000;
}

#market_content
{
    position:absolute;
    display:none;
    width:596px;
    height:299px;
    z-index:2;
    color:#fff;
    left: 50%;
    margin-left: -452px;
    top: 170px;
}

#close
{
    position:absolute;
    display:none;
    left:50%;
    margin-left: 410px;
    margin-top: -17px;
    top:198px;
    width:26px;
    height:26px;
    z-index:3;
}

#close a, #close a:link, #close a:active, #close a:visited, #close a:hover
{
    display:block;
    border:none;
    text-decoration:underline;
    width:26px;
    height:35px;
    background-image:url('img/close.png');
    background-position: top center;
    background-repeat:no-repeat;
    color: #fff;
    font-size: 10px;
    padding-top: 24px;
}

.light-top-margin
{
    margin-top:12px;
}

.no-top-margin
{
    margin-top:0px;
}

.form .item
{
  text-align:right;
  padding-right:10px;
}
