@import url(subpage.css);

/* === Broadband Homepage forms === */

div#wireless_form { width: 250px; position: relative; float: right; margin: 20px 25px 0 10px; }
div#wireless_form fieldset { border: 1px solid #ccc; margin: 0; padding: 0; }
div#wireless_form fieldset legend { color: #003399; border: 1px solid #003399; margin: 0 0 10px 10px; }
div#wireless_form input { border-top: 1px solid #555; border-left: 1px solid #555; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
div#wireless_form fieldset div.label { position: relative; margin-bottom: .5em; display: block; width: 250px; height: 25px; padding: 0 5px 0 10px; }
div#wireless_form fieldset div.input { position: absolute; left: 80px; top: -3px; }
div#wireless_form fieldset div.text { width: 250px; position: relative; top: 13px; padding: 0 5px 0 10px; }
div#wireless_form .wireless_submit { position: absolute; top: 145px; right: 28px; background-color: #D6DB8C; background-image: url(/images/bg_rounded.gif); background-repeat: no-repeat; }

div#dsl_form { width: 250px; position: relative; float: right; clear: right; margin: 75px 25px 0 10px; }
div#dsl_form fieldset { border: 1px solid #ccc; margin: 0; padding: 0; }
div#dsl_form input { border-top: 1px solid #555; border-left: 1px solid #555; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
div#dsl_form fieldset legend { color: #cc0000; border: 1px solid #cc0000; margin: 0 0 10px 10px; }
div#dsl_form fieldset div.label { position: relative; margin-bottom: .5em; padding: 0 5px 0 10px; display: block; width: 250px; height: 25px; }
div#dsl_form fieldset div.input { position: absolute; left: 80px; top: -3px; }
div#dsl_form fieldset div.text { width: 250px; position: relative; top: 13px; padding: 0 5px 0 10px; }
div#dsl_form .dsl_submit { position: absolute; top: 115px; right: 28px; background-color: #D6DB8C; background-image: url(/images/bg_rounded.gif); background-repeat: no-repeat; }
