input[type=reset],input[type=submit],input[type=button],.button,.manbb {
width:auto!important;
background: #ffffff!important;
color:#236999!important;
border: 1px solid;border-color:#236999!important;
text-decoration: none!important;
line-height: 16px;!important;
border-radius: 3px!important;
outline: none!important;
font-size: 14px!important;
font-family: 'Open Sans', sans-serif!important;
letter-spacing: 0.5px!important;
transition: background .2s ease, color .2s ease, border .2s ease, box-shadow .3s ease!important;
-webkit-transition: background .2s ease, color .2s ease, border .2s ease, box-shadow .3s ease!important;
text-decoration: none!important;
}
input[type=reset]:hover,input[type=submit]:hover,input[type=button]:hover,.button:hover,.manbb:hover {
background: #236999!important;
border-color: #236999!important;
color: #ffffff!important;
text-decoration: none!important;
}
input[type=reset]:active,input[type=submit]:active,input[type=button]:active,.button:active,.manbb:active {
background: #236999!important;
border-color: #236999!important;
color: #ffffff!important;
text-decoration: none!important;
}