@CHARSET "ISO-8859-1";

html {
	height: 100%;
}

body {
	width: 100%; 
	height: 100%;
}

#tblOrderForm tr {
	line-height:30px;
}

#tblOrderForm td {
	width:50%; 
	vertical-align:top !important;
	padding: 5px;
}

#tblOrderForm td.tdRight {
	vertical-align:top !important;
	align:right;
	text-align:right;
}

#tblOrderForm td input[type="text"] {
	width:300px;
}

.tblProductDetail {
	width:100%;	
}

.tblProductDetail td.tdRight {
	width:20%; 
	vertical-align:top !important;
	align:right;
	text-align:right;
}

#tblOrderForm .inpNumber  {
	width:40px !important;
	text-align: right;
}

.prodImage1 {
	position:relative; 
	left:280px;
	top:504px;
	width:109px; 
	height:83px; 
	cursor:pointer;
}

.prodImage2 {
	position:relative; 
	left:170px;
	top:736px;
	width:109px; 
	height:83px; 
	cursor:pointer;
}

.prodImage3 {
	position:relative; 
	left:58px;
	top:965px;
	width:109px; 
	height:83px; 
	cursor:pointer;
}

#introText {
	position:relative;
	left:0px;
	top:-90px;
}