/* NJ withholding calculator styles */

	label {
		display: block;
		clear: left;
		float: left;
		width: 55%;
		margin-left: 5%;
	}
	h2 {
		margin-bottom:0px;
	}
	h3 {
		margin-left: 3%;
		clear: both;
	}
	label.main_label {
		width: 57%;
		margin-left: 3%;
		font-weight:bold;
	}
	#ccpa > select {
		display: block;
		float: left;
		width: 40%;
	}
	div.clear {
		width:100%;
		min-height: 15px;
		clear:both;
	}
	div.clear2 {
		width: 100%;
		clear: both;
	}
	#ccpa {
		border: none;
	}
	#ccpa_header {
		margin-top: 15px;
	}
	div.results {
		display: none;
	}
	div.calc_button {
		width:100%; 
		text-align:center; 
		margin-top:20px;
		clear: both;
	}
	input {
		display: block;
		float: left;
		width:15%;
		text-align: right;
	}
	#pay_cycle {
		display: block;
		float: left;
		width: 24%;
		margin-left: 1%;
	}
	a.help-popup-calc  {
	    float:left;
	    width:30px;
	    height:30px;
	    background-image:url(#siteurl#/images/question-mark-white.png);
	    background-repeat:no-repeat;
	    background-size: 30px;
	    text-decoration:none;
	}
	a.help-popup-calc-inline  {
		display: inline-block;
	    width:19px;
	    height:19px;
	    background-image:url(#siteurl#/images/question-mark-white.png);
	    background-repeat:no-repeat;
	    background-size: 19px;
	    vertical-align: sub;
	    text-decoration: none;
	}
	.disabled_yellow {
		color: #000;
		background-color: #ffff99;
		font-weight: bold;
	}
	.disabled {
		color: #000;
		background-color: transparent;
		font-weight: bold;
	}
