html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6b6b6b;
	background:url('../img/css/bg.jpg') no-repeat top left fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
p, ol, ul, li, form, table, tr, td, th, div {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
form, input, select, textarea {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a.fixed {
    color: #ff6600;
    text-decoration: underline;
}

table.borderless {
    padding: 0;
    border-collapse: collapse;
}

body.padded {
    margin: 5px;
    padding: 5px;
}
table.padded {
    border-collapse: collapse;
}
table.padded td {
    padding: 8px;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.center {
    margin-left: auto;
    margin-right: auto;
}
div.center_all {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

table.left {
    float: left;
}
img.left {
    float: left;
}
div.left {
    float: left;
}

table.right {
    float: right;
}
img.right {
    float: right;
}
div.right {
    float: right;
}

.n {
    font-weight: normal;
    font-family: 'Segoe UI', Segoe, 'Open Sans', sans-serif;
    font-size: 13px;
    text-decoration: none;
}
.b {
    font-weight: bold;
}
.u {
    text-decoration: underline;
}
.bu {
    font-weight: bold;
    text-decoration: underline;
}

.button {
    padding: 10px;
    border: 1px #333333 solid;
    color: #000000;
}
.button a {
    color: #000000;
    text-decoration: none;
}
.button:hover {
    color: #000000;
    background-color:#f79646;
}

.text_title {
    font-size: 24px;
    font-weight: bold;
    color: #f79646;
	line-height: 36px;
}
.text_subtitle {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    background-color: #ffdd88;
}
.text_note {
    padding-top: 3px;
    font-size: 11px;
}
.text_normal {
    font-size: 13px;
}
.text_required {
    color: #ff0000;
}
.text_small {
    font-size: 11px;
}
