/* 
    Document   : linklist
    Created on : June 22, 2006, 1:05 PM
    Author     : chtaylor
    Description:
        Purpose of the stylesheet follows.
*/

ul.LinkList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
li.Link {
    margin: 1ex 0;
}
li.Link div.Title input, li.Link div.URL input, li.Link textarea {
    width: 25em;
    border: 1px solid;
}
li.Link div.URL input.button {
    width: 5em;
    margin-left: 1px;
}
li.Link div.Title input, li.Link div.URL input {
    display: block;
    float: left;
    margin-top: 1px;
}
li.Link label {
    float: left;
    display: block;
    width: 6em;
    clear: left;
}
li.Link div.Toolbar {
    text-align: right;
}
li.Link div.Toolbar a {
    margin-left: 2em;
}

