﻿/*@charset "utf-8";*/
/* CSS Document */
/* Created Date: 2007年10月18日 */

@import url("hr_new.css");
@import url("stylesheet.css");
@import url("thickbox.css");
@import url("AutoAPP.css");

/* ========================================= 全局定义 ============================================ */

/* * {margin:0;padding:0;} 
html,body,p,div,form{filter:gray;color:gray;}*/
/*html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); } */
html, body
{
    /*margin: 0 auto;*/
    padding: 0;
    width: 100%;
    height: 100%;
    height: auto;
    color: #575757;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/hr_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.center
{
    margin: 0 auto;
    text-align: center;
}
.left1
{
    text-align: left;
}
/*a
{
	text-decoration: none;
}
a:link, a:visited
{
	color: #222;
}
a:hover
{
	color: #686868;
}*/

.clear, .clean
{
    font: 0px/0px sans-serif;
    clear: both;
    height: 0;
    line-height: 0;
    display: block;
    overflow: hidden;
}
img
{
    border: 0;
}
.l
{
    text-align: left;
}
.c
{
    text-align: center;
}
.r
{
    text-align: right;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}


#msg_div_all
{
    width: 100%;
    height: 100%;
    position: absolute;
    filter: Alpha(opacity=40);
    -moz-opacity: 0.4;
    background: #000;
}
#msg_div_main
{
    position: absolute;
}
#msg_div_main_1
{
    background-image: url(../images/img_msg/bg_01.gif);
    width: 5px;
    height: 37px;
}
.msg_div_main_2
{
    background-image: url(../images/img_msg/bg_02.gif);
}
.msg_div_main_3
{
    background-image: url(../images/img_msg/bg_06.gif);
    width: 5px;
    height: 37px;
}
.msg_div_main_7
{
    background-image: url(../images/img_msg/bg_07.gif);
}
.msg_div_main_8
{
    background-image: url(../images/img_msg/bg_08.gif);
}
.msg_div_main_9
{
    background-image: url(../images/img_msg/bg_09.gif);
}
.msg_div_main_10
{
    background-image: url(../images/img_msg/bg_10.gif);
}
.msg_div_main_11
{
    background-image: url(../images/img_msg/bg_11.gif);
}
.msg_div_main_close
{
    background-image: url(../images/img_msg/bg_05.gif);
    width: 27px;
    height: 37px;
}
.msg_div_main_close_Mousedown
{
    background-image: url(../images/img_msg/bg_18.gif);
    width: 27px;
    height: 37px;
}

.msg_div_main_close_Mouseover
{
    background-image: url(../images/img_msg/bg_13.gif);
    width: 27px;
    height: 37px;
}
#msg_div_main_title
{
    font-size: 14px;
    color: #e69c10;
    font-weight: bold;
    font-family: verdana;
    padding: 3px 0 0 7px;
}
#msg_div_main_content
{
    font-size: 12px;
    color: #e69c10;
    padding-left: 8px;
}
.msg_div_main_but
{
    background: url(../images/img_msg/buttonbg.gif);
    width: 65px;
    height: 20px;
    border: none;
    padding-top: 3px;
    font-size: 12px;
    cursor: pointer;
}


.display-none
{
    display: none;
}
