/*************************************************************************
/* FORM STYLESHEET
/*
/* Written by CJ Buchmann (cjbuchmann)
/************************************************************************/
 /*
	input[type='text'], 
	input[type='password'],
	textarea,
	select
	{
		border:solid 1px #999999;
		background-color: #FFFFFF;
		padding:5px;
		color:#666666;		
		outline: none;
	}
	
	select
	{
		height:auto;
		border:none;
	}
	
	input[type='text'], 
	input[type='password']
	{
		width:250px;
		height: 20px;
	}
	
	textarea
	{
		height:205px;
		width:330px;
		resize:vertical;
	}
	
	input[type='submit']
	{
		background:none;
		font-family: 'TradeGothicLTBoldRegular';
		text-transform:uppercase;
		font-size:18px;
		color:#666666;
	}
	
	.form_set
	{
		margin-bottom:10px;
	}
	
	.form_set div.label
	{
		margin-bottom:5px;
		font-family: 'TradeGothicLTBoldRegular';
	}*/
	
	 #form {
		float: left;
	 	width: 306px;
		height: 211px;
		margin-bottom: 20px;
	 }
	
	.form_set span.label
	{
		font-family: 'TradeGothicLTLightRegular';
		font-size:14px;
	}
	
	.form_set_submit input
	{
		float: right;
		width: 163px; 
		height: 30px;
		background-image:url(http://www.blackmarketbakery.com/assets/common/images/body/take-action-btn.png);
	}
	
	input[type = 'text'] {
		width: 305px;
		height: 40px;
		margin-bottom: 3px;
		background-color: #848484;
		border: solid 1px #000000;
		color: #CCCCCC;
		cursor:pointer;
		font-size: 15px;
		padding-left: 7px;
		}

	
	/*input[type='submit']
	{
		background-color:#FF0000;
		font-family: 'TradeGothicLTBoldRegular';
		text-transform:uppercase;
		font-size:18px;
		color:#CCCCCC;
	}*/
	
	input[type = 'comments']{
		width: 305px;
		height: 92px;
		margin-bottom: 3px;
		background-color: #848484;
		color: #CCCCCC;
		font-size: 15px;
		padding-left: 7px;
		border: solid 1px #000000;
		cursor:pointer;
	}
	
	#take-action-button {
		float: left;
	}

	/********************** CONTACT US FORM **********************/
	 
	 .contact-form-header {
		float: left;	 	
		width: 100px;
	 	
	 }
	 
	 #contact-form-container {
	 	float: left;
		margin-left: 15px;
		
	 }
	 
	 
	/* input[type = 'submit'] {
	 	float: left;
		width: 110px; 
		height: 29px;
		padding-bottom: 4px;
		background-color:#CCCCCC;
	 }*/
	 
	 #contact_us_form {
	 	background-color: #333333;
		width: 316px;
		height: auto;
		padding: 20px;
	 }
	 
	 #contact-info {
	 	margin-bottom: 32px; 
		width: 400px;
		color: #CCCCCC;
	 }
	 
	 #contact-info a {
		color: #CCCCCC;
	 }
	 
	 #gavel-graphic {
	 	position: relative;
	 	float: right;
		bottom: 30px;
		left: 10px;
	 }
	 
	/***************************************************************/
	 
	 /*********************** MAILING LIST **************************/
	 
	 #mailing-list-form-container {
	 	float: right;
		width: 320px;
		margin-right: 180px;
		margin-top: 10px;
	 }
	 
	 .content_container_frame {
	 	padding: 15px;
		padding-bottom:;
		background-color:#333333;
	 }
	 
	 #mailing_list_frame {
	 }
	 
	 #join-our-mailing-list {
		float: right;
		width: 551px;
		height: 336px;
		margin-bottom: 20px;
		margin-top: -13px;
	 }
	 
	 .form-title {
	 	font-size: 17px;
		font-family: "TradeGothicLTBoldRegular", Arial, Helvetica, sans-serif;
		margin-top: 10px;
		margin-bottom: 5px;
	 }
	 /***************************************************************/