﻿th {
	text-align: center;
}
input {
	vertical-align: middle;
}
img {
	border-style: none;
	vertical-align: middle;
}
form {
	margin: 0px;
}

div.emaildiv {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: none;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}
div#emailbackground {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
div#emailcontainer {
	position: absolute;
	width: 100%;
}
div#emailbox {
	position: relative;
	width: 580px;
	padding: 10px;
	margin: 0px auto;
	background-color: #FFFFFF;
	margin-top: 20px;
	z-index: 2;
}
div#emailclose {
	position: absolute;
	top: 10px;
	right: 10px;
}
div#emailbox textarea {
	font-size: 12px;
}

table.formtable {
	width: 720px;
}
table.formtable td, table.formtable th,
table.emailtable td, table.emailtable th {
	padding: 2px;
}
table.formtable .top {
	padding-bottom: 10px;
	width: 716px;
}
table.emailtable .top {
	width: 576px;
}
table.formtable .pad td,
table.emailtable .pad td {
	font-weight: bold;
	padding: 0.5em 0;
	width: 140px;
	text-align: center;
}
table.formtable th,
table.emailtable th {
	padding: 0.5em 0;
	background-color: #EEEEEE;
}
table.formtable .text, select,
table.emailtable .text {
	width: 160px;
}
table.formtable .text,
table.emailtable .text {
	background-color: #FFFFFF;
}
table.formtable .text_descr,
table.emailtable .text_descr {
	width: 450px;
}
table.formtable .check input,
table.emailtable .check input {
	width: 20px;
}
table.formtable .error,
table.emailtable .error {
	padding: 10px 0px;
	margin-bottom: 10px;
	border: solid 2px #FF0000;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
}
table.formtable .valid_execution,
table.emailtable .valid_execution {
	padding: 10px 0px;
	margin-bottom: 10px;
	border: solid 2px #000000;
	text-align: center;
	font-weight: bold;
	color: #000000;
}