/*	Various classes
****************************************************/
.content {
	width:510px;
	
	}
.contentxt {
	width:420px;
	}
.sidebar {
	width:420px;
	margin-top:40px;
	}

h2.formtitle {
	font-size:24px;
	margin:0 0 20px 0;
	}
label {
	margin-left:28px;
	}
table {
	width:100%;
	}
.fright {
	float:right;
	}
.fleft {
	float:left;
	}
.tleft {
	text-align: left;
	}
.tright {
	text-align: right;
	}
.tcenter {
	text-align: center;
	}
.lt {
	border-top:1px solid grey;
	}
