ul.thumbnails.image_picker_selector
{
    overflow: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0 20px;
    margin: 0px;
    margin-top:35px;
}
ul.thumbnails.image_picker_selector ul
{
    overflow: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
ul.thumbnails.image_picker_selector li.group_title
{
    float: none;
}
ul.thumbnails.image_picker_selector li
{
    margin: 0px 12px 12px 0px;
    float: left;
    list-style:none;
}
ul.thumbnails.image_picker_selector li .thumbnail
{
    padding: 6px;
    border: 1px solid #dddddd;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
ul.thumbnails.image_picker_selector li .thumbnail img
{
    -webkit-user-drag: none;
    max-width: 80px;
    background-color: #ccc;
}
ul.thumbnails.image_picker_selector li .thumbnail.selected
{
    background: #0088cc;
}

.urlControl a.dnnSecondaryAction
{
    background:#818181;
    background:-moz-linear-gradient(top, #818181 0%, #656565 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#818181), color-stop(100%,#656565));
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#656565',GradientType=0 );
    -moz-border-radius:3px;
    border-radius:3px;
    text-shadow:0px 1px 1px #000;color:#fff;text-decoration:none;font-weight:bold;border-color:#fff;
}

a.mbutton {
    font-family: Helvetica,Arial,sans-serif;
    padding: 5px 10px;
    background: #818181;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#818181, endColorstr=#656565);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#818181, endColorstr=#656565)";
    background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#656565));
    background: -moz-linear-gradient(center top , #818181 0%, #656565 100%) repeat scroll 0 0 transparent;
    border-color: #FFFFFF;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 1px #000000;
    display:inline-block;
}

a.mbutton:hover {
    background: #4E4E4E;
    color: #ffffff;
    text-decoration: none;
}

a.mbutton2 {
    font-weight: bold;
    padding: 8px;
    text-decoration: none;
    color: #003366;
    display:inline-block;
}

a.mbutton2:hover {
    text-decoration: underline;
    color: #000;
}