/* ----------------------------------------------------------------------------------------------------------
	Awake Autoresponder Free
	Copyright 2003-2008 Dani Berg

	Awake Autoresponder Free is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program.  If not, see <http://www.gnu.org/licenses/>.

	Contact
	Dani Berg
	dani@daniberg.com
	http://daniberg.com
---------------------------------------------------------------------------------------------------------- */

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #323247;
	background: #C5CBD6;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wrapper {
	width: 642px;
	background:  url("../images/bg-wrapper.gif") repeat-y;
}
#tdLeft {
	width: 159px;
	float: left;
	position: relative;
	left: 25px;
	text-align: left;
}
#logo {
	background: url(../images/logo.gif) no-repeat;
	height: 75px;
	width: 159px;
}
#tdMid {
	width: 428px;
	float: left;
	position: relative;
	left: 32px;
	text-align: left;
}
#top {
	background: url(../images/bg-top.gif) no-repeat;
	height: 17px;
	width: 428px;
}
#bot {
	background:  url("../images/bg-bot.gif") no-repeat;
	width: 642px;
	padding-top: 4px;
	font-size: 9px;
	color: #95A0B5;
	padding-bottom: 10px;
}
.clear {
	clear: both;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.hidden {
	display: none;
}
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none outside;
}
table {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #323247;
	width: 100%;
}
th {
	background: #F3F3F3;
	border: 1px solid #C1C1D7;
	font-weight: bold;
}
.error {
	color: #FF3333;
	font-weight: bold;
}
form, input, textarea, select {
	margin: 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #494969;
}
.button {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #494969;
	padding: 2px;
}
a:link, a:visited {
	color: #71859B;
	text-decoration: underline;
}
a:hover, a:active {
	color: #ECA63E;
	text-decoration: none;
}
.menuBox a:link, .menuBox a:visited {
	font-weight: bold;
	color: #71859B;
	text-decoration: none;
}
.menuBox a:hover, .menuBox a:active {
	color: #ECA63E;
	text-decoration: none;
}
