body {
	margin:0;
	padding:0;
} 
div#header
{
    background-image: url(img/Kombank_header-9.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 69px;
}

div#body-details
{
   /* position: relative;
    margin: 0;
    background-position: 90% top;
    background-repeat: no-repeat;
    top: 10px;
    left: 30px;*/
    position: relative;
    margin: 0;
    background-position: 98% top;
    background-repeat: no-repeat;
    top: 10px;
}


div#tabs-body-details
{
   	/*width:1270px;
    top: 0px;
    background-repeat: repeat-y;*/
    margin: 25px auto 25px auto;
    width: 800px;
}

div#panel-header-details
{
   height: 30px;
    background-position: top;
    background-repeat: repeat-x;
    background-image: url(img/KombankHeader4.png);
    margin-top: 20px;
}

.roundtop { 
	background: url(img/kombankTR.png) no-repeat top right; 
}

.roundbottom
{
    background: url(img/KombankFooter2.gif) repeat-x right bottom;
    margin-right: 100px;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
div#panel-header-details h2
{
    color: #FFFFFF;
    font-size: 14px;
    font-family: Arial;
    position: relative;
    top: -20px;
    left: 20px;
}

div#panel-body-details
{
    background-color:#A7A8AA
	/*background-image: url(img/Kombank_panel.jpg);
	background-position: top;
	background-repeat: repeat-x;*/
}

    div#panel-body-details table {
        border: 0px;
        height: 30px;
        color: #ffffff;
        font-family: Arial;
        font-size: 13px;
        padding-left: 20px;
    }

div#panel-body-details hr {
	color:#CCCCCC;
	background-color:#CCCCCC;
	height:2px;
	width: 95%;
}

#panel-footer-details
{
    /*background: url(img/KombankFooter4.gif) no-repeat right bottom;*/
    padding-bottom: 6px;
}
table#input_data-details
{
	padding:0px;
    width: 100%;
}

table#input_data-details tr td {
}

table#input_data-details tr td.col_1
{
	padding: 0px 3px 0px 0px;
	width: 50px;
	height: 20px;
	font-weight: bold;
	vertical-align: middle;
	text-align: right;
}

table#input_data-details tr td.col_2
{

    vertical-align: text-bottom;
    margin-top: 10px;
}

table#input_data-details tr td.col_3
{
    width: 400px;
    font-weight: bold;
    vertical-align: text-bottom;
    margin-top: 10px;
    padding-top: 5px;
}



.select { 
	height:24px;
	width:300px;
	border:2px solid #999999;
}

.button
{
    background: url(img/KombankButton1.png) no-repeat center;
    color: #FFF;
    border: none;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    width: 150px;
    height: 35px;
    text-align: center;
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 10px;
}
.button:hover
{
    background: url(img/KombankButton1.png) no-repeat center;
}
.input {
	width:295px;
	border:2px solid #999999;
}
div#tabs-footer-details
{
    top: 20px;
    background-image: url('img/Kombank_tabs-footer.jpg');
    background-repeat: repeat-y;
    height:5px;
    width:1000px;
}
div#footer {
    position: absolute;
    margin: 0 auto;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: #8A8A8A;
    font-family: Arial;
    font-size: 10px;
    z-index: -100;
    vertical-align: bottom;
}

 
/* The hint to Hide and Show */
.hint
{
    background-position: center center;
    display: none;
    font-style: normal;
    position: absolute;
    width: 360px;
    margin-top: -4px;
    border: 2px solid #999999;
    padding: 10px 12px;
    height: auto; /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #FFFFFF;
    color: #000000;
    text-align: justify;
    margin-right: 5px;
    margin-left: 5px;
}

.Caution {
    padding: 10px 20px 20px 20px;
    position: relative;
    top: 10px;
    text-align: justify;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
    height: 80px;
}


