@charset "utf-8";
/*---------------------------------------------------

	Estimate/index.html

----------------------------------------------------*/
table#autoticketing{
	width:565px;
	border:#444444 solid 1px; 
	margin-bottom:15px;
	}

table#autoticketing th{
    padding:5px;
    border:#444444 solid;
    border-width:0 0 1px 0px;
    background:#DDDDEE;
    font-weight:bold;
    line-height:1.2;
    text-align:left;
}

table#autoticketing td{
    padding: 5px;
    border:1px #444444 solid;
    border-width:0 0 1px 1px;
    text-align:left;
}
	
/*---------------------------------------------------

	Estimate/result.html

----------------------------------------------------*/
table#autoticketing2{
	width:565px;
	border:#444444 solid 1px; 
	margin-bottom:15px;
	}

table#autoticketing2 th{
    padding:5px;
    border:#444444 solid;
    border-width:0 0 1px 0px;
    background:#AFAFD8;
    font-weight:bold;
    line-height:1.2;
    text-align:left;
}

table#autoticketing2 td{
    padding: 5px;
    border:1px #444444 solid;
    border-width:0 0 1px 1px;
    text-align:left;
}

