﻿div#eb_main th {
	text-align: center;
}
div#eb_main input {
	vertical-align: middle;
}
div#eb_main img {
	border-style: none;
	vertical-align: middle;
}
div#eb_main form {
	margin: 0px;
}

div#eb_main {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: none;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	z-index: 11;
}
div#eb_main div#eb_background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
div#eb_main span#eb_toptext_title {
	font-weight: bold;
}
div#eb_main div#eb_container {
	position: absolute;
	width: 100%;
}
div#eb_main div#eb_box {
	position: relative;
	width: 580px;
	padding: 10px;
	margin: 0px auto;
	background-color: #FFFFFF;
	margin-top: 20px;
	z-index: 12;
}
div#eb_main div#eb_close {
	position: absolute;
	top: 10px;
	right: 10px;
}
div#eb_main div#eb_box textarea {
	font-size: 12px;
}

div#eb_main table#eb_table td, table#eb_table th {
	padding: 2px;
}
div#eb_main table#eb_table .top {
	width: 576px;
}
div#eb_main table#eb_table .pad td {
	font-weight: bold;
	padding: 0.5em 0;
	width: 140px;
	text-align: center;
}
div#eb_main table#eb_table th {
	padding: 0.5em 0;
	background-color: #EEEEEE;
}
div#eb_main table#eb_table .text {
	width: 160px;
	background-color: none;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}
div#eb_main table#eb_table #eb_message {
	height: 95px;
	width: 560px;
}
div#eb_main table#eb_table #eb_privacy {
	height: 95px;
	width: 300px;
	float: left;
	margin-left: 5px;
}
div#eb_main table#eb_table #eb_captcha_div {
	margin-left: 345px;
}
div#eb_main table#eb_table #eb_captcha {
	width: 175px;
}
div#eb_main table#eb_table #eb_captcha_img {
	border: 1px solid #777777;
	width: 200px;
	height: 60px;
	margin: 0 0 3px;
}
div#eb_main table#eb_table .error {
	padding: 10px 0px;
	margin-bottom: 10px;
	border: solid 2px #FF0000;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
}
div#eb_main table#eb_table .valid_execution {
	padding: 10px 0px;
	margin-bottom: 10px;
	border: solid 2px #000000;
	text-align: center;
	font-weight: bold;
	color: #000000;
}