/**** BASICS ****/
body {
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
    margin: 0px;
    padding: 0px;
	width: 100%;
}
td {
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
    color: #000000;
}
img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
input {
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
    color: #333333;
    width: 150px;
    background-image: url(../image/bg_input_text.jpg);
    background-color: #CDCBCC;
    background-repeat: no-repeat;
    padding: 2px 2px 2px 6px;
    border-right: 1px solid #88151A;
    border-bottom: 1px solid #88151A;
    border-top: none;
    border-left: none;
    margin-bottom: 10px;
}
select {
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
    color: #333333;
    width: 160px;
    background-color: #CDCBCC;
    margin-bottom: 10px;
}
input.checkbox {
    background-image: none;
    border: none;
    width: 14px;
    height: 14px;
}
input.radio {
    background-image: none;
    border: none;
    width: 14px;
    height: 14px;
}
input.submit {
    background-image: none;
    border-left: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 0px;
    height: 24px;
    width: 100px;
    margin-left: 92px;
}
textarea {
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
    color: #333333;
    background-image: url(../image/bg_input_textarea.jpg);
    background-color: #CDCBCC;
    background-repeat: no-repeat;
    padding: 2px 2px 2px 6px;
    border-right: 1px solid #88151A;
    border-bottom: 1px solid #88151A;
    border-top: none;
    border-left: none;
    height: 150px;
    width: 250px;
}
label {
    width: 75px;
    text-align: right;
    border: none;
    padding-right: 15px;
    float: left;
}

/*** PAGE LAYOUT ***/
#printicon {
position: absolute;
visibility: hidden;
}
#footer {
position: absolute;
visibility: hidden;
}
#header {
position: absolute;
visibility: hidden;
}
#page_image {
position: absolute;
visibility: hidden;
}
#container {
width: 100%;
}
#content {
position: absolute;
width: 100%;
}
#scrollcontent {
position: absolute;
width: 100%;
}