﻿
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:1px;
	width:400px;
}
.resizingImage
{
	padding:0px;
	border-style:solid;
	border-width:3px;
	border-color:#B4D35D;
}
.handleImage
{
	width:15px;
	height:16px;
	background-image:url(../images/buttons/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}
.handleText
{
	width:16px;
	height:16px;
	background-image:url(../images/buttons/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}