
table.buytable thead tr#title {
	font-size:30px;
        text-align:center;
        font-weight:bold;
        color:#b32018;
	line-height:2em;
}

table.buytable thead tr#header{
        //font-size:20px;
        font-weight:bold;
}

table.buytable tbody tr#item td#price {
        font-weight:bold;
}

#item-header{
	font-size:18px;
	line-height: 1.8em;
}

table.buytable tbody tr td{
	font-size:16px;
	line-height:1.8em;
}


table.buytable tbody tr#item td input#subbtn {
        vertical-align:bottom;
        overflow:visible;
        font-size:1em; 
        display:inline;  
        margin:0; 
        padding:0; 
        border:0; 
        border-bottom:1px solid blue; 
        color:blue; 
        cursor:pointer;
        filter:alpha(opacity=100);
        /* CSS3 standard */
        opacity:1;
}

table.buytable tbody tr#item td form {
        padding:0px 0px 0px 0px;
}

#heading-text h1{
	font-size:36px;
}
table#table2 {
	margin-left:400px;
	margin-top:-208px;
}