/* REGISTER CSS Rules */

.clear						{
							clear: both;
							}

body					{
							background: url(../img/Content-Bg.jpg) repeat;
							}
							
.container h1 				{
							color: #a98452;
							}
							
							
.ng-scope a.site-link		{
							color: #3d3d52;
							font-size: 20px;
							text-decoration: underline;
							color: #a98452;
							}
							
h1.thank-you				{
							color: black;
							}
							
					
					
.none						{
							display: block;
							font-size: 16px;
							}
							
.help-block, .text-info		{
							font-weight: bolder;
							color: #ce0f0f;
							font-size: 16px;
							}
							
p.phone-ex					{
							color: #494848;
							font-weight: normal;
							font-size: 14px;
							}
							
fieldset legend em.legend	{
							font-size: 18px;
							color: #ce0f0f !important;
							}
							
						
fieldset legend em.legend, em.red			{
							font-size: 18px;
							color: #ce0f0f !important;
							}
							
legend.legend-red em.red	{
							font-size: 18px;
							color: #ce0f0f !important;
							}
							
.help-block em				{
							font-size: 18px;
							color: #ce0f0f !important;
							}
							
label.control-label em		{
							font-size: 18px;
							color: #ce0f0f;
							padding-right: 2px;
							}
							
							
div.none					{
							padding: 0;
							margin: -10px 0 -10px 25px;
							width: 75px;
							float: left;
							display: block;
							}
							
fieldset label.none-label	{
							font-size: 18px;
							padding: -5px;
							margin: 0;
							width: 75px;
							float: left;
							display: block;
							font-weight: bold;
							}
							
div.btn-group, div.pull-right		{
							
							}
							
em.red					{
						color: red;
}
							
							

/* 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;
  							}