body
{
}

h2
{
	display: inline;
}

td.fieldText
{

}

td.requiredMarker
{
	color: #FF0000;
}

td.productView
{
	width: 60px;
}

a
{
	color: #3366CC;
	text-decoration: none;
}

a:hover
{
	color: 000000;
	text-decoration: underline;
}

a:active
{
	color: #000000;
	text-decoration: underline;
}

a.messageLink
{
	color: #ffffff;
	font-weight: bold;	
}

input[type="text"]
{
	width: 180px;
}

table.messageTable
{
	position: absolute;
	left: 276px;
	top: 40%;	
	width: 367px;
	height: 121px;
}

table.nestedMessageTable
{
	font-family: Verdana;
	font-size: 12px;
	width: 100%;
	height: 100%;
	border: 2px solid #ffffff;
}

td.messageTD
{
	background-image: url(images/new_images/message_background.jpg);
	width: 100%;
	height: 100%;
	border: 3px solid #000000;
}

.errorMessage
{
	color: #000;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/new_images/error_background.jpg);
	border: 1px solid #000000;
	font-size: 14px;
	text-shadow: 1px 1px 1px #fff;
	line-height: 18px;
	width: 400px;
	padding: 10px;
	margin-bottom: 15px;
}

thead tr td {
	cursor: pointer;
}