.pea_admin_wrap {}
.pea_admin_top {
}

.pea_admin_box h3 {margin:0px 0px -10px 0px;}

.pea_admin_top h1 {
    padding: 0 10px 0 6px;
}

.pea_admin_top small {
    font-size:65%;
    color:#ccc;
}

.pea_admin_signup {
    line-height: 19px;
    padding: 5px;
    font-size: 12px;
    margin: -1px 15px 0 5px;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 3px;
    border-right-radius: 3px;
    background-color: #FFFBCC;
    border-color: #E6DB55;
    color: #555;
}

.pea_admin_signup input[type="email"] {
    width: 250px;
    padding: 5px;
    margin: 0 10px;
}

.pea_admin_main_wrap {}
.pea_admin_main_left {
    float: left;
    width: 70%;
    padding: 0 10px 0 6px;
}
.pea_admin_main_right {
    padding:0 20px 0 10px;
    float: left;
    width: auto;
}
.pea_admin_clear {clear:both;}
.pea_admin_fl {float:left}

img.pea_admin_fl {vertical-align: top;padding-right: 5px;margin-bottom: 10px;}
img.paypal {margin-bottom: 10px;}

.pea_admin_box {
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 0;
    border-radius: 10px;
    border-top-left-radius: 0;
    background: #eee;
    border: solid 1px #ccc;
    padding:10px;
    margin-bottom: 20px;
}


button.pea_admin_green {
    background-color: #7fbf4d;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
    background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: linear-gradient(top, #7fbf4d, #63a62f);
    border: 1px solid #63a62f;
    border-bottom: 1px solid #5b992b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
    -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
    box-shadow: inset 0 1px 0 0 #96ca6d;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
    padding: 6px;
    text-align: center;
    text-shadow: 0 -1px 0 #4c9021;
    min-width: 70px;
}

button.pea_admin_green:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer;
}

button.pea_admin_green:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
}

.wpfblbox_where .field-wrap label{
   width: 250px;
    font-weight: normal;}
.wpfblbox_where .field-wrap{
    margin-bottom: 20px;}
.fbc_where {
    background: none repeat scroll 0 0 #fafafa;
    border-radius: 10px;
    padding: 15px;}
	.fbc_col {
    float: left;
    margin-right: 30px;
    width: 25%;}
	
	.fbc_btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;}
.fbc_btn-success:hover, .fbc_btn-success:focus, .fbc_btn-success:active, .fbc_btn-success.active, .fbc_open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;}
.fbc_btn-success:active, .fbc_btn-success.active, .fbc_open > .dropdown-toggle.btn-success {
  background-image: none;}
.fbc_btn-success.disabled, .fbc_btn-success[disabled], 
.fbc fieldset[disabled] .btn-success, .fbc_btn-success.disabled:hover, .fbc_btn-success[disabled]:hover, 
.fbc fieldset[disabled] .btn-success:hover, .fbc_btn-success.disabled:focus, .fbc_btn-success[disabled]:focus, 
.fbc fieldset[disabled] .btn-success:focus, .fbc_btn-success.disabled:active, .fbc_btn-success[disabled]:active, 
.fbc fieldset[disabled] .btn-success:active, .fbc_btn-success.disabled.active, .fbc_btn-success[disabled].active, 
.fbc fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.fbc_btn-success .badge {
  color: #5cb85c;
  background-color: #fff;}
.fbc_btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;}
.fbc_btn:focus, .fbc_btn:active:focus, .fbc_btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;}
.fbc_btn:hover, .fbc_btn:focus {
  color: #fff;
  text-decoration: none;}
.fbc_btn:active, .fbc_btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,  0,  0, .fbc_125);
          box-shadow: inset 0 3px 5px rgba(0,  0,  0, .fbc_125);}

.title{color:#FF0066;}
label{color:#CC0099;}
	
	@media screen and (max-width: 1100px){
	.fbc_col {
    float: left;
    margin-right: 0px;
    width: 25%;}
	
	}
	
	@media screen and (max-width: 600px){
.fbc_col{
        width: 95% !important;
    }
.pea_admin_main_left {
    float: left;
    width: 95%;
    padding: 0 10px 0 6px;
}
.pea_admin_main_right {
    width: 95%;
}
}