html, body {
    height: 100%;
    margin: 0;
}
body {
    font-family:"Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
    font-size: 12px;
    line-height: 1.6;
    color: #333;
}
.clearfix {
    *zoom: 1
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content:""
}
.clearfix:after {
    clear: both
}
a {
    color: #08c;
    background: transparent;
    text-decoration: none
}
a:hover {
    color: #005580;
    text-decoration: underline
}
p {
    margin: 0 0 10px;
    line-height: 1.6;
}
p.parag {
    text-indent: 2em;
}
img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}
button, input {
    margin: 2px;
    *overflow: visible;
    line-height: normal;
}
input[type="text"], input[type="password"] {
    margin-right: 3px;
    padding: 6px 8px;
    border: 1px solid #CCC;
    color: #666;
    vertical-align: middle;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 3px #CCC;
    -moz-box-shadow:inset 0 1px 3px #CCC;
    box-shadow:inset 0 1px 3px #CCC;
}
input[type="text"]:focus, input[type="password"]:focus {
    background-color: #E4FFE4;
    outline: none;
    -webkit-box-shadow:0 0 3px #A2A2A2;
    -moz-box-shadow:0 0 3px #A2A2A2;
    box-shadow:0 0 3px #A2A2A2;
}
select {
    height: 26px;
    line-height: 26px;
    border: 1px solid #AAA;
    cursor: pointer;
    -webkit-box-shadow:inset 0 1px 3px #CCC;
    -moz-box-shadow:inset 0 1px 3px #CCC;
    box-shadow:inset 0 1px 3px #CCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
textarea {
    margin: 2px;
    padding:5px;
    border: 1px solid #CCC;
    overflow: auto;
    vertical-align: top;
    font-family: inherit;
    font-size: inherit;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 3px #CCC;
    -moz-box-shadow:inset 0 1px 3px #CCC;
    box-shadow:inset 0 1px 3px #CCC;
}
textarea.textarea {
    width: 98%;
    height: 70px;
}
ul, ol {
    padding: 0;
    margin: 0;
}
small {
    font-size: 0.75em;
    color: #999;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
.table th, .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.table th {
    font-weight: bold;
}
.table thead th {
    vertical-align: bottom;
    border-top: 0;
}