.searchWrapper {
    position: relative;
    height: 160px;
    box-shadow: #e5e5e5 0 4px 4px;
    background-image: url(../images/search-wrapper-bg.png);
    background-repeat: repeat-x;
    /*behavior: url(../PIE/PIE.htc);*/
/*    background-image: -webkit-linear-gradient(top, #f7fcff, #fff);
    background-image: -moz-linear-gradient(top, #f7fcff, #fff);
    background-image: -o-linear-gradient(top, #f7fcff, #fff);
    background-image: -ms-linear-gradient(top, #f7fcff, #fff);*/
}

.searchContent {
    position: absolute;
    height: 160px;
    left: 50%;
    margin-left: -600px;
    z-index: 1;
}

.topBlank {
    height: 75px;
}

.middleContent {
    height: 60px;
}

.leftBlank {
    width: 120px;
    height: inherit;
    float: left;
    clear: right;
}

.beautyLogo {
    width: 90px;
    height: inherit;
    float: left;
    clear: right;
}

.beautyDict {
    width: inherit;
    height: 40px;
}

.beautyText {
    width: 65px;
    height: inherit;
    float: left;
    font-family: ygysbhs;
    color: #1cadf6;
    font-size: 32px;
    text-align: center;
    line-height: 40px;
}

.beautyVertical {
    width: 25px;
    height: 40px;
    padding-top: 2px;
    float: left;
}

.beautyVertical > img {
    width: 25px;
    height: 40px;
}

.beautyAlpha {
    width: inherit;
    height: 20px;
    font-family: Arial;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}

.beautyAlpha .font1 {
    color: #ff6d11;
}

.beautyAlpha .font2 {
    color: #3c3731;
}

.searchBox {
    display: block;
    position: relative;
    width: 870px;
    height: 50px;
    padding: 0 10px;
    margin: 5px 0;
    float: left;
    clear: right;
}

.inputBox {
    display: block;
    width: 710px;
    height: inherit;
    float: left;
    clear: right;
    font-size: 15px;
    line-height: 40px;
    border-radius: 5px;
    padding-right: 40px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
    /*behavior: url(../PIE/PIE.htc);*/
}

.searchBox > img {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px; 
    top: 15px;
    left: 685px;
}

.inputBlank {
    width: 25px;
    height: inherit;
    float: left;
    clear: right;
}

.searchButton {
    display: block;
    width: 115px;
    height: 44px;
    margin: 3px 0;
    float: left;
    clear: right;
    border-radius: 5px;
    border: none;
    background-color: #3399ff;
    /*behavior: url(../PIE/PIE.htc);*/
}

.searchButton > img {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    left: 792px;
}

.rightBlank {
    width: 120px;
    height: inherit;
    float: left;
    clear: right;
}

.bottomBlank {
    width: inherit;
    height: 25px;
}

.arabic-input {
    direction: rtl;
    font-size: 20px;
}