﻿@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px; border-collapse:collapse; border-spacing:0px; font-size:12px;}
.content{width:1000px; padding-left:10px; padding-right:10px; margin:0 auto; background:white;
         -webkit-box-shadow: #666 0px 0px 10px;
         -moz-box-shadow: #666 0px 0px 10px;
         box-shadow: #666 0px 0px 10px;}
		 .content .links{clear:both;}
.content .links li{list-style:none; float:left; width:100px; padding:5px;height:20px; line-height:20px;}
.content .links li a{ width:100px; display:inline-block; color:#808080; height:20px; line-height:20px;}
.content *{margin:0px; padding:0px; display:block;}
.txt{display:none;}
.usermes {
    width:1000px;
    background:url(images/mesbg.jpg) white;
    background-position:center top;
    background-repeat:no-repeat;
    margin:0 auto;
    padding-left:10px; padding-right:10px;
     -webkit-box-shadow: #666 0px 0px 10px;
     -moz-box-shadow: #666 0px 0px 10px;
     box-shadow: #666 0px 0px 10px;
}
.btnOK{width:123px; height:28px; background:url(images/btnOK.jpg); border:none;}
.mestable{width:500px; margin:0 auto;}
    .mestable th, td {
        font-size:14px; height:30px; line-height:30px;
        padding:2px;
    }
    .mestable input{line-height:30px; padding-left:5px;}
    .mestable tr:hover{background:white;}