#ContactForm .container { display: block; width: 530px; height: auto; }
#ContactForm .columnLeft { display: block; width: 50%; height: auto; float: left; clear: none; }
#ContactForm .columnRight { display: block; width: 50%; height: auto; float: left; clear: right; }
#ContactForm .input-text { width: 515px; }
#ContactForm .input-textarea { width: 520px; }
#ContactForm .columnLeft .input-text,
#ContactForm .columnRight .input-text { width: 250px; }
#ContactForm .right { text-align: right; }
#ContactForm .required { font-weight: bold; }
#ContactForm .bottom_buttons { display: block; width: 520px; height: auto; }