 body {
    font-family:Verdana;
    font-size: 12px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	
	
}
#container {
	/*position:absolute;top:0px;right:0px;*/
    position:relative;
    margin-right: 10px;
    margin-left: 10px;
	text-align:center;
	
}
#login_container {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25%;
	
}
.tableposition
{
position:absolute;
top:250px;
left:50px;
}
.prodView
{
	background-color:#ffff00;
	border:1px solid red;
}
.prodViewCellLabel
{
	/*background-color:#FFFFFF;*//*f7f6a5;*/
	font-weight:bold;
	text-align:left;
	width:170px;
}
.prodViewCellText
{
	text-align:left;
	/*background-color:#FFFFFF;*/
}
/*this class is for the edit/delete image buttons, wich are not working on ie7*/
.btnCursor
{
cursor:pointer;
}
.prodRegCellLabel
{
	background-color:#f7f6a5;
	font-weight:bold;
	/*border: 1px solid #FF0000;*/
}
.selectstyle
{
width:160px;
}