.swccalabel {font-weight: bold;}
.swccasubhead {margin-top: 10px; font-weight: bold; font-size: 1.2em;background-color:#ccc; text-align:center;}
.swccarequired {font-weight: bold; color: red; text-align: right;width:30px;}
.swccacolhead {font-weight: bold; text-align: center}
.swccapagetitle {font-weight:bold; font-size:18pt;text-align:center;margin-bottom:5px}
.swccasubheadnotes { }
.swccalabelnotes { }
.swccatext {}
label
			{
				display: block;
				font-weight: 800;
				margin: 0 0 0 0;
				font-size: 0.8em;
				color: #444;
			}
		
			input[type="text"],
			input[type="email"],
			input[type="password"],
			select,
			textarea
			{
				-webkit-appearance: none;
				display: block;
				/* width: 100%; */
				border-radius: 8px;
				border: solid 1px #ccc;
			}

				input[type="text"]:focus,
				input[type="email"]:focus,
				input[type="password"]:focus,
				select:focus,
				textarea:focus
				{
					border-color: #0090c5;
				}

			input[type="text"],
			input[type="email"],
			input[type="password"],
			select
			{
				line-height: 2em;
				padding: 0 .5em;
			}
				
			textarea
			{
				min-height: 9em;
				padding: 1em;
			}