﻿.UserManagementTable
{
	margin-left: 5px;
	width: 500px;
}

.UserManagementRow
{
	height: 26px;
}

.UserManagementLabel
{
	width: 150px;
}

.UserManagementData
{
	width: 325px;
	font-weight: bold;
}

.UserManagementValidation
{
	width: 25px;
}

.UserManagementTextBox
{
	width: 315px;
}

.UserManagementTextArea
{
	width: 315px;
	font-family: Arial;
}

.SearchBox
{
	width: 100px;
}

.SearchBoxWatermark
{
	width: 100px;
	color: Gray;
}

.SearchButton
{
	width: 60px;
}

.SiteList
{
	width: 480px;
	height: 180px;
}