#orderStatusMain
{
	background-image: url(/main/12/images/headernav_tile.gif);
	background-repeat:repeat-x;
	margin:1px 1px 0 1px;
	border-top:1px solid #6E717C;
	padding:35px 1px 0 1px;
	color:white;
	background-color:black;
	min-height:650px;
}

#signIn
{
	width: 450px;
	background-color:black;
	border: 1px solid white;
}

#signIn #description
{
	padding:4px;
}

#signIn #error
{
	padding:4px;
	color: red;
}

#signIn #orderNumContainer
{
	padding:4px;
	text-align:left;
}

#signIn #emailAddressContainer
{
	padding:4px;
	text-align:left;
}

.heading
{
	background-color: black;
	color: white;
	font-weight: bold;
	text-align:left;
	padding:6px;
	border-bottom:1px solid white;
}

.footing
{
	border-top: 1px solid white;
	padding:4px;
	background-color: #3A3A3A;
}

#imgButtonCheckOrderStatus
{

}

.title
{
	font-weight:bold;
}
.box
{

}

#summary
{
	width: 650px;
	background-color:black;
	border: 1px solid white;
}

#summary #basicinformation
{
	padding:4px 0 4px 4px;	
	border-bottom: 1px solid white;
}

#summary #shippinginformation
{
	padding:4px 0 4px 4px;	
	border-bottom: 1px solid white;
}


#summary #iteminformation
{
	padding:4px 0 4px 4px;	
}

#summary divProblemMessage1, #summary divProblemMessage2
{
	color:red;
	padding:4px;
}