* {
	margin				: 0px;
	padding				: 0px;
}
body {
	background-color	: #950000;
	
}

TEXTAREA, SUBMIT {
	float				: left;
	border-width		: 1px;
	border-style		: solid;
	border-color		: #000000;
	color				: #000000;
	font-family			: verdana;
	font-size			: 9px;
	background-color	: #FFFFFF;
}
select {
	width				: 90px;
	height				: 17px;
	
	color				: #000000;
	font-family			: verdana;
	font-size			: 10px;
	background-color	: #FFFFFF;
}

#iFrameVoImage {
	position			: absolute;
	top					: 0;
	left				: 0;
	width				: 120px;
	height				: 90px;
}
#iFrameVoText {
	position			: absolute;
	top					: 0;
	left				: 125px;
	width				: 345px;
	height				: 11px;
	
	text-align			: left;
	color				: #FAFBAC;
	font-family			: verdana;
	font-size			: 11px;
	font-weight			: bold;
}
#Form {
	position			: absolute;
	top					: 14px;
	left				: 120px;
	width				: 350px;
	height				: 76px;
	
	color				: #FAFBAC;
	font-family			: Verdana;
	font-size			: 10px;
	background			: #950000;
}
#FormProviderText{
	/*
	position			: absolute;
	top				: 0px;
	left				: 5px;
	width				: 90px;
	height				: 14px;
	*/
	display				: none;
}
#FormProviderSelect {
	/*
	position			: absolute;
	top				: 14px;
	left				: 5px;
	width				: 90px;
	height				: 18px;
	*/
	display				: none;
}
#FormPhoneNumberText{
	position			: relative;
	top				: 0px;
	left				: 5px;
	width				: 90px;
	height				: 14px;
	overflow			: hidden;
}
#FormPhoneNumber {
	position			: relative;
	top				: 0px;
	left				: 5px;
	width				: 90px;
	height				: 17px;
	overflow			: hidden;

}
#FormPhoneNumber INPUT{
	width				: 88px;
	height				: 17px;
	color				: #000000;
	border-width			: 1px;
	border-style			: solid;
	border-color			: #000000;
	font-family			: verdana;
	font-size			: 10px;
	background-color		: #FFFFFF;
}
#FormTextAreaText {
	float:				left;
	width:				175px;
}
#FormTextArea {
	position			: relative;
	top					: 0px;
	left				: 5px;
	width				: 183px;
	height				: 37px;
}
#FormTextAreaElement {
	overflow			: auto;
	width				: 183px;
	height				: 37px;
}
#FormSubmit {
	position			: absolute;
	top					: 7px;
	left				: 150px;
	border				: 1px solid #000;
	width				: 40px;
	color				: #fff;
	font-weight			: bolder;
	font-size			: 16px;
	background-color		: #B00;
	
	-moz-border-radius-topright	: .8em;
	-webkit-border-top-right-radius	: .8em;
	border-top-right-radius		: .8em;
	
	-moz-border-radius-bottomright	: .8em;
	-webkit-border-bottom-right-radius: .8em;
	border-bottom-right-radius	: .8em;
}

#exitmessage {
	text-align:			center;
	color:				#000;
	font-family:		verdana;
	font-size:	 		11px;
}
.PriceWarning {
	position			: absolute;
	height				: 51px;
	width				: 76px;
	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					: 4%;*/
	text-align			: center;
	font-family			: arial;
/*	font-weight			: bold;*/
	font-size			: 10px;
	
}
.SpacerOne {
	display				: block;
	width				: 1px;
	height				: 3px;
	border-collapse		: collapse;
}
.SpacerTwo {
	display				: none;
	width				: 1px;
	height				: 1px;
	border-collapse		: collapse;
}

