﻿div#users-contain,
div#users-contain-list
{
    width: 90.7%;
}

div#users-contain table,
div#users-contain-list table
{
    border-collapse: collapse;
	width: 100%;
}

div#users-contain table th,
div#users-contain-list table th
{
    color: #fff;
    text-align: center;
}

div#users-contain table td, 
div#users-contain table th,
div#users-contain-list table td, 
div#users-contain-list table th
{
	border: 1px solid #eee;
	padding: .6em 10px;
}

.ui-dialog .ui-state-error
{
    padding: .3em;
}

.validateTips
{
    border: 1px solid transparent;
    padding: 0.3em;
}
