div.directlaw {
	max-width:1040px;
	margin:0 auto;
}
.directlaw input[type="checkbox"] {
	display:block;
	width:40px;
	float:left;
	margin:10px 15px 0 0;
}
.directlaw label {
	margin:10px 0;
	float:left;
	font-weight:normal;
	font-size:medium;
	display:block;
	width:auto;
}
.directlaw select,.directlaw textarea,.directlaw input[type="text"],.directlaw input[type="password"] {
	border:thin black solid;
	color:#000;
	padding:5px;
	font-size:medium;
	width:auto;
	margin:10px 0;
}
.directlaw select {
	padding:15px;
	margin:10px 10px 0 0;
	font-weight:bold;
}
.directlaw textarea {
	font-weight:normal;
	font-size:small;
}
.directlaw input[type="submit"],.directlaw input[type="button"] {
	border-width:1px;
	border-color:#444;
	border-style:solid;
	color:#000;
	border-radius:10px;
	padding:10px;
	width:auto;
}
.purchaselink {
	display:inline-block;
	margin:0 10px;
}
.loginlabel {
	width:100px!important;
}
.reglabel {
	width:200px!important;
}