.select_form {
margin-top:30px;
}
.form_line {
margin:0 auto;
padding:0 0 10px 20px;
width:380px;
}

/*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;
}

/*select*/
.form_line select {
width:100%;
background:#fff;
}
.selectArea {
    background: url("../images/lang.png") no-repeat scroll 5px 2px #fff;
    border-radius: 15px 0 0 15px;
    height: 27px;
    margin: 0 25px 0 10px;
    position: relative;
    width: 30px !important;
}
a.selectButton, span.left {
height:27px;
position:absolute;
top:0;
}
span.left {
width:10px;
left:-10px;
background:url(../images/select_sprite.png) no-repeat 0 -27px;
}
span.center {
border-bottom: 2px dotted #146ea6;
color:  #146ea6;
padding-bottom:2px;
}
a.selectButton {
width:200px;

background:url(../images/down-blue.png)  90% center no-repeat ;
border-radius: 0 15px 15px 0;
color:#000;
}

/*option*/
.optionsDivVisible {
margin-left:0;
}
.select-center {
padding:8px;
background:#fff;
border:0;
border-top:0;
width: 140px;


}
.select-center a {

line-height:18px;
color:#666;
text-decoration:none !important;
padding: 2px 0;
width: 100%;
display: block;
}
.select-center a:hover {
    color: #146ea6;
}
.radioArea, .radioAreaChecked, .checkboxArea, .checkboxAreaChecked {
margin-top:4px;
width:16px;
margin-right: 5px;
}

/*checkbox*/
.checkboxArea, .checkboxAreaChecked {
height:15px;
}
.checkboxArea {
background:url(../images/radio_sprite.png) no-repeat 0 0px;
width:16px;
}
.checkboxAreaChecked {
background:url(../images/radio_sprite.png) no-repeat -19px 0px;
}

/*radio*/
.radioArea, .radioAreaChecked {
height:11px;
}
.radioArea {
background:url(../images/radio_sprite.png) no-repeat 0 0px;
}
.radioAreaChecked {
background:url(../images/radio_sprite.png) no-repeat 0 -11px;
}

a.selectButton {
	background-color: #fff;

}

.select-center ul { margin: 0;} 