.spacer {
    clear: both;
    height: 0px;
    line-height:0;
    margin: 0;
    padding: 0;
}
.pagebreak {
    page-break-before: always;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
html {
    overflow-x:hidden;
    overflow-y:scroll;
}
body {
    width: 100%;
    margin:0;
    padding:0;
    font-size: 12px;
}
body,
textarea,
select,
input {
    font-family: Arial;
    font-size: 16px;
}
#wrapper {
    margin: 0 auto;
    position: relative;
    width: 980px;
}
#content {
    background: rgba(255,255,255,0.7);
    padding: 2em;
    margin: 2em 2em 0;
}

.notice {
    font-style: italic;
}
.error {
    color: #A00;
}






.photophore_wrap {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}
.photophore_image {
    width: 100%;
}

#colorbox #cboxClose {
    top: 0;
}

#colorbox #cboxClose:hover {
    background-position: -25px bottom;
}

#colorbox #cboxTitle {
    background: rgba(255,255,255,0.7);
    color: #000;
    text-shadow: 0 1px 0 #FFF;
    bottom: 0px;
}

#colorbox #cboxTitle:first-line {
    font-weight: bold;
    line-height: 3em;
}

#colorbox .cboxPhoto {
    display: block;
}

#colorbox #cboxCurrent {
    display: none;
    /*left: auto;*/
    /*right: 30px;*/
    /*bottom: 7px;*/
    /*font-size: 12px;*/
    /*color: #000;*/
    /*text-shadow: 0 1px 0 #FFF;*/
}

#colorbox #cboxNext {
    left: auto;
    right: 0;
}

#colorbox #cboxPrevious,
#colorbox #cboxNext,
#colorbox #cboxClose {
    opacity: 0.3;
}

#colorbox #cboxPrevious:hover,
#colorbox #cboxNext:hover,
#colorbox #cboxClose:hover {
    opacity: 1;
}
