/* CSS Document */
body {
font-family: verdana;
margin: 0px;
padding: 0px;
text-align: center;
font-size: 10pt;
}
img {
border: none;
}
#page {
display: block;
width: 900px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
}
#page img {
text-align: center;
margin: 10px;
}
#page p {
font-weight: bold;
font-size: 12pt;
color: #000;
line-height: 25px;
}
#page .topline {
display: block;
width: 820px;
height: 20px;
background: #FFF url(images/top_line.jpg) no-repeat;
margin-left: auto;
margin-right: auto;
}
#page .mainline {
display: block;
width: 800px;
&width: 820px;
background: #5c819e;
margin-left: auto;
margin-right: auto;
padding: 10px;
}
#page .bottomline {
display: block;
width: 820px;
height: 20px;
background: #FFF url(images/bottom_line.jpg) no-repeat;
margin-left: auto;
margin-right: auto;
}
#page .mainline form input.btn_ok {
border: none;
background: #5c819e url(images/btn.jpg) no-repeat 0px 0px;
display: block;
width: 320px;
height: 140px;
margin-left: auto;
margin-right: auto;
margin-bottom: -10px;
}
#page .mainline form input.btn_ok:hover {
border: none;
background: #5c819e url(images/btn.jpg) no-repeat 0px -135px;
display: block;
width: 320px;
height: 140px;
}
#page .mainline form input.bigtext {
border: 1px solid #000;
display: block;
width: 775px;
height: 78px;
background: url(images/input.jpg) no-repeat center center;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 25pt;
color: #000;
font-weight: bold;
padding-top: 20px;
}
#page .mainline p {
font-size: 12pt;
color: #FFF;
font-weight: bold;
margin-top: 0px;
}
#foot {
display: block;
border-top: 1px solid #999;
margin-top: 10px;
line-height: 30px;
}
#page .reference h2 {
display: block;
background: url(images/icon.jpg) no-repeat;
height: 86px;
line-height: 86px;
text-align: left;
text-indent: 120px;
color: #5c819e;
}
.reference a {
display: block;
float: left;
width: 168px;
height: 142px;
background: url(images/ref_bg.jpg) no-repeat top center;
margin-left: 40px;
}
.reference a:hover {
background: url(images/ref_bg.jpg) no-repeat bottom center;
}
#page .reference a img {
margin: 0px;
margin-top: 7px;
}
.clr {
display: block;
clear: both;
}
#foot a {
color: #000;
font-weight: bold;
}
#page h1 {
font-size: 14pt;
color: #a42020;
}
#page .mainline table {
border: 3px solid #000;
}
#page .mainline table tr td {
font-size: 10pt;
color: #000;
font-weight: bold;
text-indent: 30px;
line-height: 50px;
padding-right: 10px;
}
#page .mainline table tr.first td {
background: #e2e2e2;
}
#page .mainline table tr.second td {
background: #FFF;
}
#page .mainline table tr td a img {
margin: 5px 5px 5px 0px;
}
#page .mainline table tr td p.red {
color: #a42020;
margin-left: 0px;
text-indent: 0px;
}
#page .mainline table tr td input.intext {
border: 1px solid #000;
display: block;
width: 249px;
height: 37px;
background: url(images/input_text.jpg) no-repeat center center;
padding-top: 10px;
color: #a42020;
font-size: 10pt;
text-align: center;
font-weight: bold;
}
#page .mainline p.small {
font-size: 8pt;
color: #d2d2d2;
}
#page .mainline p.small a {
font-size: 8pt;
color: #d2d2d2;
}
#page .mainline p.str {
color: #FFF;
margin-top: 20px;
font-size: 14pt;
}