/*
' Prefix - For This Standard Code - MSESF
' MSESFtxtFormSubmitReturnTitle - For Header Text After Form Submission
' MSESFtxtFormSubmitReturnText - For Text After Form Submission
' MSESFtxtFormText - For Description Text In The Form
' MSESFtxtFormFieldTitle - For All Controls Headers
' MSESFtxtFormFieldValue - For All Controls Style
' MSESFtxtRequired  - For Required Text
' MSESFormLink  - For Link in the form
*/

/*   Header Text After Form Submission   */
.MSESFtxtFormSubmitReturnTitle 
{
	font-weight:		normal;
	font-size:			12pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#D90000;
}

/*   For Text After Form Submission   */
.MSESFtxtFormSubmitReturnText 
{
	font-weight:		normal;
	font-size:			10pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#666666;
}

/*   Description Text In The Form   */
.MSESFtxtFormText 
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#666666;
}

/*   All Controls Headers   */
.MSESFtxtFormFieldTitle 
{
	font-weight:		normal;
	font-size:			10pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#000000;
}

/*   For All Controls Style   */
.MSESFtxtFormFieldValue 
{
	font-weight:		normal;
	font-size:			10pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#666666;
}

/*   For Required Text   */
.MSESFtxtRequired 
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#D90000;
}

/*---------------- For Link in the form -------------------*/
a.MSESFormLink:link
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#1950A9;
}
a.MSESFormLink:active
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#D90000;
}
a.MSESFormLink:visited
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:				#1950A9;
}
a.MSESFormLink:hover
{
	font-weight:		normal;
	font-size:			8pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#CC9900;
}