﻿#bookmark-holder
{
    margin-top: 17px;
    margin-left: 20px;
}

#bookmark-holder p
{
    width: 610px;
}

#bookmark-holder-inner
{
    margin-top: 40px;
}

.num
{
    float: left;
    margin-right: 6px;
}

.bookmark
{
    float: left;
    margin-right: 8px;
}

#l
{
    float: left;
}

#r
{
    margin-left: 104px;
    float: left;
}

#image-holder
{
    width: 256px;
    height: 359px;
    background-image: url(/images/funzone/bookmarks/imageholderbackground.gif);
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    margin-right: 25px;
}

#instructions
{
    float: left;
    width: 350px;
}

ul li
{
    color: #00A000;
    width: 300px;
    list-style: none;
}

ul li span
{
    color: Black;
    width: 300px;
}

.bookmarkToShow
{
    margin-top: 4px;
    margin-left: 4px;
}

#l
{
    float: left;
    width: auto;
    clear: none;
}

#right
{
    float: left;
    width: 130px;
    clear: none;
}

#instructions_step1
{
    float: left;
    width: 450px;
    clear: both;
}

#instructions_step1 textarea
{
    border: solid 1px #9C9C9C;
    height: 53px;
    width: 300px;
    overflow: auto;
    padding: 6px;
}


#instructions_step2
{
    float: left;
    width: 450px;
    clear: both;
    margin-top: 24px;
}

#photopreview
{
    background-image: url(/images/funzone/bookmarks/custom/preview_background.gif);
    background-position: left top;
    background-repeat: no-repeat;
    width: 144px;
    height: 174px;   
    float: left;
    clear: both;
}

#tools
{
    float: left;
    width: 123px;
    height: auto;
    margin-left: 48px;
}

#move
{
    float: left;
    margin-top: 21px;
}

#zoom
{
    float: left;
    margin-left: 13px;
    margin-top: 21px;
}

#nav
{
    clear: both;
}

#back
{
    float: left;
}

#next
{
    float: right;
}

#uploadphoto
{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 307px;
    clear: both;
    
}

/* Photo Editor Section */

#preview
{
    overflow: hidden;
    height: 122px;
    width: 122px;
    position: relative;
    top: 10px;
    left: 9px;
}

