/*****************************************************************
* Copyright (c) 2013-2026 SingerInMe.com ALL RIGHTS RESERVED.
* No part of this website or any of its contents may be reproduced,
* copied, modified or adapted, without the prior written consent of
* SingerInMe.com
*******************************************************************/

	/* Used by pages that uses legends */
	.btLegend
	{
		padding-right:8px;
	}

	.btFieldSet
	{
		padding:0px;
		padding-bottom:0px;
		/* overflow:auto;*/
	}
	
	.shadow 
	{ 
		-moz-box-shadow: 3px 3px 4px #000; 
		-webkit-box-shadow: 3px 3px 4px #000; 
				
		box-shadow: 3px 3px 4px #000; 
				
		/* For IE 8 */ 	
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; 
			 
		/* For IE 5.5 - 7 */ 
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); 
	}

	.bttd
	{
		padding: 0px;
	}

	.eg
	{
		color: #888;
		font-size: 85%;
		font-weight: normal;
	}


	.errorText
	{
		color: red;
    font-family: inherit;
    font-size: inherit;
	}

