﻿.FormTitle
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #352735;
	text-align: right;
}
.Form50Input
{
	border: solid 1px #281D28;
	background-position: right;
	background-repeat: no-repeat;
	width: 130px;
	font-family: Arial;
	font-size: 14px;
	color: #2B1F2B;
	padding: 2px;
}
.Form255Input
{
	border: solid 1px #281D28;
	background-position: right;
	background-repeat: no-repeat;
	width: 210px;
	font-family: Arial;
	font-size: 14px;
	color: #2B1F2B;
	padding: 2px;
}
.FormMultiInput
{
	border: solid 1px #281D28;
	background-position: right;
	background-repeat: no-repeat;
	width: 210px;
	font-family: Arial;
	font-size: 14px;
	color: #2B1F2B;
	padding: 2px;
}
.FormMessage
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #352735;
	text-align: right;
}

/* Validators */
.ValidatorAsterisk
{
	font-family: Arial;
	font-size: 16px;
	color: #CE2C2C;
}

/* Rad Window */
.RadWindowStatus
{
	clear:both;
	display:block;
	padding-top: 10px;
	background-image: url(images/RadWStatus.gif);
	background-repeat: repeat-x;
	height: 24px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #CE2C2C;
	text-align:center;
}
div.radwindow table td[style="white-space: nowrap;"]
{
	width: 30px;
	padding-left: 5px;
}
div.radwindow table.titlebarcontrols em
{
	direction: rtl;
	float: right !important;
}
div.radwindow table tr td.footerleft, div.radwindow table tr td.footercenter, div.radwindow table tr td.footerright
{
	line-height: 8px !important;
}

