div.img_preloader {
	display: none;
}

div#teleform_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 476px;
	height: 275px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	display: none;
}

#tbl_teleform #tlfrm_header {
	position: relative;
	background-image: url(/images/teleform_header.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 476px;
	height: 94px;
	cursor: move;
}

#tbl_teleform #tlfrm_header .logo {
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 124px;
	height: 70px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
	cursor: pointer;
}

#tbl_teleform #tlfrm_header .slogan {
	text-align: right;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 14px;
	width: 300px;
	position: absolute;
	top: 70px;
	right: 30px;
}

#tlfrm_header #close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	left: auto;
	bottom: auto;
	background-image: url(/images/close_link.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 100;
	cursor: pointer;
}

#tbl_teleform #tlfrm_header #close:hover {
	background-image: url(/images/close_hover.png);
	background-position: center;
	background-repeat: no-repeat;
}

#tbl_teleform #teleform_outline_bg {
	background-image: url(/images/outline_bg.png);
	height: 151px;
	width: 417px;
	background-repeat: no-repeat;
}

#tbl_teleform #teleform_outline_bg .description {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #FFFFFF;
}

#tbl_teleform #teleform_outline_bg #teleform_content {
	width: 400px;
	margin-top: 20px;
}

#tbl_teleform #teleform_outline_bg #teleform_content .right_column {
	text-align: right;
}

#tbl_teleform #teleform_outline_bg #teleform_content .left_column {
	font-weight: bold;
	font-size: 11px;
	width: 200px;
	text-align: left;
}

#teleform_content #tlfrm_phone {
	width: 100px;
}

#teleform_content #countries {
	width: 200px;
}

#tbl_teleform #teleform_footer {
	margin: 5px 0 0 0;
	width: 400px;
	height: 50px;
	overflow: hidden;
}

#teleform_footer #tlfrm_results {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
	width: 310px;
	height: 50px;
	float: left;
	margin: 5px 5px 0 5px;
}

#teleform_footer #tlfrm_btn {
	float: right;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 7px 10px 0 0;
}

/*** REPORTS ***/
div#teleform_wrapper .success,
div#teleform_wrapper .error {
	background-image: url(/images/bg_trsnsprnt.png);
	padding: 5px 2px;
	margin: 0;
	background-color: transparent;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

div#teleform_wrapper .success {
	color: #CCFFCC;
	_color: #333333;
	border: 1px solid #00FF00;
}

div#teleform_wrapper .error {
	color: #FFCC99;
	_color: #333333;
	border: 1px solid #FF5555;
}