.clear
{
    clear: both;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    height: 0;
}

#loadings
{
    display: none;
    width: 100%;
    top: 30%;
    position: fixed;
    line-height: 56px;
    z-index: 9999999;
}

    #loadings div
    {
        height: 60px;
        padding: 50px 0 0 0;
        text-align: center;
        color: #fff;
        font-size: 15px;
        background: #000 url(/images/load.gif) no-repeat 50% 30%;
        opacity: 0.7;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
        margin: auto;
        width: 100px;
    }

.userName
{
    color: #ffffff;
    padding: 5px;
    position: absolute;
    right: 5px;
    top: 14px;
    font-size: 14px;
    cursor: pointer;
    display: none;
}

    .userName:before
    {
        font-family: 'iconic';
        content: ":";
        margin-right: 5px;
    }
/* 后台模板header */

.left_menu
{
    border: 1px solid #ffffff;
    border-radius: 2px;
    color: #ffffff;
    padding: 0 8px;
    left: 10px;
    position: absolute;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    top: 12px;
}

    .left_menu:before
    {
        color: #ffffff;
        font-family: 'iconic';
        content: "0";
    }
/* 无数据时显示 */
.error
{
	font-size: 14px;
	padding: 60px 10px 80px 10px;
}

    .error .error_img
    {
	width: 100px;
	height: 100px;
    line-height: 100px;
	margin: 0 auto;
	border: 6px solid #E7E7E7;
	border-radius: 100px;
	font-size: 76px;
	text-align: center;
	color: #E7E7E7;
	box-shadow: 0 -1px #BCBABA,0 -1px #BCBABA inset;
	text-shadow: 0 -1px #BCBABA;
    }

    .error .true_img
    {
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin: 0 auto;
        border: 6px solid green;
        border-radius: 100px;
        font-size: 76px;
        text-align: center;
        color: green;
        box-shadow: 0 -1px green,0 -1px green inset;
        text-shadow: 0 -1px green;
    }

    .error .error_msg
    {
        text-align: center;
        color: #888;
        padding-top: 30px;
        line-height: 30px;
    }

    .error .SimilarKeyWord
    {
        color: red;
        margin-right: 10px;
    }
/* 浮动按钮层 */
.bottom_bg
{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    height: 50px;
    line-height: 50px;
    border: 1px solid #DCE1E5;
    width: 100%;
    background: -moz-linear-gradient(top,#ffffff,#EFF8FF);
    background: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#EFF8FF));
    box-sizing: border-box;
}

    .bottom_bg .button1
    {
        position: relative;
        margin-left: 10px;
        background: -moz-linear-gradient(top,#2b78e4,#0066CC);
        background: -webkit-gradient(linear, left top, left bottom, from(#2b78e4), to(#0066CC));
        color: #ffffff;
        padding: 8px;
        font-size: 14px;
        border-radius: 5px;
        letter-spacing: 1px;
        box-shadow: 1px 1px 1px #282829;
        text-shadow: 1px 1px 1px #0066CC;
        border: 1px solid #eeeeee;
        width: 80px;
    }

    .bottom_bg .button2
    {
        position: relative;
        margin-left: 10px;
        background: -moz-linear-gradient(top,#FF8200,#EE4E00);
        background: -webkit-gradient(linear,left top,left bottom,from(#FF8200),to(#EE4E00));
        color: #ffffff;
        padding: 8px;
        font-size: 14px;
        border-radius: 5px;
        letter-spacing: 1px;
        box-shadow: 1px 1px 1px #282829;
        text-shadow: 1px 1px 1px #D65900;
        border: 1px solid #eeeeee;
        width: 150px;
    }

    .bottom_bg .button3
    {
        position: relative;
        margin-left: 10px;
        padding: 10px;
        background: -webkit-gradient(linear,left top,left bottom,from(#FBFBFD),to(#CDD1D4));
        background: -moz-linear-gradient(top,#FBFBFD,#CDD1D4);
        color: #ffffff;
        padding: 8px;
        font-size: 14px;
        border-radius: 5px;
        letter-spacing: 1px;
        box-shadow: 1px 1px 1px #282829;
        text-shadow: 1px 1px 1px #E7E8EA;
        border: 1px solid #eeeeee;
        color: #333;
        width: 80px;
    }

    .bottom_bg .top:before
    {
        color: #666666;
        font-family: 'iconic';
        content: "\e02c";
        font-size: 14px;
        right: 15px;
        position: absolute;
        cursor: pointer;
    }
/* ajax 提示框*/
#alertdiv1
{
    position: fixed;
    margin: auto;
    width: 100%;
    top: 40%;
    display: none;
    z-index: 2147483647;
    text-align: center;
}

#alertdiv
{
	font-size:14px;
    position: fixed;
    margin: auto;
    width: 100%;
    display: none;
    z-index: 2147483647;
}

#alertdiv div
{
	background-color: #000;
	color: #ffffff;
	padding: 20px 20px 20px 20px;
	min-width: 100px;
	opacity: 0.7;
	min-height: 25px;
	text-align: center;
	color: rgb(255, 255, 255);
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	line-height: 150%;
	width: 60%;
	margin: auto;
}
/*弹出窗口*/
#getjob_bg
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 9000;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
    display: none;
}

#GetJobs
{
    position: fixed;
    margin: auto;
    width: 80%;
    top: 10%;
    z-index: 9001;
    display: none;
}

.getjob_Content
{
    width: 100%;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 5px;
    position: absolute;
    margin-left: 15px;
    z-index: 9002;
    top: 0;
    height: 400px;
}
.getjob_topmenu
{
    width: 90%;
    border-radius: 5px 5px 0 0;
    position: fixed;
    margin: 0;
    z-index: 9002;
    top: 10%;
}
.getjob_divContent
{
    overflow:scroll;
    width: 100%;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 5px;
    margin-left: 15px;
    z-index: 9002;
    top: 0;
    height: 400px;
}
#GetJobs #closebg
{
    position: absolute;
    top: -30px;
    right: -20px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 2px;
    z-index: 9003;
}

    #GetJobs #closebg #close
    {
        background: #000;
        border-radius: 20px;
        width: 21px;
        height: 21px;
        display: block;
        text-align: center;
        font-size: 12px;
        text-indent: -100px;
        position: relative;
    }

        #GetJobs #closebg #close:before
        {
            content: ' ';
            position: absolute;
            top: 50%;
            margin-top: -6px;
            right: 10px;
            width: 2px;
            height: 13px;
            -webkit-transform: rotate(-45deg);
            background: #FFF;
        }

        #GetJobs #closebg #close:after
        {
            content: ' ';
            position: absolute;
            top: 50%;
            margin-top: -6px;
            right: 10px;
            width: 2px;
            height: 13px;
            -webkit-transform: rotate(45deg);
            background: #FFF;
        }