﻿@charset "utf-8";
/* CSS Document */
body, html {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
html {
	/*
 	background: #fdfdfd url(../../images/gzjrzcjys/bg.png) repeat-x top; 
 	*/
}
body {
	font-size: 12px;
	background: url(images/body_bg.png) repeat-x center 10px;
}
.ac {
    text-align: center !important;
}
.red {
    color: #F33;
}
.btn_blue{
    cursor: pointer;
    color: #fff;
    padding: 4px 8px;
    border: 1px solid #2d83da;
    background: #4498ef url(images/btn_blue.png) repeat-x center top;
}
.btn_blue:hover, input[disabled="disabled"] {
    background-position: center bottom;
}

.error_bg {
    min-height: 250px;
    _padding: 30px 0 30px;
    padding-top: 50px;
    width: 80%;
    margin: 50px auto 0 auto;
}
.div_timeout, .div_404,.div_403, .div_error {
    margin: 20px auto;
    height: 50px;
}
.div_404 {
    background: url(images/pic_404.gif) no-repeat center center;
}

.div_403 {
    background: url(images/pic_403.gif) no-repeat center center;
}

.div_error {
    background: url(images/pic_error.gif) no-repeat center center;
}
.div_timeout {
    background: url(images/pic_timeout.gif) no-repeat center center;
}
.hidden {
    display: none;
}
.text-align-right {
    text-align: right;
}