﻿.p-left
{
	padding-left: 10px;	
}

.errorText
{
	color: #FF0000;
	font-size: 1em;
	font-weight: bolder;	
}

.boldStyle 
{
	font-weight: bold;
	color: #003acd;
}

.successText
{
	color: #00FF00;
	font-size: 1em;
	font-weight: bolder;	
}

.toRight
{
	clear: right;
	float: right;	
}

.toLeft
{
	clear: left;
	float: left;	
}

.clear
{
    clear: both;
}