.admin-form {
	width: 100%;
}

div.field, div.buttons {
	width: 100%;
	clear: both;
	float: left;
}
	div.field label {
		float: left;
		clear: left;
		margin-bottom: 5px;
		font-size: 0.9em;
	}
	div.field label span {
		color: red;
	}
	div.field.choose-link input {
		width: 70%;
	}
	div.field.choose-link a {
		float: left;
		font-size: 0.8em;
		margin-left: 15px;
		line-height: 22px;
		text-decoration: none;
		color: #428BDF;
	}
		div.field.choose-link a:hover {
			text-decoration: underline;
			color: #228;
		}
	div.field input.input, div.field textarea, div.field .media-list-container {
		float: left;
		clear: left;
		width: 99%;
		padding: 4px;
	}
	div.field textarea.fck-field {
		padding: 0;
		margin: -1px 0;
	}
	div.field select {
		float: left;
		clear: left;
		width: auto;
		padding: 0;
	}

	p.error {
		float: right;
		font-size: 0.9em;
		color: #E24948;
		margin-top: 3px;
	}
	div.field input.calendar {
		width: 150px;
	}
	div.field span.calendar {
		float: left;
	}
	div.field.location div,
	div.field.location div input,
	div.field.location p {
		clear: left;
		float: left;
	}
	div.field.location p {
		width: 100%;
		margin: 10px 0;
	}
		div.field.location input {
			margin-right: 7px;
		}
    div.field.repeater {
        
    }
    div.field div.repeater-content {
        clear: both;
        display: block;
    }
    div.field div.repeater-content div.repeater-content-item-container {
        margin-bottom: 5px;
    }
    div.field div.repeater-content div.repeater-content-item input,
    div.field div.repeater-content div.repeater-content-item select,
    div.field div.repeater-content div.repeater-content-item textarea {
        clear: none;
    }
	div.field.date-select select {
		clear: none;
		margin-right: 5px;
	}
	div.field.date-select label {
		display: block;
		float: none;
	}
	div.field .option_cols {
		clear: left;
	}
	div.field .select_option_col {
		float: left;
		list-style: none;
	}
	
.cp-content div.field {
	background-color: #F1F2F9;
}
.cp-content div.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 div.field {
	width: 96%;
	padding: 15px 2%;
	
}

	.cp-content div.field input, .cp-content div.field textarea {
		background: #FFF url(/core/images/form-field_bg.gif) repeat-x 0 0;
		border: none;
		border: 1px solid #999;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
div.field iframe {
	float: left;
	clear: left;
	width: 100%;
}


/* media library */
#media-list-container {
	clear: left;
	float: left;
}
	.media-select-link {
	    padding-left: 20px;
		margin-top :10px;
		float: left;
	    background: transparent url(/core/images/icons/application_view_gallery.gif) left center no-repeat;
	}
	#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;
}




.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;
}

