/* window style */
.sessionrenew
{
	padding: 5px;
	border: white 0px solid;
	width: 314px;
	height: 99px;
	font-size: 12px;
	color:#fff;
}

/* button style */
.sessionrenew .btn,
.sessionrenew .btnover
{
	background: white;
	margin-left: 3px;
	margin-right: 3px;

	cursor:hand;
	font-Size: 12px;
	font-family: arial;
}
.sessionrenew .btnover
{
	background: yellow;
}

/* status indicator style */
.sessionrenew .status
{
	border: black 1px solid;
}
.sessionrenew .status .loadcell
{
	background: #ffccff;
}
.sessionrenew .status .loadcellon
{
	background: purple;
}

/* message style */
.sessionrenew .msg
{
	background: white url(/images/icons/yield.png);
	font-size: 14px;
	font-family: verdana,arial;
}
