/* 
 It was rather difficult to get the resulting layout for the 'home' page, if anyone ever revisits this feel free to update it.
*/

.homeWrapper {
	text-align:center;
}
.homeItem {
	display: block;
	padding:5px;
	text-align:center;
}

.homeItemContainer {
	display: -moz-inline-box; /* for FF & Mozilla */
	display: inline-block;
}

.homeItem img {
	border-style:groove;
	border-color:#000;
	border-width:2px;
}

.small_box {
	background-color:#330033;
	border-width: 2px;
	border-spacing: 0px;
	border-style: ridge;
	border-color: #000;
	margin:auto auto 15px; auto;
	width:400px;
}

div.form_row {
	padding-top: 10px;
	clear:right;

}

div.form_row label {
	float: left;
	margin-left: 10px;
	width:100px;
	text-align: left;
}
div.form_row field {
	width:300px;
}
div.form_row input {
	width:150px;
}
div.form_row textarea {
	width:375px;
	height:150px;
}
