fieldset input.text { 
    width: 80%; 
}

#PhysicianBrowseBox div { 
    margin: .5em 0em .5em 0em;
}
#PhysicianBrowseBox span, #PhysicianBrowseBox a { 
    /* "display: block" gives these guys a larger clickable area  
        and gives me more control over their look. */
    display: block;
    float: left;
    padding: 1px 4px 1px 4px;
}
#PhysicianBrowseBox a:hover { 
    border: 1px dotted #666;
    padding: 0px 3px 0px 3px;
    background-color: #eee; 
}

div.physician_card {
    background-image: url('/physician_card_bg.png');
    background-repeat: no-repeat;
    margin-bottom: 2px;
    width: 719px;
    height: 109px;
    padding: 18px;
}
div.pinkynail {
    float: left;
}
div.physician_details {
    width: 258px;
    margin-left: 96px;
}
div.physician_name {
    font-size: 115%;
    padding-bottom: 0.2em;
}
div.appointment_phone {
    float: right;
    width: 358px;
}
div#RightSidebar {
    height: 500px;
}
div#batch_nav {
    width: 50%;
    margin: auto;
}
div.alphabetic_links {
    border: 1px solid #7a7870;
    padding: 8px;
    margin-top: 2em;
    width: 500px;
}
span#current_letter {
    font-weight: bold;
}
