
/* ******** */
/*   JOIN   */
/* ******** */

.joincolumn1 {
	width: 400px;
	float: left;
}

.joincolumn2 {
	width: 400px;
	float: right;
}

.join table {
	width: 100%;
}

.join table td {
	padding-bottom: 2px;
}

.join .feedbackPanel {
	margin-top: 10px;
}

.join .feedbackPanelERROR {
	color: red;
}

.joinsystems {
	max-width: 100%;
	margin-top: 10px;
}

.join input {
	width: 100%;
}