﻿* {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	color:#333333;
	line-height:17px;
}
h1 
{
	font-size:14px;
	margin:0;
	padding:0;
}
body 
{
	background:url(/gfx/bg.jpg) repeat-x #0c6995;
}
.container 
{
	width:695px;
	margin:auto;
}
.top 
{
	background:url(/gfx/logo.jpg);
	width:695px;
	height:129px;
}
.windows 
{
	background:url(/gfx/windows.jpg);
	width:695px;
	height:256px;
}
.menu 
{
	width:595px;
	height:36px;
	margin:auto;
}
.main 
{
	width:595px;
	margin:auto;
	background:url(/gfx/bg_main.jpg);
}
.order 
{
	background:url(/gfx/line.gif) no-repeat;
	width:595px;
}

.ipt 
{
	background:url(/gfx/bg_input.gif) no-repeat;
	width:227px;
	height:21px;
	border:0;

	padding:6px 0 0 7px;
	letter-spacing:1px;
}
.iptError 
{
	background:url(/gfx/bg_input_error.gif) no-repeat;
	width:227px;
	height:21px;
	border:0;

	padding:6px 0 0 7px;
	letter-spacing:1px;
}
.ordertbl 
{
	margin-left:30px;
	margin-top:30px;
}
.tectbl tr td
{
	padding:20px;
}
.tecinfo 
{
	background-color:#eeeeee;
}
.twocol 
{
	width:227px;
	float:left;
	padding:30px;
}
.clearit 
{
	clear:both;
}
.pusher 
{
	width:595px;
	height:25px;
}

.upperRight 
{
	width:185px;
	height:185px;
	position:absolute;
	right:0;
	top:0;
}