@import "20_others.css";
@import "01_top.css";
@import "02_menu.css";
@import "04_leftcol.css";
@import "05_rightcol.css";
@import "06_rightcol-product.css";
@import "07_rightcol-products.css";
@import "15_footer.css";
@import "21_frontpage.css";
@import "colorbox.css";

#content {
  
}

.newboxform {
    font-family: "Lucida Grande" , "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
    font-size: 13px;
    overflow:visible;
    padding: 20px;
    background: #f6f6f6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    border: 1px solid #bbb;
    border-right: 1px solid rgba(0,0,0,.25);
    border-top: 1px solid rgba(0,0,0,.15);
    border-left: 1px solid rgba(0,0,0,.15);
    border-bottom: 1px solid rgba(0,0,0,.25);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.0, #eee), color-stop(0.05, #f6f6f6));
    background: -moz-linear-gradient(bottom, #eee 0, #f6f6f6 5%);
}

.newboxform fieldset {
    margin: 20px 0 0px;
    padding-left: 20px;
    border-left: 3px solid #eee;
}

.newboxform fieldset label, .newboxform fieldset input {
    vertical-align: middle;
}
.newboxform fieldset > div:last-child, .newboxform fieldset > div:last-child .responseInput {
    margin-bottom: 5px;
}

.newboxform label {
    color: #666;
    clear: both;
    cursor: pointer;
}
.newboxform .responseInput {
    display: block;
    margin: 5px 0 20px;
    position: relative;
}
.newboxform .responseInput label {
    font-size: 16px !important;
    font-weight: bold !important;
    margin: -2px 0 0 2px;
    color: #aaa !important;
}

.newboxform .responseInput input {
    display: inline-block;
    color: #333;
    height: 28px;
    text-align: left;
    padding: 1px 5px 2px;
    margin-right: 10px;
    outline: 0;
    width: 300px;
    font: bold 16px "Lucida Grande" , "Lucida Sans Unicode" ,Arial,Verdana,sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f3f3f3;

    border: 1px solid #e6e6e6;

    border-top: 2px solid #cacaca;
}

.newboxform .responseInput .formhelp {
    background: #FFFFCC;
    color: #575757;
    display: none;
    float: right;
    line-height: 14px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    z-index: 999;
}

.section {
    border-top-color: rgba(0, 0, 0, 0.05);
    border-top-style: solid;
    border-top-width: 5px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}

.section h2, .leftcol h2 {
    color: #FF5804;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 15px;
}

.actions {
    background: #f2f2f2;
    background: rgba(0,0,0,.02);
    padding: 10px 20px;
    border-top: 3px solid #eee;
    border-bottom: 3px solid #eee;
    border-top: 3px solid rgba(0,0,0,.02);
    border-bottom: 3px solid rgba(0,0,0,.02);
    position: relative;
    margin: 10px -19px -19px -19px;
}

.actions .buttona {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid;
  display: inline-block;
  font-weight: bold;
  overflow: visible;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 5px;
  background: #FF5804;
  border-color: rgba(0,0,0,.25);
  border-left-width: 1px;
  border-right-width: 1px;
  color: #F5F8FA;
  text-shadow: #6A8C9F 0px 1px 0px;
  -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.25);
  -moz-box-shadow: 2px 2px 6px rgba(0,0,0,.25);
  box-shadow: 2px 2px 6px rgba(0,0,0,.25);
}

.actions .buttona:hover {
  color: #FFFFFF;
}

/* left */

.leftcol .leftbutton {
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.25);
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.25);
  box-shadow: 1px 1px 3px rgba(0,0,0,.25);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #DDDBD4;
  padding: 5px;
  width: 212px;
  padding-top: 105px;
  font: bold 14px "Lucida Grande" , "Lucida Sans Unicode" ,Arial,Verdana,sans-serif;
  line-height: 20px;
  margin-bottom: 10px;
}

.tniskie {
  background: url(../images/tniskie.jpg) top center no-repeat;
}

.twysokie {
  background: url(../images/twysokie.jpg) top center no-repeat;
}


