* {
	margin				: 0;
	padding				: 0;
}
html {
	overflow			: hidden;
}
.StyledException {
	position			: absolute;
	text-align			: center;
	margin				: 0 auto;
	width				: 100%;
 	background-color	: #fcc;
 	z-index				: 99;
}
.StyledException table {
	margin				: 0 auto;
	font-size			: 10px;
}
.StyledExceptionHidden {
	display				: none;
	position			: absolute;
	width				: 100%;
	background-color	: #fcc;
}
/******************************************/
/* Style for mandotory PriceWarning 	  */
/******************************************/
.PriceWarning {
	margin				: 0;
	padding				: 0;
	text-align			: center;
	float				: right;
	/*position			: relative;*/
	height				: 51px;
	width				: 76px;
}
.pw_surrounding {
	margin 				: 0 auto;
	width				: 95%;
	height				: 95%;
	border-width		: 1px;
	border-style		: solid;
	border-color		: #000000;
	background-color	: #fff;
}
.pw_shortcode {
	padding				: 0px;
	position			: relative;
	top					: 6%;
	margin 				: 0 auto;
	width				: 90%;
	height				: 56%;
	color				: #fff;
	font-size			: 16pt;
	font-weight			: bolder;
	font-family			: arial;
	text-align			: center;
	border-width		: 1px;
	border-style		: solid;
	border-color		: #000000;
	background-color	: #000000;
}
.pw_price {
	letter-spacing		: -1px;
	margin				: 0px auto;
	width				: 90%;
	border-width		: 1px;
	border-style		: solid;
	border-color		: #000000;
	top					: 1px;
	position			: relative;
	text-align			: center;
	font-family			: arial;
	font-size			: 10px;
}
.pw_price_smaller {
	margin				: 0px auto;
	width				: 90%;
	border-width		: 1px;
	border-style		: solid;
	border-color		: #000000;
	position			: relative;
	text-align			: center;
	font-family			: verdana;
	font-size			: 10px;
}
