/*
============================Notes==================================================

 *Wrappers are the most generic classes and cover all inputs/display names
 *Error classes always inherit their parent classes attributes

===================================================================================
*/
.display_name_wrapper, .display_banana_phone_ext
{
	color:#fff;
	font-size:11px;
}
.display_name_error_wrapper, .display_banana_phone_ext_error
{
	color:#ff4b4b;
}
.general_input_wrapper
{
	font-size:11px;
}
.general_input_error_wrapper
{

}

.input_textbox
{

}
.input_textbox_error
{

}
/* The more specific a class the more important it is for its element. e.g. .input_year_select overrides .input_date_select which overrides .input_select*/
.input_select, .input_date_select, .input_month_select, .input_day_select, .input_year_select, .input_multiselect
{

}
.input_option, .input_date_option, .input_month_option, .input_day_option, .input_year_option, .input_multiselect_option
{

}
.input_phone, .input_phone_area_code, .input_phone_prefix, .input_phone_suffix, input_phone_ext, .input_banana_phone, .input_banana_phone_number, .input_banana_phone_ext
{

}
.input_phone_error, .input_phone_area_code_error, .input_phone_prefix_error, .input_phone_suffix_error, input_phone_ext_error, .input_banana_phone_error, .input_banana_phone_number_error, .input_banana_phone_ext_error
{

}
.input_textarea
{

}
.input_textarea_error
{

}
.input_radio_button, input_radio_button_checked
{

}
.input_password
{

}
.input_passsword_error
{

}
.input_file
{

}
.input_quantity
{

}
.input_checkbox
{

}
.input_checkbox_error
{

}
.input_admin_user_budget_submit
{
	background-color:transparent;
	border:0px;
	text-decoration:underline;
	cursor:pointer;
	display:block; /*Required to work in firefox*/
}