div#SignupWrapper h1 {
	font-size: 16px;
	color: #6C005A;
}

form {
	margin: 5px;
}

p {
	margin: 0px;
}

td.FieldName {
	color: #6C005A;
	font-weight: bold;
	font-size:11px;
}

td input {
	width:200px;
}

#SignupWrapper {
	background-color: #F8F8FF;
	border: 4px dotted #6C005A;
	color: #1E1E1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	margin: 20px auto;
	text-align: left;
	width: 100%;
}

#tblSignup td.Note {
	font-size: 11px;
	background-color: #FFFAF0;
}

#btnSubmit {
	cursor: pointer;
	height:30px;
}

#tblSignup {
	border: 1px solid #C0C0C0;
	border-bottom: 0px;
}

#tblSignup td {
	background-color: #FFFFFF;
	border-bottom: 1px solid #C0C0C0;
}

.Highlighted {
	border:2px solid green;
	background-color:  #FFFACD;
	/*font-weight: bold;*/
}
