#submitInstructions {
	margin: 0 12px 10px 12px;
	text-align: left;
	}

#tipForm {
	margin: 0px 12px 0 12px;
	}

.inputField {
	margin: 0 0 12px 12px;
	font-size: 15px;
	font-weight: bold;
	}

#titleBox {
	width: 552px;
	padding: 2px 12px 0 12px;
	text-align: left;

	border: 1px solid #bfdbfe;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	/*font-variant: small-caps;*/

	height: 32px;
	background-color: #111;
	background-image: url('titlebg03.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	}

#contentBox {
	width: 552px;
	height: 280px;

	padding: 10px 12px;
	line-height: 150%;

	border: 1px solid #bfdbfe;
	font: 13px arial;
	color: #fff;
	background-color: #111;
	}

#authorBox {
	width: 552px;
	padding: 2px 12px;

	border: 1px solid #bfdbfe;
	font-size: 13px;
	color: #fff;
	background-color: #111;
	}

#tipList {
	margin: 10px 24px 0 24px;
	}

#tipTable {
	width: 100%;
	}

#tableHeader {
	margin-top: 72px;
	font-size: 22px;
	font-weight: bold;
	}

td {
	vertical-align: top;
	}



.tipTitle {
	text-align: left;
	margin-left: 12px;
	font-size: 15px;
	font-weight: bold;
	}

.tipContent {
	margin: 6px 12px 0 12px;
	line-height: 150%;
	text-align: justify;
	font-size: 13px;
	}

.tipAuthor {
	margin: 4px 12px 0 12px;
	text-align: right;
	color: #bfdbfe;
	font-size: 11px;
	}