﻿body 
{
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
}

#layer_1
{
	height:181px;
	width:100%;
	background:url('bgTop.png') repeat-x;
}
.txInputs input
{
	border:solid 1px #b7d4ea;
	height:35px;
	font-family:Sans-Serif;
	width:288px;
	text-align:center;
	vertical-align:bottom
}

#tx 
{
	width:600px;
	height:30px;
	font-size:17px;
	font-weight:bold;
	left:0px;
	color:#969899;
	text-align:left;
	padding-top:160px;
	
}

#logo 
{
	width:192px;
	height:106px;
	left:30px;
	top:40px;
	position:absolute;
	background:url(logo.jpg) no-repeat;
	
}
#layer_2
{
	height:208px;
	width:100%;
	background:#fff;
	position:relative;
	
}

#layer_3
{
	height:74px;
	width:100%;
	background:url('bgCenter.png') repeat-x;
	
}


#layer_4
{
	height:309px;
	width:100%;
	background:url('bgButtom.png') repeat-x;
}


