﻿body, html
{
    font-family:Tahoma;
    font-size:12px;
    height:100%;
}

img {
	border-style: none;
}

.inputForm
{
	background-image: url(../images/backInput.gif);
	BACKGROUND-POSITION: top;
	background-repeat: repeat-x;
	border: #d3d3d3 1px solid;
	color: #000000;
	background-color: #ffffff;
}

.inputFormDisabled
{
	border: #d3d3d3 1px solid;
	color: #000000;
	background-color: #d3d3d3;
}

.error
{
    color:#ff0000;
    font-size:10px;
}

.info
{
  font-size:0.8em;
  color:#ff0000;
  font-weight:bold;
  margin-bottom:10px;
}
.terms
{
  font-size:0.8em;
  color:Gray;
  font-weight:bold;
  margin-bottom:10px;
}

