
* {
    margin: 0;
    padding: 0;
}

body {
    background: #5377ac url(../../../../../_images/ids/default_bg.jpg) repeat-x top;
}
.xian002 {
    font-size: 12px;
    line-height: 16px;
    font-family: Tahoma, SimSun, sans-serif;
}

.xian001 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c7c7c7;
}
.type{
    cursor: pointer;
}
.xian {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e8e8e8;
}
.main {
    margin: 0 auto;
    width: 755px;
}

.header {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background: url(../../_images/ids/map.png) no-repeat center;
}

.header img {
    margin: 15px 0 12px 0;
}

.box {
    margin: 0px auto;
    border-top: 3px solid #6c94ff;
    background: #FFFFFF url(../../_images/ids/earth.png) right bottom no-repeat;
    position: relative;

    /*圆角*/
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    width: 100%;
    /* height:400px; */
}
.apply .box {height: 300px;}
.bottom_img {
    margin: -80px 0 10px -50px;
}

input {
    border: 1px solid #9fb6cd;
    border-radius: 5px;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
}