.clearfix {
	clear: both;
}

.dropdown_long {
	width: 200px;
}

.dropdown_normal {
	width: 100px;
}

.dropdown_short {
	width: 50px;
}

body {
	margin: 0;
	padding: 0;
	min-width: 1000px;
	font-size: 13px;
	font-family: Lucida Sans Unicode;
	color: #434343;
}

#footer-wrapper {
	float: left;
	margin: 10px;
	clear: both;
}

#content h1 {
	border-bottom: 1px solid #c1c1c1;
	font-size: 20px;
	margin: 0;
	padding: 10px 10px 5px;
	margin-bottom: 20px;
	font-weight: normal;
}

#content h2 {
	color: #434343;
	margin-bottom: 10px;
}

#copy-wrapper {
	float: left;
	height: 40px;
}

#copy {
	font-size: 10px;
	margin-top: 15px;
	color: #cccccc;
}

#copy a:visited {
	text-decoration: none;
	color: #cccccc;
}

#copy a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#ajax-status {
	float: left;
	width: 40px;
	height: 40px;
}

#ajax-loader {
	margin-left: 12px;
	margin-top: 12px;
}

form-content {
	margin-bottom: 30px;
}

.edit-field {
	display: block;
	margin-bottom: 10px;
}

.edit-field label {
	display: table-cell;
	width: 150px;
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}

.edit-field label.short {
	width: 80px;
}

.edit-field .edit-controls {
	display: table-cell;
	vertical-align: top;
}

.edit-field .edit-controls label {
	display: table-cell;
	text-align: left;
	color: #434343;
}

.edit-submit {
	display: block;
	padding-top: 10px;
}

.edit-submit-short {
	padding-left: 90px;
}

.buttonAdd {
	background: #173d6e !important;
	color: #ffffff !important;
}

.vertical-align-top {
	vertical-align: top;
}

.left-align {
	text-align: left;
}

.center-align {
	text-align: center;
}

.right-align {
	text-align: right;
}