﻿html, body {
    font-size: 12px;
    padding: 0px;
    margin: 0;
    border: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.header {
    background: url(../image/header.gif) repeat-x 0 -1px;
}

body .header .topNav {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
    line-height: 25px;
}

.header .topNav a {
    text-decoration: none;
    color: #222;
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    margin-left: 3px;
    margin-right: 3px;
}

    .header .topNav a:hover {
        text-decoration: none;
        color: #222;
    }

.import {
    background: url(../image/import.png) no-repeat;
    width: 32px;
    height: 32px;
}

.export {
    background: url(../image/export.png) no-repeat;
    width: 32px;
    height: 32px;
}

.view_button {
    border: 0px;
    min-width: 32px;
    margin: 0px auto;
    border-radius: 6px;
    background: #00c1de;
    color: white;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
}
