﻿@import url(core.css);

.agreement td {
	vertical-align: top;
	font-size: 11px;
	color: #999999;
}
.agreement table {
	width: 100%;
}
.agreement h3 {
	margin: 10px 0;
	padding-bottom: 3px;
	border-bottom: 1px dashed #999999;
}
.agreement p {
	margin: 0 0 10px 0;
	font-size: 11px;
	color: #999999;
}
.agreement div {
	padding: 4px 0;
}
.agreement fieldset {
	border-style: none;
	padding: 0;
}
.agreement input, .agreement select, .agreement label {
	vertical-align: middle;
}
.agreement div label {
	display: inline-block;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
}
.agreement textarea {
	font-family: Arial, Helvetica;
}
.agreement div label img {
	width: 9px;
	height: 9px;
	border-style: none;
	margin: 3px;
}
.fieldlarge {
	width: 200px;
}
.fieldmedium {
	width: 125px;
}
.fieldsmall {
	width: 50px;
}
.agreementtitle h2 {
	float: left;
	margin-left: 10px;
}
h2.agreementtitleoff {
	 background: none;
	 font-weight: normal;
	 float: left;
	 margin-left: 10px;
	 color: #7b7b7b;
}
.agreementtitle h2 {
	margin-left: 10px;
}

.ui-datepicker-trigger
{
	position:relative;
	top:4px;
	margin:0 0 0 2px;
}
