#plugin_settings {
  width: 90%;
  padding: 0 3em 0 3em;
  background: white;
  background: -moz-linear-gradient(top, #f4f2f2, white 20%, #f4f2f2 80%, white);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f2f2), color-stop(.2, white), color-stop(.8, #f4f2f2), to(white));
  border-top: 1px solid white;
   -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
    padding: 1.5em;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 0.5em; 

    /* Firefox 1-3.6 */
    -moz-border-radius: 0.5em; 
     /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 0.5em;
  }
 
  #plugin_settings > h1 {
 font-size: 24px !important;
 /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */

 width: 95%;
    
 position: relative;
 background: #00b7ea;
    background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3));
    background: -webkit-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
    background: -o-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
    background: -ms-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
    background: linear-gradient(to bottom, #00b7ea 0%,#009ec3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 );
 color: #fff;
 text-align: center;
 padding: 1em 2em; /* Adjust to suit */

}
#plugin_settings > h1:before, #plugin_settings > h1:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -1em;
 border: 1.5em solid #00b7ea;
 z-index: -1;
}
#plugin_settings > h1:before {
 left: -2em;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
#plugin_settings > h1:after {
 right: -2em;
 border-left-width: 1.5em;
 border-right-color: transparent;
}
#plugin_settings > h1:before, #plugin_settings > h1:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #00b7ea transparent transparent transparent;
 bottom: -1em;
}
#plugin_settings > h1:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
#plugin_settings > h1:after {
 right: 0;
 border-width: 1em 1em 0 0;
}
  #plugin_settings #icon-tools {
  position: relative;
  top: -10px;
  }
  #plugin_settings input, #plugin_settings textarea {
  padding: .7em;
 }
 #plugin_settings input[type=button], #plugin_settings input[type=submit]
 {
    padding: 0 10px 1px;
    background: #00b7ea;
    background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3));
    background: -webkit-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
    background: -o-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
    background: -ms-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
    background: linear-gradient(to bottom, #00b7ea 0%,#009ec3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 );
    color: #fff;
 }
  #plugin_settings input.image_delete_button
 {
    background: #ea0036;
    background: -moz-linear-gradient(top, #ea0036 0%, #e66186 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea0036), color-stop(100%,#e66186));
    background: -webkit-linear-gradient(top, #ea0036 0%,#e66186 100%);
    background: -o-linear-gradient(top, #ea0036 0%,#e66186 100%);
    background: -ms-linear-gradient(top, #ea0036 0%,#e66186 100%);
    background: linear-gradient(to bottom, #ea0036 0%,#e66186 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0036', endColorstr='#009ec3',GradientType=0 );
    color: #fff;
 }
 #plugin_settings h2
 {
  text-transform: uppercase;
 }
 #plugin_settings .tabrow {
  
  list-style: none;
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  line-height: 35px;
  height: 37px;
  overflow: hidden;
  font-size: 12px;
  position: relative;
}

#plugin_settings .tabrow li {
  border: 1px solid #AAA;
  background: #D1D1D1;
  background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  display: inline-block;
  position:relative;
  z-index: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #D1D1D1;
  text-shadow: 0 1px #f4f2f2;
  margin: 0 -5px;
  padding: 0 30px;
  color: #FFF;
}

#plugin_settings .tabrow a {
  color: #FFF;
  text-decoration: none;
  outline: none;
  border : 0;
}
#plugin_settings .tabrow a.current {
  color: #555;
  text-decoration: none;
  outline: none;
  border: none;
}
#plugin_settings .tabrow a:active, #plugin_settings .tabrow a:focus { 
 outline: none;
border: none;
 ie-dummy: expression(this.hideFocus=true);
}

#plugin_settings .tabrow li.current {
  background: #FFF;
  color: #333;
  z-index: 2;
  border-top-color: #f4f2f2;
}

#plugin_settings .tabrow:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #AAA;
  z-index: 1;
}

#plugin_settings .tabrow li:before,
#plugin_settings .tabrow li:after {
  border: 1px solid #AAA;
  position: absolute;
  top: -1px;
  width: 6px;
  height: 6px;
  content: "";
}

#plugin_settings .tabrow li:before {
  left: -7px;
  border-top-right-radius: 6px;
  border-width: 1px 1px 0px 0px;
  box-shadow: 2px 0px 0 #D1D1D1;
}

#plugin_settings .tabrow li:after {
  right: -7px;
  border-top-left-radius: 6px;
  border-width: 1px 0px 0px 1px;
  box-shadow: -2px 0px 0 #D1D1D1;
}

#plugin_settings .tabrow li.current:before {
  box-shadow: 2px 0px 0 #f4f2f2;
}

#plugin_settings .tabrow li.current:after {
  box-shadow: -2px 0px 0 #f4f2f2;
}
p#metaproduct_price
{
  display: none;
}
p.display-price
{
  display: block !important;
}
