﻿/* ----- Global Styles ----- */
body
{
	margin: 5px !important;
}

input[type="text"], input[type="password"], textarea
{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	border-right-color: #DBDFE6;
	border-left-color: #D2D3DA;
	border-top-color: #ABABAB;
	border-bottom-color: #E3E9EF;
}

div.divUnsupportedBrowser
{
	display: none;
	color: #FF4004;
}

div.divUnsupportedBrowser.login
{
	width: 380px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -190px;
	margin-top: -130px;
	text-align: center;
}

h2
{
	text-align: center;
}

.aiInputBox .label
{
	width: 100px;
}

/* --- Grid Styles --- */
.aiGrid .repeater .divOverflow
{
	max-width: 290px;
}