#abbc3_buttons input,#abbc3_buttons select{
    vertical-align:middle;
	    background: #ccc;
		border-radius: 3px;
	    color: #111;
		background-repeat: no-repeat;
		background-position: center;	
	}
.hidebox{
    position:relative;
    margin:5px 0;
    font-weight:400;
    padding:39px 19px 14px;
    background-color:#c5e3bf;
    border:1px solid #72B173;
    border-radius:4px}
.hidebox_title{
    position:absolute;
    top:-1px;
    left:-1px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:700;
    font-size:12px;
    color:#2f4f2f;
    padding:5px 12px;
    border:1px solid #72B173;
    border-radius:4px 0}
.hidebox_hidden{
    background-color:#f2dede;
    border-color:#ebccd1;
    color:#80001c}
.hidebox_visible{
    color:#2f4f2f}
.spoilbtn:hover{
    color:#d31141!important}
.fadeEffect{
    -webkit-animation:fade 2s infinite;
    -moz-animation:fade 2s infinite;
    animation:fade 2s infinite}
@-webkit-keyframes fade{
    50%{
    opacity:0}}
@keyframes fade{
    50%{
    opacity:0}}
#core-bbcode-buttons,#custom-bbcode-buttons,#format-buttons{
    display:none}
#abbc3_buttons{
    margin:15px 0 2px}
#abbc3_buttons select{
    margin:4px;
    padding:0;
    height:22px;
    background-color:#fff!important;
    border:1px solid #b4bac0;
    color:#000!important}
.abbc3_button{
    margin:4px 0;
    padding:0;
    min-width:22px;
    height:22px;
    background:center no-repeat;
    border:1px solid transparent;
    font-size:11px}
.abbc3_button:hover{
    background-color:#ffffdf;
    border:1px solid #bc2a4d;
    cursor:pointer}
.abbc3_buttons_row{
    margin:0!important;
    min-height:30px;
    width:99%;
    padding:0 2px;
    border:1px solid #b4bac0;
    display:block;
 //   background:url(images/abbc3_bg.gif);
     background: #333;
 }
 form td .abbc3_buttons_row{
    width:98%}
#main #abbc3_buttons{
    margin-left:96px}
#main #abbc3_buttons .abbc3_buttons_row{
    width:95%}
#bbcode_wizard{
    font-size:.9em;
    display:none;
    background:#fff;
    box-shadow:2px 2px 4px #555;
    border-radius:11px;
    border:5px solid #12A3EB;
    padding:5px;
    position:absolute;
    width:500px;
    margin:0 auto;
    left:0;
    right:0;
    z-index:500}
@media only screen and (max-width:500px),only screen and (max-device-width:500px){
    #bbcode_wizard{
    width:300px!important}}