/* CSS Document */


.shapeTopL
{
	display:inline-block;
	width:17;
	height:15px;
	background-image:url(images/shape.png);
	background-position:0px 0px;
}

.shapeTop
{
	display:inline-block;
	width:1;
	height:16px;
	background-image:url(images/shapeTB.png);
	background-position:0px 0px;
	background-repeat:repeat-x;	
}

.shapeTopR
{
	display:inline-block;
	width:17;
	height:15px;
	background-image:url(images/shape.png);
	background-position:-17px 0px;
}

.shapeL
{
	display:inline-block;
	width:17;
	height:1px;
	background-image:url(images/shapeLR.png);
	background-position:0px 0px;
	background-repeat:repeat-y;
}

.shapeContent
{
	background-color:#878e41;
	color:#f9fce6;
	padding-top:20px;
}

.shapeR
{
	display:inline-block;
	width:17;
	height:1px;
	background-image:url(images/shapeLR.png);
	background-position:-17px 0px;
	background-repeat:repeat-y;
}

.shapeBottomL
{
	display:inline-block;
	width:17;
	height:15px;
	background-image:url(images/shape.png);
	background-position:0px -15px;
}

.shapeBottom
{
	display:inline-block;
	width:1;
	height:16px;
	background-image:url(images/shapeTB.png);
	background-position:0px -15px;
	background-repeat:repeat-x;
}

.shapeBottomR
{
	display:inline-block;
	width:17;
	height:15px;
	background-image:url(images/shape.png);
	background-position:-17px -15px;
}

#imgNew
{
	display:block;
	background-image:url(images/new.gif);
	background-repeat:no-repeat;
	width:67;
	height:59;
	position:absolute;
	margin-left:340px;
	margin-top:-20px;
}

.TitleHead
{
	color:Black;
}

#buttons input {height:16px; width:16px;}