
/*	Contact Form
--------------------------------------------------------------------------------------------*/
#form {
	padding: 15px 0;
	}


		#form label {
			font-size: 1.2em;
			width: 140px;
			display: inline-block;
			margin-right: 0px;
			margin-bottom: 15px;
			}
		

		#form .input {
			background:#fbfbfb;		
			border: 1px solid #e5e5e5;
			padding: 5px 7px;
			margin-bottom: 15px;
			width: 360px;
			}
		

		#form select {
			background:#fbfbfb;			
			width: 375px;			
			font: 1.2em Tahoma;
			border: 1px solid #e5e5e5;
			padding: 5px 6px;
			margin-bottom: 15px;
			}
		

		#form textarea {
			background:#fbfbfb;			
			border: 1px solid #e5e5e5;
			vertical-align: top;
			width: 355px;
			font: 1.1em Tahoma;
			line-height: 1.7em;
			padding: 9px;
			height: 200px;
			}
		

		#form .indent {
			padding-left: 145px;
			padding-top: 15px;
			}
			
		/* The button */
		#form .submitbutton {
			background:url(file:///C|/MightyMarketing/MightyMarketing/HTML/images/button.gif) no-repeat;
			width: 105px;
			border:none;
			height:28px;
			}
			
/*	Error / Success / Notice	
-----------------------------------------------------------------------------------*/

.notes 	{background: #f0f0f0;border: 1px solid #b8b8b8;}
.success 	{background: #ccfcd1;border: 1px solid #60a400;}
.error	{background: #f9e3e3;	border: 1px solid #e79e9e;}
.notice 	{background: #fcf0cc;border: 1px solid #ecc735;}
	.notes, .notice, .success, .error 
		{font-size: 100%;color:#484848;padding:10px;width:auto;margin: 0 0 20px 0px; text-align:left}
	.notes span, .notice span, .success span, .error span 
		{font-weight: bold;font-size: 1.2em;padding: 2px 40px;}
	.notes p, .success p, .error p, .notice p 
		{margin: 0px;padding: 0px 40px;}


.bullet {
	list-style-position: inside;
	list-style-type: circle;
	display: list-item;
}

/* content */
#content2 {
	clear: both;
	float: left;
	width: 960px;
	margin-top: 20px;
	margin-right: 20;
	margin-bottom: 20px;
	margin-left: 0;
	margin-left: 20px;
}

/* sidebar */
#sidebar2 {
	border-left: 1px solid #b0b0b0;
	float: right;
	padding-left: 20px;
	width: 190px;
	padding-right: 5px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
}
/* wrap */
#wrap2 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	float: none;
}
