/*
*
* TABLE OF CONTENTS:
* 1. Request Custom Quote
*
*/

/* 1. Request Custom Quote */
#hppsw_request_custom_quote_button{
	margin-bottom: 5px;
    position: initial;
    visibility: visible;
    height: auto;
}
#hppsw_request_custom_quote_textarea{
	width: 100%;
    min-height: 150px;
    resize: vertical;
    margin-bottom: 5px;
    display: none;
}
span.hppsw_request_custom_quote_text_label {
    display: none;
    text-align: left;
    margin-top: 15px;
}
#hppsw_request_custom_quote_textarea_abovetext{
	display: none;
	text-align: left;
	margin-top: 15px;
}
#hppsw_request_custom_quote_name, #hppsw_request_custom_quote_email, #hppsw_request_custom_quote_phone{
	width: 50%;
    margin-bottom: 5px;
    display: none;	
}