html {
	overflow: auto;
	background: url('/images/bgt.gif');
}

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial;
	font-size: 12pt;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

img {
	border: 0;
}

h1 {
	font-size: 14pt;
	color: #333333;
}

h2 {
	font-size: 14pt;
	color: #666666;
}

h2.voice {
	font-size: 14pt;
	color: #666666;
	margin: 15px 0 5px 0;	
}

h2.red {
	font-size: 14pt;
	color: #ff6666;
}

header {
	height: 200px;
	background: url('/images/topbg.png') repeat-x;	 	
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
	left: 0;
}

.column {
	padding-top: 200px !important;
}

section {
	overflow: hidden;
	float: left; 
	float: none;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 908px;
	margin: 0 auto;	
	background-image: linear-gradient(top, rgb(204,204,204) 0%, rgb(255,255,255) 50%, rgb(223,223,223) 100%);
	background-image: -o-linear-gradient(top, rgb(204,204,204) 0%, rgb(255,255,255) 50%, rgb(223,223,223) 100%);
	background-image:  -moz-linear-gradient(top, rgb(204,204,204) 0%, rgb(255,255,255) 50%, rgb(223,223,223) 100%);
	background-image: -webkit-linear-gradient(top, rgb(204,204,204) 0%, rgb(255,255,255) 50%, rgb(223,223,223) 100%);
	background-image: -ms-linear-gradient(top, rgb(204,204,204) 0%, rgb(255,255,255) 50%, rgb(223,223,223) 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(204,204,204)),
		color-stop(0.5, rgb(255,255,255)),
		color-stop(1, rgb(223,223,223))
	);
	-pie-background: linear-gradient(rgb(204,204,204), rgb(255,255,255), rgb(223,223,223));    
	behavior: url(/pie/PIE.htc);
}

* html section {
	overflow: visible;
}

article {
	padding-bottom: 80px !important;
}

.bg {
	position: absolute;
	width: 100%;
	height: 10px;
	left: 0;
	top: 0;
	background: url("/images/bg.gif");			
}

.hat {
	width: 908px;
	height: 98px;
	margin: 0 auto;
}

.hat img.logo {
	margin-left: 50px;
	float: left;	
	border: none;
}

.menu {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin: 54px 0px 0px 100px;
	color: #666666;
}

.menu ul {
	list-style: none;
}

.menu ul li {
	display: inline-block;
	position: relative;	
	padding: 0 20px;
}

.menu ul ul {
	position: absolute;
	display: block;
	margin-top: -1000px;
	background-image: linear-gradient(top, rgb(204,204,204) 0%, rgb(255,255,255) 50%, rgb(223,223,223) 100%);
	background-image: -o-linear-gradient(top, rgb(204,204,204) 0%, rgb(255,255,255) 50%, rgb(223,223,223) 100%);
	background-image:  -moz-linear-gradient(top, rgb(204,204,204) 0%, rgb(255,255,255) 50%, rgb(223,223,223) 100%);
	background-image: -webkit-linear-gradient(top, rgb(204,204,204) 0%, rgb(255,255,255) 50%, rgb(223,223,223) 100%);
	background-image: -ms-linear-gradient(top, rgb(204,204,204) 0%, rgb(255,255,255) 50%, rgb(223,223,223) 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(204,204,204)),
		color-stop(0.5, rgb(255,255,255)),
		color-stop(1, rgb(223,223,223))
	);
	-pie-background: linear-gradient(rgb(204,204,204), rgb(255,255,255), rgb(223,223,223));    
	behavior: url(/pie/PIE.htc);
}

.menu ul li:hover > ul {
	padding: 5px 0;
	margin: 0px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-khtml-border-radius:  0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	z-index: 100;
	box-shadow: 0 5px 2px 3px rgba(0,0,0,0.2);
}

.menu ul li:hover > ul li {
	white-space: nowrap;
	font-size: 10pt;
	padding: 0 10px;	
}

.menu ul li.current > ul {
	padding: 5px 0;
	margin: 0px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-khtml-border-radius:  0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	z-index: 10;	
	box-shadow: 0 5px 2px 3px rgba(0,0,0,0.2);	
}

.menu ul li.current > ul li {
	white-space: nowrap;
	font-size: 10pt;
	padding: 0 10px;	
}

.menu a {
	color: #666666;
	text-decoration: none;
}

.menu a img {
	vertical-align: middle;
	opacity: 0.7;
}  

.menu a:hover img {
	opacity: 1;
}

.menu a:hover {
	color: #000000;
}

input[type="submit"] {
	padding: 5px 10px;
	cursor: pointer;
}

.banners {
	clear: both;
	height: 152px;
	background: url("/images/bg.gif");
	height: 125px;
	
}

div.hb {
	width: 100%;
	height:30px;
	background: url('/images/bottombg.png') repeat-x;
}

div.fb {
	width: 100%;
	height:30px;
	background: url('/images/footerbg.png') repeat-x;
}

.b908 {
	width: 908px;
	margin: 0 auto;	
}

.banners img {
	float: left;
	padding: 0;
}

@media all and (min-width: 0px) {
	article {
		margin-bottom: 0 !important; 
		padding-bottom: 80px !important;
	}

	article:before {
		content: 'EasyClearing';
		display: block;
		background: inherit;
		padding-top: 1000em !important;
		margin-bottom: -1000em !important;
		height: 0;
	}
}

section:after {
	content: 'EasyClear'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

article {
	overflow: hidden;
}

article div.content {
	padding: 40px;
}

p {
	text-align: justify;
	color: #333333;	
}

p a {
	color: #333333;
}

p.voice {
	text-align: justify;
	color: #333333;	
	margin: 5px 0;
}

p.voice a {
	color: #333333;
}

p.voice a:hover {
	color: #000000;
}

footer {
	height: 80px;
	position: relative;
	z-index: 1000;
	margin-top: -79px;
	width: 100%;
}

.fbb {
	background: url("/images/bgb.gif");	
}
	
.f908 {
	width: 908px;
	height: 50px;
	margin: 0 auto;	
}

.f908 div.copyright {
	padding: 10px 0 0 20px;
	color: #cccccc;	
	float: left;
}

.f908 div.copyright a {
	color: #cccccc;
}

.f908 div.design {
	padding: 10px 20px 0 0;
	margin: 0;
	float: right;
	color: #cccccc;
	font-size: 10pt;
}

.f908 div.design a {
	color: #cccccc;
}

.artheader {
	height: 125px;
	padding: 0;
	margin: 20px 0 0 0;
	background: url(/images/bgw.gif);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius:  8px;
	border-radius: 8px;
	border: solid #cccccc 1px;
	box-shadow: 0 2px 2px 1px rgba(0,0,0,0.2);		
	overflow: hidden;
}

div.substrate {
	display: inline-block;
	position: relative;
	width: 599px;
	height: 125px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius:  8px;
	border-radius: 8px;
	background-image: linear-gradient(right, rgb(50,50,50) 0%, transparent 100%);
	background-image: -o-linear-gradient(right, rgb(50,50,50) 0%, transparent 100%);
	background-image:  -moz-linear-gradient(right, rgb(50,50,50) 0%, transparent 100%);
	background-image: -webkit-linear-gradient(right, rgb(50,50,50) 0%, transparent 100%);
	background-image: -ms-linear-gradient(right, rgb(50,50,50) 0%, transparent 100%);
	background-image: -webkit-gradient(
		linear,
		top left,
		top right,
		color-stop(0, rgb(50,50,50)),
		color-stop(1, transparent),
	);
	-pie-background: linear-gradient(to left, rgba(50, 50, 50, 1), rgba(255, 255, 255, .2));    
	behavior: url(/pie/PIE.htc);
}

.artheader img {
	display: block;
	margin: 0;
	border: none;
	float: left;
}

.artheader h1 {
	display: block;
	margin-left: 270px;
	margin-right: 20px;
	margin-bottom: 0;	
	text-align: right;
	color: #eeeeee;
}

.artheader h2 {
	display: block;
	margin-top: 0;
	margin-left: 270px;
	margin-right: 20px;
	text-align: right;
	color: #cccccc;	
}

.comment {
	text-align: justify;
	color: #333333;
	margin-top: 2px;	
	margin-bottom: 10px;		
	font-size: 10pt;
}

.error {
	border: solid red 1px;
	background-color: #ffcccc;
	padding: 10px;
	margin-bottom: 5px;
}

.errornotice {
	font-weight: bold;
	color: red;
	padding: 5px;
}

div.sender-sub-main {
	float: right;
	width:300px !important;
}