﻿/*********************************
Add any client-specific style in here - this stylesheet appears after the main 
stylesheet in the page, so you can override rules in that here...
*********************************/

input.TextSmall
{
	width: 100px;
}

input.TextMedium, textarea.TextMedium
{
	width: 250px;
}

input.TextLarge, textarea.TextLarge
{
	width: 400px;
}

.RequiresApproval
{
	color:Orange;
}

.PendingApproval
{
	color:#999;
}
