.rs_button {
    font-style: bold;
}

.rs_divform {
    width:500px;
    border:0px solid silver;
    background-color: #fff;
    margin-top : 10px;
}

table.resys_form td {
  text-align : left;
}

.rs_divorder {
    /*
    position:absolute;
    top:200px;
    left:200px;
    width:440px;
    border:1px solid silver;
    background-color: #fff;
    visibility:hidden;    */
}

table.orderSummary {

  border : 0px solid black;
  width : 350px;
  text-align : left;

}


.rs_text {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:1px dotted silver;
}

.rs_textarea {
    border:1px dotted silver;
}

.rs_label {

    text-align: right;
}

/* IE6 odrb pre spravne zobrazovanie kalendaru cez combo boxy */
iframe.strasnyKusok
{
    position: absolute;
    z-index: -1;
    filter: mask();
    border: 0;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 232px;
    height: 300px;
    overflow: hidden;
}

iframe.strasnyKusok2
{
    position: absolute;
    z-index: -1;
    filter: mask();
    border: 0;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 500px;
    height: 2000px;
    overflow: hidden;
}

