﻿.box
{
	width: 400px;
	position: absolute;
	background-color: #c0c0c0;
	border: solid 1px #000000;
	height: 150px;	
}

.boxHeader
{
	clear: both;
	width: 100%;
	height: 25px;
	text-align: center;
	margin-top: 5px;
	border-bottom: solid 1px #000000;
	
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image: url('../images/gridview/gridview_header.png');
	cursor: move;
}

.icon
{
	float: left;
	width: 100px;
	text-align: center;
}

.boxBody
{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	text-align: left;
}
.boxButtonArea
{
	padding-top: 30px;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.msgbutton
{
	width: 80px;
	background-color: #ffffff;
}

