/****Create account page****/

form .form-group table {
	width: 95%;
	margin: auto;
}
form .form-group table td {
	padding-right: 10px;
	vertical-align: top;
}
input.ng-invalid.ng-dirty, select.ng-invalid.ng-dirty {
	border: 1px solid #FFB2B2;
}
/*License Agreement*/
#licenseAgreement {
/*	border: 1px solid #B8DCFF;*/
	padding: 15px;
	width: 100%;
	height: 400px;
	overflow: auto;
}
#licenseAgreement h1 {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
#licenseAgreement h2 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
#licenseAgreement h3 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
#licenseAgreement table {
	width: 90%;
	margin: 10px auto;
}
#licenseAgreement table td {
	padding: 0px 30px;
	width: 50%;
}
#licenseAgreement table .signature {
	height: 50px;
	vertical-align: bottom;
}
#licenseAgreement table .signature p {
	border-bottom: 1px solid #191919;
}
#licenseAgreement #artist-name {
	font-weight: bold;
}
#licenseAgreement #agreement-date {
	font-weight: bold;
}

.continuebutton {
	text-align: center;
	padding-top: 10px;
}
.fineprint {
	font-size:11px;
	font-style:italic;
}

th a, th a:hover, th a:active{cursor:pointer; text-decoration: none}