/*
	(c) Steven Monetti 2008
		steven.monetti@gmail.com	

*/


/* ------------ MSG BOX ------------ */

#nms_msg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: center;
}

#nms_msg .popup {
	position: relative;
	margin-top: 20%;
}

#nms_msg_close {
	position: absolute;
	top: -10px;
	margin-left: 350px;
	height: 22px;
	width: 22px;
	background: transparent url(img/close_small.png);
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 100;
}

/* Personalize default box and content here */
#nms_msg .popup .content {
	margin: auto;
	width: 360px;
	padding: 3px;
	background: #EEE;
	color: #3366CC;
	font-size: 12pt;
	border: 3px solid #3366CC;
	
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
	
	opacity: .85;
	filter: alpha(opacity=85);
}
#nms_msg .popup .content table {
	width: 99%;
	padding-right: 10px;
}

#nms_msg .popup .content table tr{
	padding-right: 10px;
}

#nms_msg .popup .content img {
	padding-top: 3px;
}


/* Gray freezing background */
#nms_freezeBG {
	background: #444;
	width: 100%;
	height: 100%;
	opacity: .40;
	filter: alpha(opacity=40);
	position: fixed;
	top: 0px;
	left: 0px;
}

/* ------------ END MSG BOX ------------ */
code.nms {
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 5px;
	line-height: 1em;
	padding: 10px;
	text-align: left;
   display: block;
   overflow: auto;
   font: 500 0.8em/1em 'Lucida Console', 'courier new', monospace ;
   background-color: #EEE;
   border-left: 5px solid #E0DBC9;
}
label {
	/*float: left;*/
	width: 120px;
	font-weight: bold;
}

