#order-overlay
{
	background-color: #000;
}

#order-container
{
	font-size: 110%;
	height: 500px;
	width: 600px;
	background-color: #dddedf;
	border: 3px solid #222;
	padding: 15px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#order-container a {
	color: #09D603;
	font-style: italic;
	font-weight: 900;
	text-decoration: none;
}

#order-container a:hover {
	text-decoration: underline;
}

#order-container h1
{
	text-align: center;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 2px solid #222;
	margin-top: 20px;
}

#order-container h1.first
{
	margin-top: 0px;
}

#order-container table
{
	margin-left: 15px;
	margin-bottom: 10px;
	width: 90%;
}

#order-container table tr td
{
	width: 60%;
	text-align: center;
}

#order-container table tr td.adder
{
	width: 20%;
}

#order-container table tr td.price
{
	width: 20%;
}

#order-container a.modalCloseImg
{
	background: url(../images/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
}

#order-container #basicModalContent
{
	padding: 8px;
}
