/*==========================================================================

	Form Elements Stylesheet
	____________________________________________________________

	Client:	Contact Carpentry
	Date:		8th June 2007
	Author:	Edge Marketing Solutions
	Website:	www.contactcarpentry.com
	Version:	1.0

===========================================================================*/

	/* [Fieldset Styles] */

	fieldset
	{
		border: 0px none;
	}
	
	
	fieldset legend
	{
		display: none;
	}
	
	fieldset div
	{
		clear: both;
		margin-top: 5px;
	}

/*=========================================================================*/

	/* [Input Styles] */
	
	input.txt
	{
		width: 40%;
	}
	
	label
	{
		display: block;
		width: 30%;
		float: left;
		padding-top: 2px !important;
		padding-top: 4px;
		
		cursor: pointer;
	}
	
	select.ddl
	{
		
	}
	
	fieldset div.full
	{
		margin-top: 2px;
	}
	
	fieldset div.full input.txt,
	fieldset div.full textarea.txt
	{
		width: 90%;
		margin-bottom: 2px;
	}
	
	fieldset div.full p.note
	{
		padding-left: 0%;
	}
	
	fieldset div.full label
	{
		width: 90%;
		margin-bottom: 2px;
	}
	
	div.btn
	{
	padding-left: 30%;
	}