/*
	Name:			sopsPFStyle.css
	Description:	Contains CSS for SOPS
	Author: Suhail Khan
*/
/* Error text */
.error-text
{
		color: #FF0000;
		font-weight: bold;
		text-align: center;
		font-family: "Verdana";
		font-size: 10px;
}

/* Success text */
.success-text
{
		color: #006600;
		font-weight: bold;
		text-align: center;
		font-family: "Verdana";
		font-size: 10px;
}
