.whorepresents-form label {
  color: #1f0850;
  font-size: 15px;
  font-weight: normal;
  padding: 7px 0px;
}

input.form-submit, input.form-button, button {
  background: #1f0850;
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 16px !important;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-border-radius:0px;
  -webkit-appearance:none;
}

.form-row.form-actions {
	padding: 0 10px 0 205px;	
}

.form-right-footer {
	text-align: right;
}

.form-submit.highlight {
	background: #EFB010;
	font-weight: bold;
	color: white;
}

/* subscription edit form */
#subscription-confirm-form .small-note {
	font-size: 0.9em;
	width: 70%;
}

#subscription-confirm-form .form-actions {
	width: 30%;
	padding: 0;
	margin: 0;
	text-align: right;
}

/* headshots form */
#headshots-form table {
	width: 100%;
}

#headshots-form table td {
	width: 20%;
	text-align: center;
}

#headshots-form table td .image {
	height: 135px;
	padding-bottom: 3px;
}

#headshots-form table td .image img {
	max-height: 135px;
	max-width: 135px;
}

#headshots-form table td.active {
	background: #EFB010;
}

/* sub user form */
#whorepresents-account-add-account-form .form-item-pass .form-item {
	width: auto;
	margin-bottom: 5px;
}

#whorepresents-account-add-account-form .form-item-pass input[type=password] {
	margin-bottom: 0;
}

#whorepresents-account-add-account-form .password-suggestions, 
#whorepresents-account-add-account-form div.password-confirm,
#whorepresents-account-add-account-form .password-indicator,
#whorepresents-account-add-account-form .password-strength {
	display: none !important;
}

#whorepresents-account-add-account-form  .form-item-pass .description {
	margin-left: 205px;
}

/* subscription form */
#whorepresents-account-subscription-form label {
	text-align: left;
	font-weight: bold;
	text-indent: 10px;
}

#whorepresents-account-subscription-form .description {
	display: block;
	margin-left: 205px;
}

/* billing-form */
.billing-form .form-item-credit-cc-exp-month select {
	width: 100px;
}

.billing-form .form-item-credit-cc-exp-year select {
	width: 60px;
}

.billing-form .form-item-credit-cc-exp-year,
.billing-form .form-item-credit-cc-exp-month {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.billing-form .form-item-credit-cc-exp-year label {
	display: none;
}

.billing-form .form-item-credit-cc-cvv input {
	width: 45px;
}

.billing-form .form-item-credit-cc-cvv .field-suffix {
	display: inline-block;
	margin-left: 5px;
	*display: inline; zoom: 1;
}

.billing-form .form-item-credit-cc-cvv .field-suffix * {
	vertical-align: middle;
}

.billing-form .locations  legend {
	display: none;
}

.billing-form .locations .form-item-locations-0-delete-location {
	display: none;
}

.billing-form .locations label {
	width: 190px;
	text-align: right;
}

.billing-form .description {
	display: block;
	margin-left: 205px;
}