﻿@import url(core.css);

.agreement td {
	vertical-align: top;
}
.agreement table {
	width: auto;
}
.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: 2px 0;
}
.agreement fieldset {
	border-style: none;
	padding: 0;
}
.agreement input, .agreement select, .agreement label {
	vertical-align: middle;
}
.agreement div label {
	display: inline-block;
	display: -moz-inline-box;
	width: 150px;
}
.agreement div label img {
	width: 9px;
	height: 9px;
	border-style: none;
	margin: 3px;
}
.fieldlarge {
	width: 200px;
}
.fieldmedium {
	width: 125px;
}
.fieldsmall {
	width: 50px;
}

