/***********DISPO RELATION*************/

.dispo_left {
	float: left;
	width: 300px;
}

.dispo_right {
	float: right;

}

.dispo_detail_name {
	font-weight: bold;
	margin-bottom: 3px;
}

.dispo_query {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

.dispo_detail_show {
	width: 400px;
	padding: 4px;
	margin: 4px;
	border: 1px solid #cccccc;
}

.dispo_detail_hide {
	display: none;
}

.dispo_result {
	padding-top: 5px;
}

.dispo_result_header {
	font-weight: bold;
}

.dispo_result_name {
	float: left;
	width: 300px;
	padding: 3px;
}

.dispo_result_teamlink {
	float: left;
	width: 100px;
	padding: 3px;
	text-align: center;
}

.dispo_form {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
}

.dispo_form_from_label {
	float: left;
	width: 50px;
	padding: 6px;
}

.dispo_form_from_country {
	float: left;
	width: 350px;
	padding: 3px;
}

.dispo_form_to_label {
	float: left;
	width: 50px;
	padding: 6px;
}

.dispo_form_to_country {
	float: left;
	width: 350px;
	padding: 3px;
}

.dispo_form_submit {
	width: 100px;
	padding: 3px;
	margin-left: 61px;
}
