﻿.logo
{
	position: absolute;
	top: 30%;
	left: 20%;
}
#boxup
{
	position: absolute;
	left: 40%;
	top: 10%;
	width: 350px;
	height: 50px;
	padding: 10px 10px 10px 10px;
}

#NoflashtableCustomer
{
	background-color: #707090;
	/*#777a97;*/
	width: 720px;
	height: 480px;
}
#flash
{
	background-color: #d81e05;
	width: 720px;
	height: 480px;
}

#boxdown
{
	position: absolute;
	left: 20%;
	top: 50%;
	width: 350px;
	height: 50px;
	padding: 10px 10px 10px 10px;
}
.boxred
{
	background-color: #EE1B2E;
	font-family: arial;
}
.boxyellow
{
	background-color: #F7EB0D;
	font-size: 13px;
}
a
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover
{
	text-decoration: underline;
}
.title
{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.maintext
{
	text-align: left;
	color: #FFFFFF;
}