/* ------------------------------------------------------------------------------ */
	/*
	
		project:				BreakAway, Ltd.
		file: 					initial.css
		creator:				Round2 Communications
		creation date:			02/07
		copyright:				(c) 2007 __BreakAway, Ltd.__. All rights reserved.
	
	*/
/* ------------------------------------------------------------------------------ */


/* =Margin Resets
   --------------------------------------------------------------------*/

		html, body, form, fieldset 
		{
			margin: 0;
			padding: 0;
		}

/* =Margin Resets End
   --------------------------------------------------------------------*/

/* =Vertical Margin Resets
   --------------------------------------------------------------------*/

		h1, h2, h3, h4, h5, h6, p, pre,
		blockquote, ul, ol, dl, address 
		{
			margin: 0 0 .5em 0;
			padding: 0;
		}

/* =Vertical Margin Reset End
   --------------------------------------------------------------------*/

/* =Horizontal Margin Resets
   --------------------------------------------------------------------*/


/* =Horizontal Margin Reset End
   --------------------------------------------------------------------*/

/* =Form cleanup
   --------------------------------------------------------------------*/

		form label 
		{
			cursor: pointer;
		}

		fieldset 
		{
			border: none;
		}
		
		input, select, textarea 
		{
			font-size: 100%;
		}

/* =Form Cleanup End
   --------------------------------------------------------------------*/

