﻿@charset "utf-8";
/* CSS Document */
/* global */
.wza {
    top: 75px;
    right: 2%;
    position: absolute;
    font-weight: bold!important;
    display: block;
    margin-top: 2px;
    padding: 0 1em;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
    width: auto;
    color: white !important;
    background: #ea9327;
}
*{
	margin:0px;
	padding:0px;
	}
 	
body{
	font-size:12px;
	background:url(../images/htm.jpg) center  center repeat-y;
	
	}
html{
	font-size:12px;
	
	background:url(../images/bg.jpg) left top repeat-x;
	
	}
	
ul,li{
	list-style:none;
	}
img{
	border:0px;
	}
.hide{
	display:none;
	}
a{
	text-decoration:none;
	color:#000;
	}
a:hover{ 
	text-decoration:none;
	}
input{
font-size:12px;}
select{
font-size:12px;}
/*****************************/