﻿/*Common Css in most form*/
.clsBody
{
	background-color: #F5F5F5;
	background-repeat: repeat-x;
	vertical-align:top;
	top:0;
	margin-top:0;
	padding:0;
}
.clsMainTable
{
	background-color: #ffffff;
	background-repeat: repeat-x;
}
/*End of Common Css in most form*/
.clsTextBoxYellow
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: black;
	width: 250;
}
.clsLoginText1
{
	font-weight: normal;
	font-style: normal;
	font-family: Arial;
	font-size: 12px;
	color: Red;
}
.clsEmail
{
	font-weight: normal;
	font-style: normal;
	font-family: Arial;
	font-size: 12;
	color: black;
}
.clsLabelMessage
{
	font-size: 12px;
	color: #000000;
	font-variant: normal;
}

.clsMessage
{
	font-size: 12px;
	color: red; 
	background-color: #ffffcc; 
	font-variant: normal;
}

.errordiv
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	color: red; /* background-color: #ffffcc*/
}

.topHearder
{
	background-image:url(../Images/BackgroundImages/Forgot-Password_box.png);
	WIDTH: 725px;
	background-repeat:no-repeat;
	background-position:left top;
	height:62px; 
}

.clsBorderCornerBottomL
{
    background-image:url('../Images/BackgroundImages/EventRegistration/tablebox_curve_BL.png');
    background-repeat:no-repeat;
    width:6px;
    height:6px;
}

.clsBorderCornerBottomR
{
    background-image:url('../Images/BackgroundImages/EventRegistration/tablebox_curve_BR.png');
    background-repeat:no-repeat;
    width:6px;
    height:6px;
}
