.blockLabels label {
	display: block;
}

.inlineList li {
	display: inline;
	margin: 0;
}

.required {
	color: red;
}

span.tagMatches {
   display: block;
	margin-top: 5px;
}

span.tagMatches span {
	float: left;
	padding: 2px;
	margin-right: 4px;
	margin-bottom: 5px;
	background-color: #4EA3D7;
	color: #fff;
	cursor: pointer;
}

form * {
	font-size: 12px;
}
		.message {
			background: #ddd !important;
			border: 1px solid #999 !important;
			padding: 5px;
			margin: 10px 0;
			color: #000 !important;
		}
			.message.good {
				background: #dbffde !important;
				border: 1px solid #7fe488 !important;
			}
			.message.bad {
				background: #ffe5e5 !important;
				border: 1px solid #ff9c9c !important;
			}
			.message.warn,
			.message.warning,
			.message.required {
				background: #ffefd7 !important;
				border: 1px solid #ffd99e !important;
			}
		span.message {
			width: 300px;
		}
		form div.field {
			margin-bottom: 10px;
			clear: left;
		}
			form label {
				line-height: 2;
				font-size: 12px;
				margin-right: 10px;
				font-weight: bold;
			}
			form label.left {
				float: left;
				width: 11em;
			}
			form label.right {
				float: right;
				font-weight: normal;
			}

		.field span.readonly {
			display: block;
			width: 300px;
			border: 1px dotted #666;
			background: #fff;
			padding: 6px;
		}
		form input.text,
		form textarea,
		form select,
		form .numeric,
		.calendardate input {
			color: #333;
			padding: 3px;
		}
			form .numeric {
				width: 25px;
				margin-right: 3px;
			}
			form input.year {
				width: 35px;
			}
		.checkboxsetfield span {
			display: block;
		}
		/* wont margin the label properly without the extra .05 */
		.optionset {
			padding-left: 6.5em;
		}
			.optionset li {
				list-style-type: none !important;
			}
		.dmycalendardate {
			color: #ccc;
		}
			.dmycalendardate span {
				display: block;
			}
		p.checkbox {
			padding: 10px 3px 0 11em;
		}
			p.checkbox label {
				float: none;
			}
		form .Actions {
			width: 310px;
			margin: 10px 0;
			text-align: right;
    	}
			#Sidebar form .Actions {
				width: 98%;
			}
			form .Actions input {
				padding: 2px 3px;
				margin: 0 2px;
			}
/*
.middleColumn {
	margin-bottom: 14px;
}
	.middleColumn .middleColumn {
		margin-top: 0;
	}
*/
div.showOnClick a {display: none;}

/*####################################
############ LOGIN FORM ##############
#####################################*/

#Form_EditForm {width: 350px;}
#Form_EditForm form div.field {margin-bottom: 0;}

.typography ul.tabstrip {padding: 0;}

#MemberLoginForm_LoginForm_tab,
#UsernameLoginForm_LoginForm_tab {
	overflow: hidden;
}

#MemberLoginForm_LoginForm legend,
#UsernameLoginForm_LoginForm legend {
	display: none;
}

#MemberLoginForm_LoginForm .Actions,
#UsernameLoginForm_LoginForm .Actions {
	padding-left: 0 !important;
}

p#Remember {
	margin: 0 !important;
	padding: 0;
}
p#Remember input {
	margin-top: 4px;
}

