/* CSS Document */

#content {
	height: 1000px;
}

#cauldron {
	position: absolute;
	right: 12px;
	top: 250px;
	z-index: 100;
}

#order {
	position: absolute;
	top: 158px;
	right: 157px;
	z-index: 101;
}

#toorder {
	position: absolute;
	top: 121px;
	left: 32px;
	z-index: 102;
}

#price {
	position: absolute;
	top: 324px;
	left: 656px;
	z-index: 103;
}

#text {
	position: absolute;
	top: 418px;
	right: 540px;
	z-index: 104;
}

th {
	font-weight: normal;
	text-align: left;
	text-align: right;
}

th,td {
	padding: 0px 11px 10px 0px;
	font-size: 14px;
}
th {
	padding-right: 4px;
}

input,select,option {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

input.textField {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	margin: 0;
	padding: 1;
	width: 249px;
}
input.flyBuys {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	margin: 0;
	padding: 1;
	width: 43px;
}

.error input, .error select {
	border: 2px solid #FF0000;
	background-color: #FF6666;
}

button {
	padding:0;
	margin:0;
	background: transparent;
	border-width: 0;
	float: right;
	
	margin-top: -46px;
	margin-right: -26px;
}
