* {
	margin				: 0px;
	padding				: 0px;
}
body {
	font				: normal 62.5% verdana, sans-serif;
	background			: transparent;
}
input, select, submit {
	font-family			: verdana;
	color				: #000;
	border				: 0px solid #000;
	font-size			: 1.1em;
	background-color	: #fff0d2;
}

#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-color	: #f4d18a;
	border				: 0px solid #000;
    display				: block;
	width				: 98%;
	padding-bottom		: 5px;
}
#FormProviderText{
	padding-top			: 5px;
	margin				: 0px auto;
	width				: 90%;
}
#FormProviderSelect select {
	width				: 90%;
	background-color	: #fff0d2;
}
#FormPhoneNumberText {
	margin				: 0px auto;
	width				: 90%;
}
#CityCode {
	width				: 90%;
}
#FormPhoneNumber input {
	width				: 90%;
}
#FormTextAreaText {
	margin				: 0px auto;
	width				: 90%;
}
#FormTextArea textarea {
	font-family			: verdana;
	font-size			: 1em;
	width				: 90%;
	height				: 70px;
	background-color	: #fff0d2;
	border				: 1px solid #444;
}
#FormSubmit {
	color				: #000;
}
#exitmessage {
	text-align			: center;
	color				: #000;
	font-family			: verdana;
	font-size			: 1.1em;
}

/******************************************/
/* 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;
}


.SpacerOne {
	display				: block;
	width				: 1px;
	height				: 3px;
	border-collapse		: collapse;
}
.SpacerTwo {
	display				: block;
	width				: 1px;
	height				: 3px;
	border-collapse		: collapse;
}


