.admin-form {
	width: auto;
}

.field, div.buttons {
	width: 100%;
	clear: both;
	float: left;
}
	.field label,
	.field dt {
		float: left;
		clear: left;
		margin-bottom: 5px;
		font-size: 0.9em;
	}
	.field label span {
		color: red;
	}
	.field.choose-link input {
		width: 70%;
	}
	.field.choose-link a {
		float: left;
		font-size: 0.8em;
		margin-left: 15px;
		line-height: 22px;
		text-decoration: none;
		color: #428BDF;
	}
		.field.choose-link a:hover {
			text-decoration: underline;
			color: #228;
		}
	.field input.input,
	.field textarea,
	.field .media-list-container {
		float: left;
		clear: left;
		width: 99%;
		padding: 4px;
	}
	.field dd {
		float: left;
		clear: left;
		width: 99%;
		font-size: 1em;
		padding: 4px;
		background-color: #FFF;
	}
	.cp-content .field input.readonly {
		background-color: #F8F8F8;
		border-color: #BBB;
	}
	.field textarea.fck-field {
		padding: 0;
		margin: -1px 0;
	}
	.field select {
		float: left;
		clear: left;
		width: auto;
		padding: 0;
	}
	.field.multi-level p {
		clear: left;
		margin: 0.4em 0;
		font-weight: bold;
	}
	p.error {
		float: right;
		font-size: 0.9em;
		color: #E24948;
		margin-top: 3px;
	}
	.field input.calendar {
		width: 150px;
	}
	.field input.check_box {
		border: 0 !important;
		background: none !important;
	}
	.field span.calendar {
		float: left;
	}
	div.location div,
	div.location div input,
	div.location p {
		clear: left;
/*		float: left;*/
	}
	div.location p {
		width: 100%;
		margin: 10px 0;
	}
		div.location input {
			margin-right: 7px;
		}
    .field div.repeater-content {
        clear: both;
        display: block;
    }
    .field div.repeater-content div.repeater-content-item-container {
        margin-bottom: 5px;
    }
    .field div.repeater-content div.repeater-content-item input,
    .field div.repeater-content div.repeater-content-item select,
    .field div.repeater-content div.repeater-content-item textarea {
        clear: none;
    }
	div.date-select select,
	div.card-select select {
		clear: none;
		margin-right: 5px;
	}
	div.date-select label,
	div.card-select label {
		display: block;
		float: none;
	}
	.field .option_cols {
		clear: left;
	}
	.field .select_option_col {
		float: left;
		list-style: none;
		margin: 0;
	}
	
.cp-content .field {
	background-color: #F1F2F9;
}
.cp-content .field.field-alt {
	background-color: #FFF;
}

.cp-content div.buttons {
/*	width: 40%;
	clear: both;
	float: right;*/
	width: 96%;
	padding: 15px 2%;
/*	border: 1px solid red;*/
}
.cp-content .field {
	width: 96%;
	padding: 15px 2%;
	
}

	.cp-content .field input, .cp-content .field textarea {
		background: #FFF url(/core/images/form-field_bg.gif) repeat-x 0 0px;
		border: none;
		border: 1px solid #999;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	.cp-content .field input.number {
		width: 120px;
	}
	.cp-content .field dd {
		background: #F8F8F8;
		border: 1px solid #BBB;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		font-family: "Lucida Grande", arial, sans-serif;
		font-size: 11px;
		line-height: 14px;
		height: auto !important;
		height: 14px;
		min-height: 14px;
	}
	
	.cp-content .admin-table .field {
		padding: 0;
	} 
		
.field iframe {
	float: left;
	clear: left;
	width: 100%;
}


/* media library */
#media-list-container {
	clear: left;
	float: left;
}
	.media-select-link,
	.media-select-wait {
	    padding-left: 20px;
		margin-top :10px;
		float: left;
	    background: transparent url(/core/images/icons/application_view_gallery.gif) left center no-repeat;
	    cursor: pointer;
	}
	.media-select-wait {
		display: none;
		color: #1C4FAD;
		background-image: url(/core/images/spinner-grey.gif);
	}
		.field-alt .media-select-wait {
			background-image: url(/core/images/spinner-white.gif);
		}
	.updating .media-select-link {
	    display: none;
	}
	.updating .media-select-wait {
	    display: inline;
	}


	#media-list-container img {
		-webkit-box-shadow: RGBA(25,25,25,0.6) 1px 1px 3px;
		margin: 2px;
		
	}




/* file inputs  old style */

.admin-form .file-input {
	float: left;
	position: relative;
	text-align: right;
	width:  300px;
	height: 25px;
}

.admin-form .file-input .input {
	float: left;
	width:  160px;
}

.admin-form .file-input input.file {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	width: default;
	
}

.admin-form .file-input .file-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 300px;
}

.admin-form .file-input .button {
	float: left;
	display: block;
}


/* file and image upload old style */

.admin-form  p.file-name {
	color: #666;
	clear: both;
}


.admin-form  .file-name img {
	border: 1px solid #CCC;
	padding: 5px;
	margin: 5px 0 6px 0;
}

.admin-form  .file-name img.icon {
	vertical-align: bottom;
	margin: 5px 0 4px 0;
	padding: 0;
	border: 0;
}

.admin-form  .file-name a.delete {
	clear: left;
	margin-top: 10px;
}

.model-repeater {
	
}
	.model-repeater .nodes {
		width: 70%;
		margin-top: 10px;
		border: 1px solid #999;
		padding: 10px 10px 0;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background:#F1F2F9;
	}
	.field-alt.model-repeater .nodes {
		background:#F1F2F9;
	}
		.model-repeater .nodes .node {
			background:#FFFFFF url(/core/images/form-field_bg.gif) repeat-x scroll 0 0;
			
			border: 1px solid #999;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			padding: 12px 10px;
			margin-bottom: 10px;
		}
			.model-repeater .nodes .node .field {
				
			}

	.model-repeater .remove {
		float: right;
	}

.flagmap {
	position: relative;
	background-position: 0 0;
}
	.flagmap .mappoint {
		position: absolute;
		top: 0;
		left: 0;
		height: 0;
		width: 0;
	}
		.flagmap .mappoint .pointmarker {
			display: block;
			position: absolute;
			width: 10px;
			height: 10px;
			left: -5px;
			top: -5px;
			background: red;
			overflow: hidden;
		}
		.flagmap .dirty .pointmarker{
			background: green;
		}
		.flagmap .dragging .pointmarker{
			background: blue;
		}
		.flagmap .mappoint .pointcontent {
			position: absolute;
			display: none;
			width: 400px;
			background: #FFF;
			padding: 10px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-box-shadow: 3px 3px 10px RGBA(0,0,0,0.3);
			-moz-box-shadow: 3px 3px 10px RGBA(0,0,0,0.3);
		}
		.flagmap .se .pointcontent {
			top: 0;
			left: 0;
		}
		.flagmap .sw .pointcontent {
			top: 0;
			right: 0;
		}
		.flagmap .nw .pointcontent {
			bottom: 0;
			right: 0;
		}
		.flagmap .ne .pointcontent {
			bottom: 0;
			left: 0;
		}
			.flagmap .mappoint .pointcontent img {
				float: left;
				margin-right: 10px;
			}
			.flagmap .hover {
				z-index: 10;
			}
			.flagmap .hover .pointcontent {
				display: block;
			}
.field .flagmap {
	margin-bottom: 20px;
}
.flagmap-field p.link {
	clear: both;
}

/* ================= */
/* = Clever labels = */
/* ================= */
.field small.form_note {
	display: none;
}
.field .cleverlabel {
	color: #888;
}

/* ========== */
/* = Banner = */
/* ========== */
.js div.autocomplete select {
	display: none;
}
.field .autocomplete {
	float: left;
	clear: left;
	position: relative;
}
	.field .autocomplete .input {
		width: 200px;
	}
	.field .autocomplete .options {
		position: absolute;
		z-index: 10000;
		top: 100%;
		margin-top: -4px;
		padding: 4px 0px 0;
		width: 208px;
		background: #FFF;
		border: 1px solid #999;
		border-top: none;
		display: none;
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
	}
		.field .autocomplete .options li {
			padding: 5px 4px;
			border-top: 1px dotted #DDD;
			color: #777;
			font-size: 0.833em;
		}
		.field .autocomplete .options li:hover {
			background: #6289F8;
			color: #FFF;
		}






