@charset "utf-8";
/* CSS Document */

.savemsg
	{
		width: 383px;
		height: 23px;
		position: absolute;
		top: 0px;
		margin-left: 689px;
		text-align: right;
		font-size: 15px;
		color: #02A54B;
	}
	
.errormsg
	{
		width: 383px;
		height: 23px;
		position: absolute;
		top: 0px;
		margin-left: 689px;
		text-align: right;
		font-size: 15px;
		color: #FE0000;
	}	
	
.loginerrormsg	
	{
		width: 383px;
		height: 23px;
		position: absolute;
		top: 436px;
		margin-left: 444px;
		text-align: right;
		font-size: 13px;
		color: #FE0000;
		z-index: 1;
	}	
	
	
.examplecaption
	{
		width: 383px;
		height: 23px;
		font-size: 13px;
		color: #02A54B;
	}		
	
.maintxt
	{
		text-align: left;
		font-size: 13px;
		color: #FE0000;
		z-index: 1;
	}	