
/*  Greenjar Styles
/*---------------------------*/

	/*New Buttons - Blue*/
		.submit-large-blue{
			background:none;
			background-image:url(/wp-content/themes/beltline/images/bg_button_large_blue.png)
			background-repeat:no-repeat;
			width:204px;
			height:20px;
			text-align:center;
			border:none;
			color:#fff;
			font-family: FreightSansProMedium-Regular, Helvetica, Arial, sans-serif;
			font-size:1.313em;
			line-height:1.1em;
			text-transform:uppercase;
		}
		a.submit-large-blue{
			color:#fff;
			text-decoration:none;
			width:auto;
			display:inline-block;
			width:204px;
			height:20px;
		}		

	/*New Buttons - Green*/
		.submit-large-green{
			background:none;
			background-image:url(/wp-content/themes/beltline/images/bg_button_large_green.png);
			background-repeat:no-repeat;
			width:204px;
			height:20px;
			text-align:center;
			border:none;
			color:#fff;
			font-family: FreightSansProMedium-Regular, Helvetica, Arial, sans-serif;
			font-size:1.313em;
			line-height:1.1em;
			text-transform:uppercase;
		}
		a.submit-large-green{
			color:#fff;
			text-decoration:none;
			width:auto;
			display:inline-block;
			width:204px;
			height:20px;
		}

	/*New Buttons - Orange*/
		.submit-large-orange{
			background:none;
			background-image:url(/wp-content/themes/beltline/images/bg_button_large_orange.png);
			background-repeat:no-repeat;
			width:204px;
			height:20px;
			text-align:center;
			border:none;
			color:#fff;
			font-family: FreightSansProMedium-Regular, Helvetica, Arial, sans-serif;
			font-size:1.313em;
			line-height:1.1em;
			text-transform:uppercase;
		}
		a.submit-large-orange{
			color:#fff;
			text-decoration:none;
			width:auto;
			display:inline-block;
			width:204px;
			height:20px;
		}


