@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#666;
}
.popup {
	padding:15px;
	font-family:Segoe UI;
	font-size:12px;
	color:#666;
}
table {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}
a {
	color:#94bd33;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.productWindow {
	width:140px;
	height:120px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	*padding-top:15px;
	background-image:url(images/product_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.shadowOverlay {
	background-image:url(images/img_overlay.png);
	background-position:center;
	position:absolute;
	width:160px;
	height:100px;
	margin-left:-10px;
	margin-top:-10px;
}
.textField {
	margin-left:30px;
	width:270px;
	height:17px;
	background:none;
	border:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#707070;
}
.button {
	width:75px;
	height:24px;
}
.button a:hover {
	*margin-top:1px;
	margin-right:1px;
	*margin-right:0px;
	background: url(images/submit_button.jpg) no-repeat 3px 0px;
	display:block;
	height:23px;
	width:75px;
}
.logo {
	background-image:url(images/footer_logo.jpg);
	width:97px;
	height: 19px;
	float:left;
}
.pageLinks {
	width:400px;
	height:19px;
	float:right;
}
.header {
	font-size: 13px;
	color:#666;
	font-weight:bold;
}
.windiwHeader {
	color: #666666;
}
.txt_bottom {
	height: 30px;	
	position: relative;
}

.txt_bottom  #error_msg {
	position: absolute;
	top: 0px;
	left: 0px;
	 color: #c00;
	 font-weight: bold;
	 text-align: left;
	 width: 280px;
}.txt_bottom  #error2_msg {
	position: absolute;
	top: 0px;
	left: 0px;
	 color: #F60;
	 font-weight: bold;
	 text-align: left;
	 width: 280px;
}
.txt_bottom  #ok_msg {
	position: absolute;
	top: 0px;
	left: 0px;
	 color: #A2CE3D;
	 font-weight: bold;
	 text-align: left;
	 width: 280px;
}
