/* REGISTER CSS Rules */
.clear						{
							clear: both;
							}

.ng-scope					{
							background: url(../img/footer-bg.jpg) repeat;
							}
							
.container h1 				{
							color: #446699;
							}
							
.control-label				{
							color: #446699;
							}
							
h1.ng-scope					{
							font-size: 34px;
							}
														
.ng-scope 					{
							color: #446699;
							font-size: 16px;
							}
							
legend.text-larger				{
							font-size: 22px;
}

p.text-larger				{
							font-size: 22px;
}
							
a.site-link					{
							color: #446699;
							font-size: 18px;
							text-decoration: underline;							
							}
							
.ng-scope legend, .ng-scope p			{
										color: #446699;
										}
							
.radio-inline, .ng-binding	{
							color: #446699;
							}
							
.checkbox, .checkbox-inline, .control-label	{
											color: #446699;
											background: none;
											}
							
							
h1.thank-you				{
							color: #446699;
							}
							
					
					
div.none					{
							padding: 0;
							margin: -10px 0 -10px 25px;
							width: 75px;
							float: left;
							display: block;
							}
							
fieldset label.none-label	{
							font-size: 20px;
							padding: -5px;
							margin: 0;
							width: 75px;
							float: left;
							display: block;
							font-weight: bold;
							}
							
							
	fieldset legend em.legend, em.red			{
							font-size: 18px;
							color: #ce0f0f !important;
							}
							
	legend.legend-red em.red	{
							font-size: 18px;
							color: #ce0f0f !important;
							}

							
p.help-block, .text-info		{
							font-weight: bolder;
							color: #ce0f0f;
							font-size: 16px;
							}
							
legend.margin-adj					{
							margin-top: 10px !important;
							
							}
							
p.phone-ex					{
							color: #494848;
							font-weight: normal;
							font-size: 14px;
							}
							
em.legend					{
							font-size: 18px;
							color: #ce0f0f;
							}
							
label.control-label em		{
							font-size: 18px;
							color: #ce0f0f;
							padding-right: 2px;
							}
							
legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ccc;
    border-color: #ccc;
    }
				
				
/* For adding red to labels */							
fieldset legend.required-italic {
								color: red;
								}

label.required::before			{
								content: '* ';
								color: red;
								}			
							
/* ADDED by Jason */							
legend label				{
  							font-size: 14px;
  							}
  							
