@import url("home/talent_roster.css");

#agency_profile {
	float:left;
	width:485px;
	margin-right:10px;
}

#agency_selected {
	float:left;
}

.agency_photo {
	width:250px;
	height:360px;
	overflow:hidden;
	float:left;
	margin-right:10px;
}

#agency_links {
	margin-bottom:10px;
}

.agency_booking_form_row {
	margin-bottom:10px;
}

.agency_booking_form_label {
	margin-bottom:3px;
	margin-top:4px;
}

.agency_booking_form_field input[type="text"] {
	background:transparent url(../../../../images/themes/default/agency/field_input.png) no-repeat scroll left top;
	border:0px none;
	font-family:Tahoma;
	font-size:11px;
	height:16px;
	padding-left:5px;
	padding-top:4px;
	width:315px;
}

.agency_booking_form_field select {
	font-family:Tahoma;
	font-size:11px;
	border:solid 1px #98bf0c;
	padding:2px;
}

#agency_links_list li {
	display:inline;
	list-style:none;
}