﻿/* 分页提示布局 */
.jobslist-login-layout
{
    
    margin: 0 auto;
    width: 100%;
    padding: 120px 0px;
    background: url('/images/list_pagination_bg.gif') no-repeat center;
    /*
	display: block;
	background-size: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader( src='/images/list_pagination_bg.gif', sizingMethod='scale');
    -ms-filter: progid: DXImageTransform.Microsoft.AlphaImageLoader( src='/images/list_pagination_bg.gif', sizingMethod='scale');
	*/
}
.tip-inner
{
    width: 85%;
    text-align: center;
    margin: 0 auto;
}
.tip-content, .tip-btns
{
    display: block;
    text-align: center;
    background-color: transparent;
    margin: 0 auto;
}
.tip-title
{
    color: #333;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    font-family: '微软雅黑';
    display: block;
	line-height: 35px;
}
.tip-title span
{
    font-family: '微软雅黑';
    display: inline-block;
}
.tip-small
{
    font-size: 16px;
    margin: 25px 0px;
    color: #666;
    text-align: center;
    font-family: '微软雅黑';
}
.tip-btn
{
    text-decoration: none !important;
    text-align: center;
    color: #FFFFFF !important;
    font-size: 14px !important;
    cursor: pointer;
    border-radius: 4px;
    border: 0px;
    width: 60px;
    height: 32px;
    line-height: 32px;
    padding: 10px 24px;
    border: 0px #35639F solid;
    font-family: '微软雅黑';
}
#com_login
{
    background-color: #E33244;
    margin-right: 20px;
}
#com_login:hover
{
    background-color: #CF1D2F;
}
#com_reg
{
    background-color: #128BED;
}
#com_reg:hover
{
    background-color: #0F74C6;
}
