﻿div.profile-setup {
}

	div.profile-setup #btn-change-password, div.profile-setup #btn-change-email {
		min-width: 120px;
	}

	div.profile-setup #btn-change-password-cancel, div.profile-setup #btn-change-email-cancel {
		min-width: 90px;
	}

#your-profile {
}

	#your-profile table td {
		padding-bottom: 5px;
	}

	#your-profile select option.select-option-header {
		color: #888;
	}

	#your-profile .my-border-bottom {
		border-bottom: 2px solid orange;
	}

	#your-profile table tr td:first-child {
		padding-right: 15px;
		white-space: nowrap;
	}

	#your-profile .company-details-table td input {
		width: 250px;
	}

	#your-profile #btn-change-profile {
		min-width: 100px;
	}
