.checkbox, .radio {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(../images/checkbox.gif) no-repeat;
display: block;
clear: left;
float: left;
background-position: 0 -2px !important;
}
.radio {
background: url(../images/radio.gif) no-repeat;
}
.select {
position: absolute;
width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
height: 21px;
padding: 0 24px 0 8px;
color: #fff;
font: 12px/21px arial,sans-serif;
background: url(../images/select.gif) no-repeat;
overflow: hidden;
margin-left: 20px;
margin-top: -10px;
}
.select2 {
margin: 5px 44px;
width: 200px;
color: #000;
font: normal 18px Verdana,sans-serif;
border: 2px solid #51DA1C;
height: 30px;
border-radius: 3px;
background-color: #FFE5A1;
padding-left: 8px;
padding-top: 0;
}
span.header {
color: #000;
font-family: 'IcoMoon';
font-size: 57px;
font-weight: normal;
font-variant:normal;
padding-right: 11px;
text-shadow: -1px 6px 7px #1A7A02;
}
option{
border-bottom: 1px solid #A6A6A6;
}
#day {
margin-left: 20px;
margin-top: -10px;
}
.radios {
border: 1px solid #ccc;
margin-bottom: 8px;
width: 340px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: 0 0 3px #BAE488;
-webkit-box-shadow: 0 0 3px #BAE488;
box-shadow: 0 0 3px #BAE488;
padding-top: 5px;
margin-left: 30px;
background: #FFF;
}
.ckbox {
padding: 8px 0 0 20px;
width: 320px;
}
input, textarea, select {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #B3B3B3;
padding: 3px 2px;
-webkit-transition: padding .3s;
-moz-transition: padding .3s;
-o-transition: padding .3s;
-ms-transition: padding .3s;
transition: padding .3s;
}
input:focus, textarea:focus{
padding-right: 60px;
border: 1px solid #ADB1FF;
-moz-box-shadow: 0 0 5px #97A7F4;
-webkit-box-shadow: 0 0 5px #97A7F4;
box-shadow: 0 0 5px #97A7F4;
}
input.autocomplete {
border: 1px solid #CCC;
}
#note {
background: #FFFCBB;
border: 1px solid #A7A7A7;
font-size: 16px;
font-weight: bold;
line-height: 150%;
margin: 6px 40px -7px;
padding: 5px 20px;
text-shadow: none;
width: 330px;
border-radius: 4px;
text-align: center;
}
.radios.ckbox label {
    margin-top: -18px;
    margin-left: 22px;
}
select {
margin-left: 19px;
margin-bottom: 10px;
}
label#days-label{
margin-bottom: -8px;
}
