hr {
border: none 0;
border-top: 1px solid rgb(153, 153, 153);/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

h2 {
  font-size: 120%;
  font-weight: bold;
}


img {
    border-style: none;
    border-width: 0px;
}

.itemName {
    font-weight: bold;
}

.contentRight {
    text-align: right;
}


.action {
    width: 7em;
    text-align: center;
    vertical-align: text-bottom;
    line-height: 1.2em;
}

.tabs1 {
    border-collapse: collapse;
    border-color:#999;
}

.tabs1 td,th{
    padding-left: 4px;
}

.rowN {
    background: #fff;
    text-align: left;
}

.rowP {
    background: rgb(240,240,240);
    text-align: left;
}

.rowU {
    background: #CCECC2;
    text-align: left;
}

.errormsg {
    color: #DC3A3C;
    font-weight: bold;
}

#kontakty {
    border-collapse: collapse;
    border-color: rgb(190,200,198);
}

#kontakty td {
    padding-left: 4px;
}

.szary {
 background: #8C9694;
 color: #fff;
}

div#commentForm
{
    display: none;
}

input, select, textarea
{
    border-style: solid;
    border-color: #999;
    border-width: 1px;
    color: rgb(94,94,94);
}

input.clean
{
    border-style: none;
    border-width: 0px;
}

input.shortButton {
    width: 50px;
    font-size: 8pt;
}

input.longButton {
    width: 150px;
    font-size: 8pt;
}

.return
{
    text-align: right;
}

.return a
{
    color: #CE1C7A;
}

.tab-pane
{
   width:660px;
}

#main-copy table {
    width: 99%;
}

#main-copy .finish, .submit {
    text-align: center;
}