body {

	padding: 0px;
	margin: 20px 0px 10px 0px;

	font: normal 13px Tahoma, Arial, Helvetica, sans-serif;

	background-color: #AAAAAA;
}

img {
	border: none;
}


.mailer table, tr, td {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

#container {

	width: 990px;
	height: 512px;
	margin: auto;
	
	border-top: 1px solid black;
}

#logo {
	position: absolute;
	margin-top: 30px;
	margin-left: 50px;
	
	width: 120px;
	height: 100px;
	
	background-image: url('images/logo.png');
	background-position: -20px 0px;
	
	z-index: 10;
}

#nav_frame {
	position: absolute;
	margin-top: 60px;
	margin-left: 40px;
	
	width: 140px;
	height: 360px;
	
	background-color: white;
	
	border-top: 1px solid black;
	
	filter: alpha(opacity=60);
	opacity: .6;
}

#nav {
	position: absolute;
	margin-top: 130px;
	margin-left: 50px;
	
	width: 120px;
	height: 360px;
	
	z-index: 8;
}

#nav a {
	display: block;
	
	margin-top: 1px;
	padding-left: 20px;

	width: 100px;
	height: 30px;
	
	line-height: 30px;

	background-color: white;

	color: black;
	text-decoration: none;
	
	filter: alpha(opacity=90);
	opacity: .90;
}
#nav a:hover {
	background-color: #DDDDFF;
}

#nav div {
	margin-top: 1px;
	padding-top: 13px;

	width: 120px;
	height: 70px;

	background-color: white;
}

#buttons {
	position: absolute;
	margin-top: 360px;
	margin-left: 20px;
	
	width: 270px;
	height: 60px;
	
	
	z-index: 9;
}
#buttons a {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
}

#content {
	position: absolute;
	margin-top: 60px;
	margin-left: 300px;
	
	width: 680px;
}

#text {
	width: 640px;
	min-height: 400px;
	padding: 20px;
	
	background-color: white;
	
	border-top: 1px solid black;
	border-bottom: 1px solid #AAAAAA;
	
	filter: alpha(opacity=80);
	opacity: .85;
}

#text_footer {
	height: 20px;
	margin-bottom: 10px;
	
	line-height: 18px;
	text-indent: 20px;
	/*text-align: center;*/
	font-size: 11px;
	text-align: justify;
	
	background-color: #DDDDFF;
	
	border-top: 1px solid black;
}

#bar {
	position: absolute;
	margin-top: 340px;
	margin-left: 0px;
	
	width: 299px;
	height: 80px;
	
	background-color: white;
	
	border-top: 1px solid black;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

#footer {
	position: absolute;
	margin-top: 422px;
	margin-left: 0px;
	
	width: 299px;
	height: 20px;
	
	line-height: 18px;
	text-indent: 47px;
	/*text-align: center;*/
	font-size: 11px;
	
	background-color: #DDDDFF;
	
	border-top: 1px solid black;
	border-right: 1px solid #AAAAAA;
	border-bottom: 80px solid #AAAAAA;
}

h1 {
	margin-top: 0px;
	padding-bottom: 2px;
	border-bottom: 1px dashed black;
}

h2, h3 {
	text-align: center;
}

td {
	vertical-align: top;
}

textarea, input {
	
	height: 20px;
	margin: 2px;
	
	font-size: 15px;
	
	background-color: #DDDDFF;
	
	border: 2px groove silver;
}

input:hover {
	border: 1px solid blue;
	padding: 2px 0px 0px 1px;
	margin: 2px 3px 3px 2px;
	height: 21px;
}
input.on {
	border: 1px solid blue;
	padding: 2px 0px 0px 1px;
	margin: 2px 3px 3px 2px;
	height: 21px;
	background-color: #AACCFF;
}

input.button {
	width: 150px;
	height: 30px;
	margin: 2px 3px 3px 2px;
	
	font-weight: bold;
	
	border: 2px groove silver;
}
input.button:hover {
	width: 149px;
	height: 29px;
	margin-bottom: 4px;
	padding: 0px;
	border: 1px solid blue;
}
input.button:active {
	border: 2px inset silver;
}

textarea:hover {
	border: 1px solid blue;
	padding: 1px 1px 0px 1px;
	margin-bottom: 3px;
	height: 22px;
}
textarea.on {
	border: 1px solid blue;
	padding: 1px 1px 0px 1px;
	margin-bottom: 3px;
	height: 22px;
	background-color: #AACCFF;
}

#start_addr {
	float: left;
	margin-left: 35px;
	
	width: 300px;
	height: 190px;
	
	padding: 10px;
	
	font-size: 15px;
	line-height: 20px;
	
	border: 1px solid blue;
}
#start_addr span {
	float: left;
	width: 80px;
}


div.web_link {
	clear: both;
	height: 130px;
	margin-top: 30px;
}
.web_link a {
	float: left;
	margin-right: 20px;
}
.web_link img {

	width: 160px;
	height: 128px;
	
	border: 1px solid black;
}

.info_ok {
	padding: 10px;
	background-color: #CCFFCC;
	border: 1px solid green;
}
.info_fail {
	padding: 10px;
	background-color: #FFCCCC;
	border: 1px solid red;
}

#card {
	display: none;

	position: absolute;
	margin-top: 280px;
	margin-left: 530px;
	
	width: 357px;
	height: 249px;
	
	background-image: url('images/card.png');
	
	z-index: 20;
}


