.error {
	color: #FF0000;
}

div.label {
	margin-bottom: 2px;
	position: relative;
}
div.input {
	padding-bottom: 6px;
	position: relative;
}
div.wrap {
	position: relative;
	width: 306px;
}
div.input input {
	margin-bottom: 3px;
}
div.input input.readonly {
	background-color: #FFF;
	border-color: #999;
	color: #999;
}
div.input input.text {
	width: 300px;
	border: 1px solid #808080;
	padding: 3px;
}
div.highlight input.text {
	background-color: #e4effa;
	border-color: #4891DC;
	padding: 3px 19px 3px 3px;
	width: 284px;
}
div.input input.short {
	width: 130px;
	border: 1px solid #808080;
	padding: 3px;
}
div.input input.year {
	width: 50px;
	border: 1px solid #808080;
	padding: 3px;
}
div.input select {
	margin-bottom: 3px;
}
div.input textarea {
	font-family: Georgia;
	font-size: 16px;
	line-height: 20px;
	padding-left: 5px;
	border: 1px solid #808080;
}
div.input input[type=password] {
	width: 200px;
	border: 1px solid #808080;
	padding: 3px;
}
div.input input[type=submit] {
	border: 1px solid #808080;
	background-image: url('images/buttons.png');
	padding: 2px 6px;
	background-position: 0px 0px;
	font-weight: bold;
}
div.input input[type=submit]:active {
	background-position: 0px -28px;
}
div.input th {
	text-align: left;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 2px;
}
div.input td {
	padding-right: 3px;
}
div.proof {
	padding-bottom: 6px;
	font-weight: bold;
}
span.proof {
	font-weight: bold;
}
.odd {
	background-color: #FFFFFF;
}
.even {
	background-color: #E6E6E6;
}

.closeBtn {
	background-image: url('images/close-btn.png');
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 1px;
	top: 3px;
	overflow: hidden;
	display: none;
}
div.highlight .closeBtn {
	display: block;
}
.closeBtn:hover, .closeBtn:focus {
	background-position: left -30px;
}
.closeBtn:active {
	background-position: left -45px;
}
.closeBtn input {
	cursor: pointer;
	opacity: 0;
}

.autoCompleteList {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 306px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 2px solid #666;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	position: absolute;
	top: 22px;
	padding: 0px;
	margin: 0px;
	z-index: 1000;
}
.autoCompleteList li {
	padding: 2px 3px;
	background-color: rgba(242,242,242,0.95);
	cursor: pointer;
}
/*.autoCompleteList li:hover,*/ .autoCompleteList li.act {
	background-color: rgba(72,145,220,0.95);
	color: #FFF;
}
