#budget { display: block; width: 100%; margin: 0 auto; }

    #budget div.title { display: block; width: 90%; margin: 0 auto 30px auto; border-bottom: 1px solid #ffffff; border-left: 20px solid transparent; border-right: 20px solid transparent; }
        #budget div.title h1 { font-size: 14px; line-height: 50px; height: 50px; color: #000000; text-shadow: 0 0 3px #ffffff; font-weight: bold; border-bottom: 1px solid #c4c4c4; border-left: 10px solid transparent; border-right: 10px solid transparent; }

	/*detalhes*/
	#budget p { font-size: 12px; color: #000000; width: 40%; float: right; line-height: 25px; text-shadow: 0 0 3px #ffffff; text-align: justify; margin: 20px 3% 0 0; }

	/*formulario*/
	#budget form { width: 50%; float: left; margin: 20px 0 0 3%;  display: block; }
        #budget form input { font-size: 11px; height: 25px; line-height: 25px; text-indent: 10px; border: 1px solid #000000; box-shadow: 0 0 3px #ffffff; background-color: #ffffff; color: #000000; margin: 0 0 10px 0; }
        #budget form input#budget_name { width: 60%; }
        #budget form input#budget_address { width: 100%; }
        #budget form input#budget_locality { float: left; width: 29%; }
        #budget form input#budget_postal_code { float: left; width: 29%; margin: 0 0 0 2%; }
        #budget form input#budget_phone { float: left; width: 29%; }
        #budget form input#budget_email { float: left; width: 29%; margin: 0 0 0 2%; }
        #budget form input#budget_attachment { width: 60%; }
        #budget form input#budget_submit { background-color: #000000; line-height: normal; text-indent: 0; height: auto; color: #ffffff; font-weight: bold; padding: 5px 40px; font-size: 14px; float: right; cursor: pointer; border: none; box-shadow: 0 0 0 #ffffff; }
        #budget form input#budget_submit:hover { background-color: #404040; color: #000000; }

        #budget form textarea { font-size: 11px; text-indent: 10px; border: 1px solid #000000; background-color: #ffffff; color: #000000; margin: 0 0 10px 0; }
        #budget form textarea#budget_message { width: 100%; height: 125px; }