.wrapper {
  margin-top: 30px;
}

.btn-primary {
	background: #8f6100;
	border: none;
}

.panel {
  padding:1px;
  border-width:2px;
}

.panel-heading {
  background: #000 url(../images/header.png) !important;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 24px;
  border-bottom: 2px solid #996600;
	border-color: #996600!important;
}
.panel-default {
	border-color: #996600;
}
.headwarning {
  background: #ff9999 url(../images/header.png) !important;
  border-bottom: 1px solid #996600 !important;
}

.errors {
  font-style: italic;
  color: #0089a1;
}

.friends .row {
  padding-top:15px;
  border-bottom: 1px dashed #ddd;
}

.friends .row:first-child {
  padding-top:0;
}

.friends .row:last-child {
  margin-bottom:10px;
}

.image {
  margin-bottom:10px;
}

.image img {
  border: 1px dashed #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding:3px;
}

.footer {
  text-align: center;
  font-style:italic;
  font-size: 12px;
  margin-bottom:50px;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #000;
	border: none;
}
/* addin matching footer styles */
.footerm {
	border-top: 1px solid #996600;
	border-bottom: 1px solid #996600;
	text-align: center;
}
.footer-infom {
	padding: 0;
	font-size: 81.25%;
	font-style: italic;
}
a {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
    color: #CC6600;
    text-decoration: none;
}
/* TEXTAREA EXPANDER
-------------------------------*/

.tx-editor-wrapper {
  position: relative;
}

.tx-editor-wrapper .tx-editor textarea {
  height: 200px !important;
}

.personalisation .tx-editor-wrapper .tx-editor textarea {
  height: 100px !important;
}

.tx-editor-wrapper .tx-editor.expanded {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 80% !important;
  z-index: 1000;
}

.tx-editor-wrapper .tx-editor.expanded textarea {
  height: 95% !important;
}

.tx-editor-wrapper .tx-editor .tx-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  z-index: 3;
}

.tx-editor-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f9f9f9;
  z-index: 2;
  opacity: 0;
}

/* BOOTBOX
----------------------------*/

.bootbox .dialog-checkout {
  margin-bottom: 25px;
}
.bootbox .modal-body {
  max-height: 500px;
  overflow: auto;
}
.bootbox .modal-header {
  text-transform:uppercase;
  font-weight: bold;
}
.msw-box-error .modal-header {
  background: #ff9999;
  color: #fff;
  border-bottom: 1px solid #E67C73;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}