html {
  height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  font-size: 12px;
  background-image: url(../images/body-bck.jpg);
  font-family: georgia;
}
img {
  border: 0px;
  display: block;
}
input, textarea {
  font-family: georgia;
}

a {
  text-decoration: none;
  color: #B27B28;
}

.bold {
  font-weight: bold;
}
.cleaner {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.max {
  width: 100%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.red {
  color: #D92126;
}
.defedit {
  border: solid 1px #D0D0D0 
}
.hidden {
  display: none;
}
span.product-number {
  font-size: 18px;
}

div.float-message-box,
div.float-message-box-error {
  position: fixed;
  z-index: 100;
  width: 490px;
  height: 200px;
  left: 30%;
  padding: 10px 10px 20px 20px;
}
div.float-message-box {
  background-image: url(../images/message-box-bck.png);
  background-position: left top;
}
div.float-message-box-error {
  background-color: #FFF0F0;
  border: solid 2px red; 
}

div.float-message-box div.title,
div.float-message-box-error div.title {
  width: 470px;
  height: 20px;
  color: #D92126;
  font-weight: bold;
  float: left;
  padding: 5px 0px 10px 10px;
  font-size: 15px;
  border-bottom: dotted 1px gray;
  margin: 12px 0px 0px 5px;
}
div.float-message-box div.close,
div.float-message-box-error div.close {
  background-image: url(../images/basket-delete.png);
  width: 18px;
  height: 17px;
  float: right;
  margin-top: 3px;
  margin-right: 8px;
  cursor: pointer;
}
div.float-message-box div.cleaner,
div.float-message-box-error div.cleaner {
  width: 100%;
  height: 20px;
}
div.float-message-box div.text,
div.float-message-box-error div.text {
  padding-left: 15px;
}

div#header-frame {
  width: 100%;
  background-image: url(../images/header-bck.png);
  background-position: left top;
  background-repeat: repeat-x;
  /*border: solid 1px red;*/
}
div#header-frame div.content {
  width: 1000px;
  margin: auto;
  /*border: solid 1px black;*/
  height: 155px;
}
div#header-frame div.content div.logo {
  float: left;
  position: relative;
  top: 20px;
}
div#header-frame div.content div.text {
  margin-left: 20px;
  position: relative;
  top: 55px;
  text-shadow: #FFFFFF 1px 1px 0px;
  font-style: italic;
  font-size: 15px;
  text-align: center;
  width: 100px;
  float: left;
}
div#header-frame div.content div.smradi {
  float: left;
  background-image: url(../images/smradi.png);
  width: 231px;
  height: 154px;
  margin-left: 30px;
}
div#header-frame div.content div.basket-search {
  float: left;
  width: 345px;
  height: 100%;
  position: relative;
  left: 40px;
  text-align: right;
}

div#header-frame div.content div.basket-search div.basket {
  height: 30px;
  padding-bottom: 10px;
}
div#header-frame div.content div.basket-search div.basket span.red {
  color: #993712;
}
div#header-frame div.content div.basket-search div.basket span.gray {
  color: #908882;
}
div#header-frame div.content div.basket-search div.basket div.basket-content {
  background-color: #FFFFFF;
  height: 13px;
  width: 140px;
  float: right;
  text-align: center;
  padding: 7px;
}
div#header-frame div.content div.basket-search div.basket div.basket-button {
  height: 20px;
  float: right;
  width: 78px;
  background-image: url(../images/header-button-bck.png);
  background-repeat: no-repeat;
  padding-top: 7px;
  font-size: 11px;
  cursor: pointer;
  text-align: left;
}
div#header-frame div.content div.basket-search div.basket div.basket-button a {
  color: #000000;
}
div#header-frame div.content div.basket-search div.basket div.basket-button img {
  float: left;
  margin-right: 6px;
  margin-left: 8px;
  
}
div#header-frame div.content div.basket-search div.search {
  height: 30px;
  padding-bottom: 10px;
}

div#header-frame div.content div.basket-search div.search input.search-button {
  height: 25px;
  float: right;
  width: 75px;
  background-image: url(../images/header-button-bck.png);
  background-repeat: no-repeat;
  background-position: -2px -2px;
  font-size: 11px;
  cursor: pointer;
  text-align: center;
  border: none; 
}
div#header-frame div.content div.basket-search div.search input.search {
  background-color: #FFFFFF;
  height: 20px;
  width: 200px;
  float: right;
  text-align: center;
  padding-top: 3px;
  border: none;
  border-top: 1px solid #BDB9B3;
  border-right: 1px solid #E7E7E7;
  color: #908882;
  font-style: italic;
}
div#header-frame div.content div.lang-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
div#header-frame div.content div.lang-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div#header-frame div.content div.lang-wrapper ul li {
  margin: 0;
  padding: 0 10px;
  display: inline-block;
}

div#header-frame div#top-menu {
  width: 1000px;
  margin: auto;
  height: 53px;
  background-image: url(../images/top-menu-shadow.png);
  background-position: 14px bottom;
  background-repeat: no-repeat;
  text-shadow: #FFFFFF 1px 1px 0px;
}
div#header-frame div#top-menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
div#header-frame div#top-menu ul a {
  color: #000000;
}
div#header-frame div#top-menu ul li.top-menu-item,
div#header-frame div#top-menu ul li.top-menu-item-selected {
  float: left;
  border-bottom: #F4F4F4 solid 1px;
  padding: 15px 0px 15px 0px;
}
div#header-frame div#top-menu ul li.top-menu-item {
  background-image: url(../images/top-menu-item-bck.png);
}

div#header-frame div#top-menu ul li:hover,
div#header-frame div#top-menu ul li.top-menu-item-selected {
  background-image: url(../images/top-menu-item-hover-bck.png);
}
div#header-frame div#top-menu ul li.top-menu-item-selected a,
div#header-frame div#top-menu ul li:hover a {
   color: #D50810;
}

div#header-frame div#top-menu ul li.top-menu-item div,
div#header-frame div#top-menu ul li.top-menu-item-selected div {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  width: 198px;
  text-align: center;
}
div#header-frame div#top-menu ul li.border-right {
  border-right: #D0D0D0 solid 1px;
}
div#header-frame div#top-menu ul li.border-left {
  border-left: #FFF0A0 solid 1px;
}

div#header-frame div.crumb-navigation-frame {
  width: 1000px;
  /*border: solid 1px red;*/
  height: 70px;
  margin: auto;
  margin-top: 20px;
  padding-top: 30px;
}

div#header-frame div.crumb-navigation-frame div.home {
  width: 51px;
  height: 27px;
  float: left;
  margin-right: 15px;
}
div#header-frame div.crumb-navigation-frame div.separator {
  background-image: url(../images/crumb-arrow.png);
  float: left;
  width: 4px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: left 10px;
  margin: 0px 3px 0px 3px;
  
}
div#header-frame div.crumb-navigation-frame div.item {
  margin: 0px 5px 0px 5px;
  float: left;
  padding-top: 5px;
}
div#header-frame div.crumb-navigation-frame div.item a {
  color: #B27B28;
}
div#header-frame div.crumb-navigation-frame div.item a.underline {
  text-decoration: underline;
}

div#header-frame div.crumb-navigation-frame div.other-products-main-frame {
  width: 670px;
  float: right;
  margin-top: -30px;
}
div#header-frame div.crumb-navigation-frame  div.other-products-container {
  width: 605px;
  height: 85px;
  overflow: hidden;
}
div#header-frame div.crumb-navigation-frame  div.other-products-container div.item-frame {
  width: 90px;
  float: left;
  text-align: center;
}
div#header-frame div.crumb-navigation-frame div.move-left-button {
  width: 30px;
  height: 80px;
  float: left;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
div#header-frame div.crumb-navigation-frame div.move-right-button {
  width: 30px;
  height: 80px;
  float: right;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  text-align: right;
}
div#header-frame div.crumb-navigation-frame div.move-right-button img,
div#header-frame div.crumb-navigation-frame div.move-left-button img {
  margin-top: 25px;
}

div#header-frame div.crumb-navigation-frame  div.other-products-container div.images-container {
  
}
div#header-frame div.crumb-navigation-frame  div.other-products-container img {
  border: solid 2px #FFFFFF;
  display: inline;
}

div#main {
  margin: auto;
  margin-top: 0px;
  width: 1000px;
  color: #53291A;
  /*border: solid 1px red;*/
}

a.info-link {
  color: #000000;
  text-decoration: underline;
  font-size: 11px;
}
p.call {
  font-size: 18px;
  font-weight: bold;
  padding: 0px; 
  margin-bottom: 0px;
}
p.call span.call-text {
  color: #53291A;
}
p.call span.call-number {
  color: #993611;
  padding-left: 10px;
}

div.sticks {

}
div.sticks a {
  font-weight: bold;
}
div.sticks a.grey {
  color: #52504D;
}
div.sticks a.black {
  color: #000000;
}
div.sticks a.brown {
  color: #5E2F15;
}
div.sticks a.biscuit {
 color: #993611;
}
div.sticks a.lightgrey {
  color: #777471;
}
div.sticks a.green {
  color: #675831;
}

div.sticks a.big {
  font-size: 18px;
}
div.sticks a.normal {
  font-size: 12px;
}
div.sticks a.small {
  font-size: 10px;
}

div#main div.width645px {width: 645px;}

div#main div.picture-box {
  background-color: #FFFFFF;
  border: solid 1px #E1BC95;
  padding: 3px;
}

div#main div.general-frame {
  /*border: solid 1px red;*/
  text-align: center;
  padding-bottom: 30px;
}

div#main div.common-text {
    padding: 0px 0px 0px 0px;
    text-align: left;
    /*line-height: 20px;
    font-weight: bold;*/
}
p.external-link {
  text-align: right;
  padding-bottom: 30px;
}
p.external-link a {
  background-image: url(../images/olink.png);
  background-position: right -1px;
  background-repeat: no-repeat;
  padding-right: 20px;
}
div#main div.common-title,
div#main div.common-title-icon {
  width: 100%;
  text-shadow: #FFFFFF 1px 1px 0px;
}
div#main div.common-title {
  min-height: 50px;
}
div#main div.common-title-icon {
  min-height: 70px;
}
div#main div.common-title h3,
div#main div.common-title-icon h3 {
  color: #D92126;
  font-size: 17px;
  font-weight: bold;
  float: left;
  margin: 0px;
  margin-top: 15px;
  padding: 0px;
}
div#main div.common-title-icon div.icon {
  width: 68px;
  height: 58px;
  float: right;
  margin-top: -2px;
}
div#main div.common-title-icon div.icon-big {
  width: 127px;
  height: 92px;
  float: right;
  margin-top: -25px;
  margin-right: -7px;
  
}
div#main div.common-title-icon div.special-icon {
  background-image: url(pagedata/uvodka/vyber-default.png);
  background-position: left top;
  background-repeat: no-repeat;
  width: 127px;
  height: 92px;
  float: right;
  position: relative;
  top: -25px;
  right: -7px;
}
div#main div.current-offer-frame {
  background-color: #FFFFFF;
  margin: auto;
  border: solid 1px #D0D0D0;
  padding: 15px 29px 15px 29px;
  text-align: center;
}
div#main div.current-offer-frame div.current-offer-item {
  float: left;
  width: 180px;
  height: 250px;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: dotted 1px #000000;
}
div#main div.current-offer-frame div.current-offer-item-img {
  margin: auto;
  width: 140px;
  height: 140px;
  border: solid 1px #F0F0F0;
  margin-bottom: 15px;
  text-align: center;
}
div#main div.current-offer-frame div.current-offer-item-img img {
  margin: auto;
}
div#main div.current-offer-frame div.current-offer-item-title {
  margin-bottom: 8px;
  height: 30px;
}
div#main div.current-offer-frame div.current-offer-item-title a {
  color: #B27B28;
  text-decoration: underline;
}
div#main div.current-offer-frame div.current-offer-item-price {
  color: #D92126;
  font-weight: bold;
  font-size: 13px;
}
div#main div.current-offer-frame div.current-offer-item-eshop {
  margin-top: 8px;
}
div#main div.current-offer-frame div.current-offer-item-eshop input,
div#main table.basket-dump input {
  width: 20px;
  border: solid 1px #A0A0A0;
  text-align: right;
}

div#main div.current-offer-frame div.current-offer-item-eshop div.button {
  background-image: url(../images/button-bck.png);
  width: 76px;
  height: 20px;
  display: inline-block;
  color: #FFFFFF;
  font-weight: bold;
  padding-top: 6px;
  margin-left: 8px;
  cursor: pointer;
}
div#main div.left-column {
  width: 300px;
  float: left;
}
div#main div.menu {
  width: 100%;
}

div#main div.menu h2 {
  padding: 10px 0px 10px 50px;
  margin: 0px; 
  height: 20px;
  background-image: url(../images/menu-bck.png);
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 15px;
}
div#main div.menu h2 a {
  color: #000000;
}
div#main div.menu h2.border-top {
  border-top: solid 1px #D9B485;
}
div#main div.menu h2.border-bottom {
  border-bottom: solid 1px #F6E5D0;
}
div#main div.menu h2.selected {
  background-image: url(../images/menu-opened.png);
  background-position: 0px 0px;
  
  background-repeat: no-repeat;
}
div#main div.menu h2.selected a {
  color: #FFFFFF;
}

div#main div.menu h3 {
  background-image: url(../images/menu-sub-bck.png);
  background-repeat: no-repeat;
  padding: 10px 0px 9px 60px;
  margin: 0px;
  color: #FFFFFF;
}
div#main div.menu h3 a {
  color: #FFFFFF;
}
div#main div.menu h3:hover {
  /*background-image: url(../images/menu-sub-selected-bck.png);*/
}

div#main div.menu h3.selected {
  background-image: url(../images/menu-sub-selected-bck.png);
}

div#main div.right-column {
  width: 670px;
  float: right;
  /*border: solid 1px red;*/
}

div#main h2.product-title {
  font-size: 24px;
  color: #D50810;
  text-shadow: #FFFFFF 1px 1px 0px;
}

div#main div.product-frame {
  padding-bottom: 10px;
}
div#main div.product-picture {
  width: 255px;
  text-align: center;
  background-color: #FFFFFF;
  float: left;
  padding-bottom: 1px;
  padding-top: 1px;
}

div#main div.product-picture img {
  border: solid 1px #F0F0F0;
  margin: auto;
}
div#main div.product-content {
  float: right;
  width: 310px;
  margin-top: 15px;
  font-size: 14px;
  padding-bottom: 30px;
}
div#main div.product-content div.price {
  color: #D92126;
  font-weight: bold;
  font-size: 20px;
}
div#main div.product-content div.text {
  margin-bottom: 15px;
}

div#main div.product-content div.basket-frame {
  width: 100%;
  height: 50px;
  /*border: solid 1px red ;*/
  color: #877E78;
  margin: 20px 0px 20px 0px;
}
div#main div.product-content div.basket-frame div.input {
  float: left;
  margin-top: 6px;
}
div#main div.product-content div.basket-frame input {
  border: 1px solid #F0F0F0;
  text-align: right;
  width: 30px;
  height: 30px;
  font-size: 18px;
}
div#main div.product-content div.basket-frame div.button {
  background-image: url(../images/product-add-into-basket.png);
  background-repeat: no-repeat;
  width: 112px;
  height: 31px;
  float: left;
  margin-left: 8px;
  cursor: pointer;
  text-align: left;
  padding-left: 43px;
  padding-top: 12px;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
}

div#main input.button {
  background-image: url(../images/button-bck.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 76px;
  height: 26px;
  color: #FFFFFF;
  font-weight: bold;
  border: none; 
}
div#main input.button.px100 {
    background-image: url(../images/button-100px-bck.png);
    width: 100px;
}
div#main input.button.px130 {
    background-image: url(../images/button-130px-bck.png);
    width: 130px;
}
div#main input.button.px155x44 {
    background-image: url(../images/button-155x44px-bck.png);
    width: 155px;
    height: 44px;
    text-align: center;
    font-size: 18px;
}

div#main a.back-icon{
   background-image: url(../images/button-bck.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    width: 76px;
    height: 21px;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}
div#main table.basket-dump {
  /*border: solid 1px red;*/
}
div#main table.basket-dump th {

}
div#main table.basket-dump td {
  padding: 3px;
  border-top: dotted 1px #000000;
}
div#main div.basket-buttons {
  width: 100%;
  padding: 40px 0px 20px 0px;
}
div#main div.basket-buttons div.group01{
  float: left;
}
div#main div.basket-buttons div.group02{
  float: left;
  margin-left: 50px;
}
div#main div.basket-buttons div.group03{
  float: right;
}


div#main div.dotted-line {
  width: 100%;
  height: 20px;
  border-bottom: dotted 1px #000000;
  margin-bottom: 20px;
}
div#main div.padding40px {
  width: 100%;
  height: 40px;
}
div#main div.padding30px {
  width: 100%;
  height: 30px;
}
div#main div.padding20px {
  width: 100%;
  height: 20px;
}

div#main div.wide-panel,
div#main div.small-panel {
  /*border: solid 1px red;*/
  margin: auto;
}
div#main div.wide-panel {
  width: 600px;
  padding: 0px 30px 30px 30px;
}
div#main div.wide-panel-ex {
  width: 600px;
  padding: 30px;
  
  background-image: url("images/header-bck-no-shadow.png");
  background-position: left top;
  
  box-shadow: 0 0 3px rgba(50, 50, 50, 0.35);
  
}
div#main div.small-panel {
  padding: 0px 12px 20px 12px;
  width: 250px;
}
div#main div.menu-panel {
  width: 270px;
}

div#main div.kontakt-mapa {
  width: 384px;
  height: 381px;
  padding: 2px 0px 2px 0px;
  margin-top: 0px;
  background-color: #FFFFFF;
  text-align: center;
  float: right;
}

div#main div.error-frame {
  border: solid 1px red;
  background-color: #FFF0F0;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-top: 8px;
}
div#main div.success-frame {
  border: solid 1px #017664;
  background-color: #7CB8AC;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-top: 8px;
}
div#main .req {
  font-weight: bold;
}
div#main .err {
  color: #CC0000;
}

table.general-frame {
  background-image: url(../images/header-bck-no-shadow.png);
  background-position: left top;
  margin: 0px;
}
table.general-frame td.corner-left-top {
  width: 3px;
  height: 3px;
  background-image: url(../images/table-corner-left-top.png);
  background-repeat: no-repeat;
}
table.general-frame td.corner-left-bottom {
  width: 3px;
  height: 3px;
  background-image: url(../images/table-corner-left-bottom.png);
  background-repeat: no-repeat;
}
table.general-frame td.corner-right-top {
  width: 3px;
  height: 3px;
  background-image: url(../images/table-corner-right-top.png);
  background-repeat: no-repeat;
}
table.general-frame td.corner-right-bottom {
  width: 3px;
  height: 3px;
  background-image: url(../images/table-corner-right-bottom.png);
  background-repeat: no-repeat;
}
table.general-frame td.edge-top {
  height: 3px;
  background-image: url(../images/table-border-top.png);
  background-repeat: repeat-x;
}
table.general-frame td.edge-bottom {
  height: 3px;
  background-image: url(../images/table-border-bottom.png);
  background-repeat: repeat-x;
}
table.general-frame td.edge-left {
  width: 3px;
  background-image: url(../images/table-border-left.png);
  background-repeat: repeat-y;
}
table.general-frame td.edge-right {
  width: 3px;
  background-image: url(../images/table-border-right.png);
  background-repeat: repeat-y;
}

table.general-frame div.nail-left,
table.general-frame div.nail-right {
  background-image: url(../images/hrebik.png);
  width: 34px;
  height: 31px;
  margin-top: -7px;
  background-repeat: no-repeat;
}
table.general-frame div.nail-left {
  float: left;
  margin-left: -30px;
}
table.general-frame div.nail-right {
  float: right;
  margin-right: -42px;
}

div#question-form {
  display: none;
}
div#question-form table.question tr#field1 {}
div#question-form table.question tr#field2 {display:none;}
div#question-form table.question tr#field3 {}
div#question-form table.question tr#field4 {display:none;}
div#question-form table.question tr#field5 {}
div#question-form table.question tr#field6 {display:none;}
div#question-form table.question tr#field7 {}
div#question-form table.question tr#field8 {display:none;}

div#question-form input.question-send-button {
  background-image: url(../images/button-bck.png);
  background-position: left top;
  background-repeat: no-repeat;
  width: 76px;
  height: 26px;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
}

div#footer {
  width: 100%;
  height: 155px;
  /*background-color: #F08800;*/
  text-align: center;
  background-image: url(../images/header-bck-no-shadow.png);
  background-repeat: repeat-x;;
}

div#footer div.footer-menu {
  width: 1000px;
  padding-top: 15px;
  margin: auto;
}

div#footer div.footer-menu div.copyright {
  width: 350px;
}
div.copyright div{
  padding-top: 2px;
}
div#footer div.footer-menu ul{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  padding-top: 7px;
}

div#footer div.footer-menu ul li,
div#footer div.footer-menu ul li.separator {
  display: inline-block;
  height: 10px;
  padding-bottom: 15px;
}

div#footer div.footer-menu ul li.separator {
  background-image: url(../images/footer-menu-separator.png);
  background-position: 10px 0px;
  background-repeat: no-repeat;
  width: 20px;
}


ol.obchodni-podminky {
    margin: 0;
    padding: 0;
}
ol.obchodni-podminky li {
    margin: 0;
    padding: 5px 0;
}

ol.obchodni-podminky ol {
    margin: 0 0 0 20px;
    padding: 0;
}

div.avoidance-contract-wrapper {
    width:570;
    padding: 0px;
}
form label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}

form .form-control{
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}
form textarea.form-control {
    height: auto;
}
form .form-control:focus {
  border-color: #B27B28;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #B27B28;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #B27B28;
}

.form-control:-moz-placeholder,
.form-group:-moz-placeholder{
  color: #999999;
}

.form-control::-moz-placeholder,
.form-group::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.form-group:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder,
.form-group::-webkit-input-placeholder{
  color: #999999;
}

.has-error .form-control {
    border-color: #A94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

div.alert {
    margin-bottom: 20px;
    padding: 15px;
}
.alert-danger {
    background-image: linear-gradient(to bottom, #F2DEDE 0px, #E7C3C3 100%);
    background-repeat: repeat-x;
    border-color: #DCA7A7;
}
.alert {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.alert-danger {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
}
.alert {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}


.btn {
    
    background-image: linear-gradient(to bottom, #FFFFFF 0px, #E0E0E0 100%);
    border: solid 1px silver;
    border-radius: 3px;
    padding: 5px 10px;
    display: block;
}