/*
**********************************************************
**  CSS Stylesheet
** 
** Uncomment/Comment properties needed. Please do not 
** delete unused properties, instead prefix them with a 
** comment tag.
**
** example:
**
**     Change:
**               font-style:normal;
**
**     To:
**            // font-style:normal; 
**
**
** Please forward any questions/comments to:
**
**                 development@supplybox.com
**********************************************************
*/

.sbiNormalText	
{
	 font-family: Arial;
	 font-size: x-small;
	 font-variant: normal;
	 font-style:normal;
	 font-weight: normal;
	 color: Black;
}

.sbiError	
{
	 color: Red;
}

.sbiInputText
{
	 border: solid 1px #666666;
}

.sbiCheckBox
{
	 border: none 0px;
}

.sbiErrorControl
{
     border: solid 1px Red;
}

.sbiInputText, .sbiCheckBox, .sbiErrorControl, .sbiError
{
	 font-family: Arial;
	 font-size: x-small;
	 font-variant: normal;
	 font-style:normal;
	 font-weight: normal;    
}
