/* Modal Styles */
.commonModalMask{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333;
}
.commonModal{
	background: url(../../../../Utility/images/Modal_bg.png);
	padding: 6px;
	border-left: solid #ccc 1px;
	border-top: solid #ccc 1px;
	border-right: solid #333 1px;
	border-bottom: solid #333 1px;
}
.commonModalTitle{
	background-color: #fff;
	cursor: move;
	padding: 7px 10px 5px;
	font-weight: bold;
	border-bottom: solid #eee 1px;
	overflow: hidden;
}
.commonModalTitle:hover {
	background: #f5f5f5;
}
.commonModalClose{
	width: 12px;
	height: 12px;
	background: url(../../../../Utility/images/close.gif) no-repeat center top;
	cursor: pointer;
	float: right;
}
.commonModalClose:hover {
	background: url(../../../../Utility/images/close.gif) no-repeat center -12px;
}
.commonModalContent{
	background-color: #fff;
	padding: 10px;
}
.commonModalFooter{
	border-top: solid 1px #eee;
	background-color: #f5f5f5;
	padding: 1px 1px 0;
	overflow: hidden;
}
.commonModalResize{
	width: 14px;
	height: 14px;
	background: url(../../../../Utility/images/resize.gif) no-repeat;
	float: right;
	cursor: se-resize;
}
.logininput {
	height: 18px;
	border: 1px solid #ccc;
	padding: 2px 0 0 0;
}
