.overlay_nwlOrderEntry {
	background-color: #7E8081;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.nwlOrderEntry_nw {
    background: transparent url(/images/en_US/orderentry/corners/TL.png) no-repeat 0 0;
    width: 21px;
    height: 21px;
}

.nwlOrderEntry_n {
    background: transparent url(/images/en_US/orderentry/corners/T.png) repeat-x 0 0;
    height: 21px;
}

.nwlOrderEntry_ne {
    background: transparent url(/images/en_US/orderentry/corners/TR.png) no-repeat 0 0;
    width: 21px;
    height: 21px;
}

.nwlOrderEntry_w {
    background: transparent url(/images/en_US/orderentry/corners/L.png) repeat-y top left;
    width: 21px;
}

.nwlOrderEntry_e {
    background: transparent url(/images/en_US/orderentry/corners/R.png) repeat-y top right;
    width: 21px;
}

.nwlOrderEntry_sw {
    background: transparent url(/images/en_US/orderentry/corners/BL.png) no-repeat 0 0;
    width: 21px;
    height: 21px;
}

.nwlOrderEntry_s {
    background: transparent url(/images/en_US/orderentry/corners/B.png) repeat-x 0 0;
    height: 21px;
}

.nwlOrderEntry_se, .nwlOrderEntry_sizer  {
    background: transparent url(/images/en_US/orderentry/corners/BR.png) no-repeat 0 0;
    width: 21px;
    height:21px;
}

.nwlOrderEntry_sizer {
	cursor:se-resize;
}

.nwlOrderEntry_close {
    width: 80px;
	height: 40px;
	background: transparent url(/images/en_US/spacer.gif) no-repeat 0 0;
	position:absolute;
	top:40px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

.nwlOrderEntry_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(/images/en_US/spacer.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.nwlOrderEntry_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(/images/en_US/spacer.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.nwlOrderEntry_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.nwlOrderEntry_content {
	overflow:auto;
	color: #000;
    font: 12px Tahoma, Arial, sans-serif;
}

/* For alert/confirm dialog */
.nwlOrderEntry_window {
	border:1px solid #F00;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.nwlOrderEntry_message {
    font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.nwlOrderEntry_buttons {
	text-align:center;
	width:100%;
}

.nwlOrderEntry_buttons input {
	width:20%;
	margin:10px;
}

.nwlOrderEntry_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('/images/en_US/spacer.gif') no-repeat center center
}

.nwlOrderEntry_wired_frame {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}



