body{
    background-color:#fff;
}
#languagechange{
    margin:35px auto 0 auto;
    width:200px;
    height:45px;
    line-height:45px;
    border-radius:4px;
    text-align:center;
    background-color:#333;
}

.ui-dialog.languagechange-dialog {
    border: 0 none;
    z-index: 700;
    position: fixed;
    padding: 0px;
    overflow:visible;
    border-radius:0px;
}
.ui-dialog-content.languagechange-dialog {
    background: none;
    overflow: auto;
    zoom: 1;
    border: 0 none;
    padding: 0em 0em;
}

.ui-widget.languagechange-dialog {
    font-family: futura_md_btmedium;
    font-size: 12px;
    background-color:#fff;
}
.ui-widget.languagechange-dialog input[type="button"]{
    font-family: futura_md_btmedium !important;
    font-size: 15px  !important;
}
.ui-widget-header.languagechange-dialog {
    display: none;
}
.ui-widget-overlay.languagechange-dialog {
    opacity: 1;
    background: rgba(0,0,0,0.7);

}

.languageSelectButtonSet{
	padding:10px;
    margin-top:5px;
    margin-bottom:10px;
}
.languageSelectButton{
    width:120px;
    height:30px;
	border-radius:4px;
    background:none;
    text-align:center;
    color:#000;
    font-size:20px;
    margin-left:12px;
    border: 1px solid #aaa;
}

#OKButton {
	background-color:#fc0;
    border:0;
}

#languageFormTitle{
	height:36px;
	background-color:#999;
    padding-left:20px;
    padding-top:12px;
    color:#fff;
    font-size:18px;
}

#languageRadio{
	margin-top:10px;
    padding-left:20px;
	font-size:15px;
}