﻿.body
{
	font-family:Tahoma,Verdana,Arial;
	font-size:12px;
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
	color: #6666FF;
}
.tr
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: normal;
	color: #CC9900;
}
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.formtext
{
	font-family: 'Arial Black';
	color: #000080;
	background-color: #C0C0C0;
}
.btn
{
	font-family: 'Arial Black';
	color: #000080;
	background-color: #C0C0C0;
}
.formlabel
{
	font-family: 'Arial Black';
	color: #000080;
}
.btnimage
{
	background: url( '../images/sample.gif' );
}
