* {
	margin				: 0px;
	padding				: 0px;
}
body {
	font				: normal 62.5% verdana, sans-serif;
	background			: #ddd;
}
input, select, textarea, submit {
	font-family			: verdana;
	color				: #000;
	border				: 1px solid #000;
	font-size			: 1.1em;
	background-color	: #fff;
}
#iFrameVoImage {
	display				: block;
	float				: left;
	width				: 98%;

}
#iFrameVoText {
    color				: #000;
	font-size			: 1.1em;
	text-align			: center;
	width				: 99%;
}
#Form {
    color				: #000;
	font-family			: verdana;
	font-size			: 1em;
	margin				: 0px auto;
	text-align			: center;
	background			: #bbb;
	border				: 0px solid #000;
    display				: block;
	width				: 98%;
}
#FormProviderText{
	padding-top			: 5px;
	margin				: 0px auto;
	width				: 90%;
}
#FormProviderSelect select {
	width				: 90%;
}
#FormPhoneNumberText {
	margin				: 0px auto;
	width				: 90%;
}
#CityCode {
	width				: 90%;
}
#FormPhoneNumber input {
	width				: 90%;
}
#FormTextAreaText {
	margin				: 0px auto;
	width				: 90%;
}
#FormTextArea textarea {
	width				: 90%;
	height				: 70px;
}
#FormSubmit {
	color				: #000;
}
#exitmessage {
	text-align			: center;
	color				: #000;
	font-family			: verdana;
	font-size			: 1.1em;
}
.PriceWarning {
	position			: absolute;
	height				: 51px;  /*75*/
	width				: 76px;  /*116*/
	bottom				: 0px;
	right				: 0px;
}
.pw_surrounding {
	margin 				: 0 auto;
	width				: 95%;
	height				: 95%;
	border-width		: 1px;
	border-style		: solid;
	border-color		: #000000;
	background-color	: #fff;
}
.pw_shortcode {
	position			: relative;
	top					: 4%;
	margin 				: 0 auto;
	width				: 90%;
	height				: 60%;
	
	border-width		: 1px;
	border-style		: solid;
	border-color		: #000000;

	
	background-color	: #000;
}
.pw_shortcode_text {
	position			: relative;
	top					: 7%;
	text-align			: center;
	background-color	: #000;
	color				: #fff;
	font-size			: 16pt;
	font-weight			: bolder;
	font-family			: arial;
}
.pw_price {
	margin				: 0px auto;
	width				: 90%;
	border-width		: 1px;
	border-style		: solid;
	border-color		: #000000;

	position			: relative;
/*	top					: 2%;*/
	text-align			: center;
	font-family			: arial;
	/*font-weight			: bold;*/
	font-size			: 10px;
	
}
.SpacerOne {
	display				: block;
	width				: 1px;
	height				: 3px;
	border-collapse		: collapse;
}
.SpacerTwo {
	display				: block;
	width				: 1px;
	height				: 3px;
	border-collapse		: collapse;
}


