h3 {
    margin: 0px;
}


#ajax_error_msg {
    display: none;
    background-color: red;
    color: white;
    padding: 1em;
    font-weight: bold;
    font-size: 120%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


.flickr_photo {
    width: 90px;
    padding: 5px 7px;
    float: left;
    height: 110px;
}
.flickr_image {
    border: 0px;
    width: 75px;
    height: 75px;
    cursor: pointer;
}
.flickr_title {
    font-size: 80%;
    cursor: pointer;
    padding-top: 2px;
}
#search-filter label {
    display: inline;
    font-size: 80%;
}
#loader {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #666 url(images/loading.gif) no-repeat 10px center;
    text-align: center;
    padding: 20px 20px 20px 52px;
    vertical-align: baseline;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold;
}
#loader img {
    display: inline-block;
}
#pager {
}
#prev_page {
    display: none;
    font-weight: bold;
    float: left;
    padding-bottom: 10px;
}
#next_page {
    display: none;
    font-weight: bold;
    float: right;
    padding-bottom: 10px;
}
#pages {
    font-size: 70%;
    font-weight: normal;
}
#items {
    text-align: center;
}
form input {
    vertical-align: middle;
}
#put_dialog {
    display: none;
    position: absolute;
    border: 1px solid #888;
    background-color: #fff;
    top: 30px;
    left: 0px;
    width: 90%;
    padding: 10px;
}
#put_dialog div{
    padding-top: 10px;
}
#put_background {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    filter:alpha(opacity=75); /*IE*/
    -moz-opacity:0.75; /*FF*/
    opacity:0.75;
}
#alignment_preview,
.size_preview {
    text-align: center;
}
#buttons {
    text-align: center;
}
#alignments {
    padding-left: 40px;
}
.sizes {
    padding-left: 20px;
}
.sizes div {
    padding: 0px;
}
#select_size {
    float: left;
    width: 30%;
}
#select_alignment {
    float: left;
    width: 33%;
}
#select_alignment .alignment {
    padding: 0.4em 0;
}
#select_lightbox_size {
    float: left;
    width: 30%;
}
#options {
    display: both;
    clear: both;
    margin-top: 10px;
    text-align: center;
}

select#photoset {
    width: 170px;
    vertical-align: middle;
    padding: 0px;
    display: none;
}
div.div_size_o_disabled {
    display: none;
    color: #888;
}
#search-filter  {
    text-align: left;
}
h3 {
    padding-top: 20px;
}
#pages {
    margin-left: 10px;
}
.extra_filters {
    margin: 10px 0 10px;
}
/* clearfix */
.pkg:after{
    content: ".";
    display: block;
    clear: both;
    height: 0px;
    visibility:hidden;
}
.pkg{ display: inline-block; }
/* no ie mac \*/
* html .pkg{ height: 1%; }
.pkg{ display: block; }
/* */
