html, body	{ height:100%; }
body {			
	margin:20px 0;
	padding:0;
	overflow:auto;
	background-color: #000;
	color:#666;
	font-family:sans-serif;
	font-size:20px;		
}
a {	
	color:#ff0000;	
}
#flashContent{
}
#hd{
	padding:80px 30px 0 0;
	color:#fff;
	text-align:right;
	height:30px;
}
#hd a{
	padding:7px 10px 5px 10px;
	text-decoration:none;
	color:#000;
	background: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1pt;
}

#hd a:hover {
	text-decoration: underline;
}

div#form {
	margin:0 0 0 50px;
	color: #fff;
	font-size: 14px;
	}

	
th.no {
	width:150px;
	}
	
th.qt {
	width:50px;
	}
	
th.size {

	}
	

	
th.tot {
	text-align:right;
	}
	

	
td, th {
	padding:5px 10px;
	}
	
td.no input{
	width:150px;
	}
	
td.qt select{
	width:50px;
	}
	
td.size select{
	width:160px;
	}
	
td.tot {
	text-align:right;
}
	
td.tot input,
td.total input{
	width:80px;
	text-align:right;
	background:#000;
	border:#000;
	color:#fff;
	font-size:20px;	
	}

th.size select {
	width: 200px;
}
	
td.totalText {
	text-align:right;
	}
	
td.total {
	text-align:right;
	}
	
td.submit {
	text-align:right;
	}
	
div#form span {
	display: block;
	margin: 0 0 5px 0;
}

div#form span label {
	display: block;
	float: left;
	width: 150px;
}
