/* wrapper for freq. occuring alleles, ref. allele set and 
MHC allele sequence */
#link-txtbox img {
	border:0;
	vertical-align:text-bottom;
}

/* frequently occurring alleles */
.freq {
	font-size:95%;
	font-style:italic;
}
#freq, #id_refset {
	vertical-align:text-bottom;
}
.freq_help {
	text-decoration:none;
}

/* table for selected alleles and lengths */
#tabName th, #tabName td {
	border:0;
	padding:0;
	margin:0;
}
table#tabName th {
	background:transparent;
	color:#222;
	font-size:90%;
	font-weight:normal;
	text-decoration:underline;
}
table#tabName td {
	padding:1px;
	text-align:center;
}

#validation_message.err_msg1 {
	text-align: right;
}

#validation_file_message.err_msg2 {
	float: right;
	display: inline-block; 
    width: 50%;
    vertical-align: middle; 
    line-height: 21px;
	text-align: right; 
	white-space: nowrap;
}