http://aleksandrshevchenko.org/index.php
how can i align those fields.. so they would be in one line. I've tried this.
button, .button, input[type="submit"], input[type="button"], div.mobileSwitch > a {
display: block; //uncheck this
float: left; //uncheck this
height: 30px;
line-height: 30px;
margin: 0 5px 2px 2px;
padding: 0 12px;
border: none;
background: #A6A6A6;
font-size: 12px;
text-transform: uppercase;
text-align: center;
color: white;
cursor: pointer;
}
and it works there..
however, all the other buttons on the website go crazy and are formated weird.