﻿#TS {
	float: right;
	margin: 0px auto 0px auto;
	width: 100px;
	height: 18px;
}
#footer A
	{
	color: #333333;
	text-decoration: none;
	}
#footer A:hover
	{
	color: #333333;
	text-decoration: underline;
	}
img {
	border: 0;
}
input.text, select.text, input.text, input.password
	{
	font-family: arial, verdana, helvetica, sans;
	font-size: 10pt;
	color: #2E586E;
	border: 1px solid #C0C0C0;
	background: transparent;
	}
input.submit, input.hover {
	color: #2E586E;
	font-family: arial, verdana, helvetica, sans;
	font-size: 10pt;
	/*background: transparent;*/
	background: #FFFFFF;
	border: 1px solid #C0C0C0;
	height: 22px;
	width: 64px;
	margin-left: 180px;
	}
input.hover {
	cursor: pointer;
	color: #FF0000;
	}
#step {
	padding: 12px;
	margin-bottom: 16px;
}
.red {
	color: red;
}