/*start reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
}
/*end reset*/

.select_form {
margin-top:30px;
}
.form_line {
margin:0 auto;
padding:0 0 10px 20px;
width:380px;
}
label {
padding:0 20px 0 10px;
width:110px;
display:inline-block;
line-height:12px;
}

/*all*/
.outtaHere {
position:absolute;
left:-3000px;
}
span.left, span.center, .selectArea a, .checkboxArea, .checkboxAreaChecked, .radioArea, .radioAreaChecked {
display:inline-block;
*display:inline;
zoom:1;
vertical-align:top;
}
.selectBody{
width:100%;
}

/*select*/
.form_line select {
width:265px;
}
.selectArea {
float:left;
margin:0 35px 0px 10px;
position:relative;
background:url(../i/select_center.png) repeat-x;
}
a.selectButton, span.left {
height:27px;
position:absolute;
top:0;
}
span.left {
width:10px;
left:-10px;
background:url(../i/select_sprite.png) no-repeat 0 -27px;
}
span.center {
line-height:27px;
font-size: 14px !important;
font-family: 'HelveticaNeueLTStd-Lt', Arial;
color:#7F846B;
-webkit-text-shadow:  0px 1px 1px rgba(255, 255, 255, 1);
  -moz-text-shadow:  0px 1px 1px rgba(255, 255, 255, 1);
  -ms-text-shadow:  0px 1px 1px rgba(255, 255, 255, 1);
  text-shadow:  0px 1px 1px rgba(255, 255, 255, 1);
}
a.selectButton {
width:25px;
right:-25px;
background:url(../i/select_sprite.png) no-repeat 0 0;
}

/*option*/
.optionsDivVisible {
margin-left:-9px;
}
.select-center {
padding:5px;
background:#e8ebe0;
border:1px solid #b5bd9c;
border-top:0;
}
.select-center a {
/*padding-left:10px;*/
line-height:20px;
font-size: 14px;
font-family: 'HelveticaNeueLTStd-Lt', Arial;
color:#7F846B;
-webkit-text-shadow:  0px 1px 1px rgba(255, 255, 255, 1);
-moz-text-shadow:  0px 1px 1px rgba(255, 255, 255, 1);
-ms-text-shadow:  0px 1px 1px rgba(255, 255, 255, 1);
text-shadow:  0px 1px 1px rgba(255, 255, 255, 1);
text-decoration:none;
}
.select-center a:hover {
color:#333;
}

.radioArea, .radioAreaChecked, .checkboxArea, .checkboxAreaChecked {
margin-right:5px;
width:17px;
}
/*checkbox*/
.checkboxArea, .checkboxAreaChecked {
height:18px;
}
.checkboxArea {
background:url(../i/radio_unchecked.png) no-repeat 0 0px;
}
.checkboxAreaChecked {
background:url(../i/radio_checked.png) no-repeat 0 0px;
}

/*radio*/
.radioArea, .radioAreaChecked {
height:11px;
}
.radioArea {
background:url(../i/radio_unchecked.png) no-repeat 0 0px;
}
.radioAreaChecked {
background:url(../i/radio_checked.png) no-repeat 0 0px;
}