.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.center {
	text-align: center;
}

.display-none {
	display: none;
}

form .row {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
}

form .btn-row {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 1px;	
	text-align: center;
}

form .row .label {
	width: 120px;
	float: left;
	text-align: right;
	padding-right: 5px;
}

form .row .input {
	float: left;
}

form .errors p {
	background-color: #FFBFBF;
	padding: 2px;
	border: 1px solid #9F3B3B;
	color: #9F3B3B;
	font-size: 13px;
	
}