html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td :focus{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
    font-family: Arial, Geneva, sans-serif;
}
/*.book > div{
    float:left;
}*/
a{
    color:#0080FF !important;
    font-weight: normal;
}
body{
    padding:7px;
    background:black;
}
.book{
    background:red;
    position:relative;
    width:100%;
    height:100%;
}

.book_content{
    width:244px;
    position:absolute;
    top:60px;
    left:50%;
    margin-left:-122px;

}

.picture{
    width:100px;
    height:100px;
    background:white;
    border:1px solid darkgray;
    /*border-radius:5px;*/
    float:left;
}

.row > div{
    float:left;
    margin-top:5px
}
.header{
    text-align: right;
    width:80px;
    font-size:10pt;
    color:darkgray;
}
.value{
    text-align: left;
    font-size:11pt;
    font-weight: bold;
    padding-bottom:10px;
}
.row{
    margin-top:10px;
    clear: both;
}
.name{
    padding:10px;
    font-size:18pt;
    font-weight: bold;
    float:left;
}
.name > .title{
    font-weight: normal;
    color:darkgray;
    font-size:12pt;
}

.picture > img{
    width:94px;
    height:94px;
    margin-left:3px;
    margin-top:3px;
}

.book_top_left{
    position:absolute;
    top:0px;
    left:0px;
    width:49px;
    height:38px;
    background-image:url(images/book_top_left.png);
}
.book_bottom_left{
    position:absolute;
    bottom:0px;
    left:0px;
    width:49px;
    height:50px;
    background-image:url(images/book_bottom_left.png);
}
.book_bottom_right{
    position:absolute;
    bottom:0px;
    right:0px;
    width:49px;
    height:50px;
    background-image:url(images/book_bottom_right.png);
}
.book_bottom{
    position:absolute;
    height:50px;
    width:100%;
    bottom:0px;
    background-image: url(images/book_bottom.png);
}
.book_top_right{
    position:absolute;
    top:0px;
    right:0px;
    width:49px;
    height:38px;
    background-image:url(images/book_top_right.png);
}
.book_left{
    position:absolute;
    top:38px;
    left:0px;
    width:49px;
    height:100%;
    margin-top:-38px;
    background-image:url(images/book_left.png);
}
.book_right{
    position:absolute;
    top:38px;
    right:0px;
    width:49px;
    height:100%;
    margin-top:-38px;
    background-image:url(images/book_right.png);
}

.book_top{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat: repeat-x;
    background-color: #F0F0F0;
    top:0px;
    background-image:url(images/book_top.png);
}
