#bookmarklet-body,
#bookmarklet-login-body{
overflow:hidden;
}
#bookmarklet-body .root #header,
#bookmarklet-login-body .root #header{
width:100%;
}
#bookmarklet-body .root #header .fb-login-button,
#bookmarklet-login-body .root #header .fb-login-button{
display:none;
}
#bookmarklet-body .root #header #fb-logout,
#bookmarklet-login-body .root #header #fb-logout{
display:none;
}
#bookmarklet-body .root .content,
#bookmarklet-login-body .root .content{
width:auto;
}

#bookmarklet-body #header h1, #bookmarklet-login-body  #header h1 {
left: 12px;
}

#bookmarklet-login-body  .content {
padding-left: 20px;
}

#bookmarklet-body .root .content form label{
    color: #666666;
    display: block;
    font-size: 13px;
    margin: 15px 0 1px;
}
#bookmarklet-body .root .content form label.inline{
display:inline;
}
#bookmarklet-body .root .content form input[type="text"]{
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D4D4D4;
    border-radius: 4px 4px 4px 4px;
    color: #4D4D4D;
    display: block;
    padding: 8px 6px;
    width: 95%;
	outline: 0;
}

#bookmarklet-body .root .content form input[type="text"]:focus {
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 2px 1px #FFB848, 0 0 3px #CCCCCC inset;
    color: #222222;
}

#bookmarklet-body .root .content form .images{
overflow-x:scroll;
min-height: 84px;
min-width: 357px;
width: 100%;
}
#bookmarklet-body .root .content form .images ul{
height: 80px;
padding: 2px;
overflow: hidden;
margin: 0 0 20px 0;
}
#bookmarklet-body .root .content form .images ul li{
float:left;
display:table-cell;
height: 80px;
vertical-align: middle;
opacity: 0.7;
border: 2px solid rgba(255,255,255,0);
transition: all 150ms ease-out;
border-radius: 4px;
margin: -2px;
z-index: 50;
position: relative;
}
#bookmarklet-body .root .content form .images ul li.selected{
border: 2px solid #FFB848;
opacity: 1;
z-index: 100;
}
#bookmarklet-body .root .content form .images ul li img{
max-width:80px;
max-height:80px;
border-radius: 4px;	
}
#bookmarklet-body #contactable, #bookmarklet-body #iframeouterdiv, #bookmarklet-body #footer,
#bookmarklet-login-body #contactable, #bookmarklet-login-body #iframeouterdiv, #bookmarklet-login-body #footer{
display:none !important;
}

form fieldset div:nth-child(4) {display: none;}

input[type=submit] {
text-decoration: none;
width: 209px;
height: 42px;
display: block;
text-transform: uppercase;
font-family: Helvetica, Arial, sans-serif;
background: #FFA447 url(http://assets.presentpod.com/images/buttonbg.png) repeat-x top left;
color: white;
border-radius: 8px;
padding: 15px;
border: 1px solid #FFB838;
font-weight: bold;
font-size: 16px;
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
text-align: center;
line-height: 0;
margin: 10px auto;
}

input[type=submit]:hover {
box-shadow: inset 0 0 24px rgba(255,255,100,0.5);
cursor: pointer;
}

fieldset {border: 0;}

ul.messages {
list-style: none;
padding: 15px;
}

ul.messages li {
font-size: 20px;
text-align: center;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

a.button-view-pod, a.button-close-bookmarklet {
display: block;
padding-top: 20px;
text-decoration: none;
color: #999;
font-size: 13px;
text-shadow: none;
}

a.button-view-pod:hover, a.button-close-bookmarklet:hover {
color: #ffb848;
}
