@media all {

#iUImsg, #iUImsg2 {
	width: 500px;
	height: 100px;
	display: block;
	border: 1px #888 solid;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #999;
	   -moz-box-shadow: 0px 0px 5px #999;
			box-shadow: 0px 0px 5px #999;
	background: #fff url('../images/msgs/bgr_field.gif') repeat-x left top;
	cursor: pointer;
	/*
	position: absolute;
	top: 10px;
	left: 150px;
	*/
	position: fixed;
	top: 10px;
	/*left: expression((document.body.offsetWidth - 500) / 2 + "px");*/
	left: 10px;
	z-index: 9000;
	}

#iUImsg:before {
	width: 10px;
	height: 10px;
	content: " ";
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent url('../images/icons/ico_10_close.png') no-repeat center center;
	}

#absUImsg {
	width: 500px;
	height: 100px;
	display: block;
	border: 1px #888 solid;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #999;
	   -moz-box-shadow: 0px 0px 5px #999;
			box-shadow: 0px 0px 5px #999;
	background: #fff url('../images/msgs/bgr_field.gif') repeat-x left top;
	cursor: pointer;
	position: absolute;
	top: 50px;
	left: 80px;
	z-index: 9000;
	}

#UImsg.faqMsg {
	width: 500px;
	height: 100px;
	display: block;
	border: 1px #888 solid;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #999;
	   -moz-box-shadow: 0px 0px 5px #999;
			box-shadow: 0px 0px 5px #999;
	background: #fff url('../images/msgs/bgr_field.gif') repeat-x left top;
	cursor: pointer;
	position: absolute;
	top: 50px;
	left: 40px;
	z-index: 9000;
	}


.okUImsg, .infoUImsg, .exclUImsg, .errUImsg {
	width: 500px;
	height: 100px;
	color: #555;
	font-weight: bold;
	z-index: 9001;
	}

.okUImsg	{ background: transparent url('../images/msgs/msg_icons_ok.png') no-repeat left 20px; }
.infoUImsg	{ background: transparent url('../images/msgs/msg_icons_info.png') no-repeat left 20px; }
.exclUImsg	{ background: transparent url('../images/msgs/msg_icons_exclam.png') no-repeat left 20px; }
.errUImsg	{ background: transparent url('../images/msgs/msg_icons_err.png') no-repeat left 20px; }

.UImsg-txt {
	position: relative;
	top: 45px;
	left: 0px;
	width: 410px;
	height: 20px;
	font-family: 'Arial CE', Arial, 'Microsoft Sans Serif', Verdana;
	font-size: 9pt;
	padding-left: 90px;
	-webkit-text-shadow: 1px 1px 1px #ddd;
	   -moz-text-shadow: 1px 1px 1px #ddd;
			text-shadow: 1px 1px 1px #ddd;
	z-index: 9002;
	}

.UIrw1 { top: 42px; }
.UIrw2 { top: 32px; }


.w100 { width: 100px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w350 { width: 350px; }
.w400 { width: 400px; }
.w450 { width: 450px; }
.w500 { width: 500px; }
.w550 { width: 550px; }
.w600 { width: 600px; }
.w650 { width: 650px; }
.w700 { width: 700px; }
.w750 { width: 750px; }
.w800 { width: 800px; }
.w850 { width: 850px; }
.w900 { width: 900px; }
.w950 { width: 950px; }
.w1000 { width: 1000px; }

.h100 { height: 100px; }
.h150 { height: 150px; }
.h200 { height: 200px; }
.h250 { height: 250px; }
.h300 { height: 300px; }
.h350 { height: 350px; }
.h400 { height: 400px; }
.h450 { height: 450px; }



.errElement {
	border: 1px solid #b00;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow: 0 0 5px rgba(187,0,0,0.3);
	   -moz-box-shadow: 0 0 5px rgba(187,0,0,0.3);
			box-shadow: 0 0 5px rgba(187,0,0,0.3);
	}


} /* css document */