/******************************************
M1.CSS: Styles MarketFirst webforms that follow the Pivotal CRM design.
******************************************/

/******************************************
GENERAL STYLES
******************************************/

	/******************************************
	GENERAL STYLE FOR CALLOUT BOXES
	******************************************/

	/******************************************
	GENERAL STYLE FOR SECTION BANNERS
	******************************************/


/******************************************
STYLES FOR PAGE SHADOWING
******************************************/


/******************************************
STYLES FOR HEADER
******************************************/


/******************************************
STYLES FOR SECONDARY MENU
******************************************/


/******************************************
STYLES FOR 3-COLUMN CONTENT LAYOUT
******************************************/



	/******************************************
	STYLES INSIDE CONTENT COLUMN
	******************************************/

		/******************************************
		STYLES FOR M1 WEB FORM
		******************************************/
		

		#content table

		{
			border: 0; 
			margin: 0; 
			padding: 0px; 
			font-size: 8.5pt; 
			width: 100%;
		}


		#content tr 

		{
			border: 0; 
			margin: 0; 
			padding: 0px; 
			font-size: 8.5pt; 
			width: 100%;
			
		}


		#content td 
		{
			border: 0; 
			margin: 0; 
			padding: 0px; 
			font-size: 8.5pt; 
			font-weight: bold;
			
			
		}

		#content div#formhead 
		{
			background-color: #333;
			text-align: left;
			padding: 10px; 
			height:14px; 
			color: #fff;
		}

		#content div#formhead #required {
		float: right;
		}

		div#wrapper div#content
		{
			float: left;
			max-width: 560px;	

	
		}



		#content div#form 
		{
			background-color: #eee;
			margin: 0;
			/**/padding: 8px;


			border-top: 1px solid #333;  
			border-left: 1px solid #333; 
			border-right: 1px solid #333; 
			border-bottom: 1px solid #333; 
			
		}

		#content div#form div#visitordata {
		padding: 12px 5px 5px 5px;  /* 0px;*/
		}


		#content div#form input
		{
			font-size: 8pt;
			font-family: "Arial Narrow", sans-serif;
			width: 130px;/**/
			text-align: left;
			
		}

		#content div#form select
		{
			font-size: 8pt;
			font-family: "Arial Narrow", sans-serif;
			width: 130px;/**/
			text-align: left;
		}

/*	#content div#form table.state select
		{
			
		}
*/

		/**/ #content div#form img#spacer {
		width: 240px;
		height: 1px;
		}
		
/*
		#content div#form table.country select
		{
			}
*/


		#content div#form input.submit
		{
                  color:#050;
   			font-family: arial,helvetica,sans-serif;
   			font-size:8pt;
   			font-weight:bold;
		}


		#content h3 
		{
			margin: -5px 0 30px 0;
			font-weight: normal;
		}
 
	/******************************************
	STYLES FOR SIDEBAR
	******************************************/

	
/******************************************
STYLES FOR FOOTER
******************************************/
