@import url(subpage.css);

.classifiedlogin fieldset { width: 220px; height: 160px; margin: 20px 20px 0 0; float: left; }
.register fieldset { width: 220px; height: 160px; margin: 20px 0 0 0; }

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