input , select, textarea{
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

div#modules_holder {
	float: left;
	margin-top: 10px;
	width: 300px;
}
div.modules {
	width: 890px;
	float: left;
}
div.modules > * {
	float: left;
	width: 100%;
}
div.modules .divider{
	width: 875px;
	float: left;
	/* padding: 5px; */
}
div.modules .renderModule {
	display: none;
}
div.modules > div[id^=module_] {	
	background-color: #F0F1F2;
	color: #0075B1;	
	padding: 0px 25px 5px 25px;
	margin-bottom: 15px;
	min-height: 40px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
div.modules > div[id^=module_]:hover {
	background-color: #fff;
}
div.modules > div[id^=module_].edit{
	background-color: #fff;
}
div.modules > div[id^=module_].noedit p{
	margin: 0 auto;
}
div.cm_wrapper {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
div.cm_wrapper.edit {
	background-color: #fff;
	padding-top: 15px;
}
div.cm_wrapper.noedit {
	padding-top: 15px;
	
}
div.cm_wrapper.noedit:hover {
	background-color: #fff;
}
div.editrow, div.editrow2 {
	margin-top: -15px;
	background-color: #F0F1F2;
	position: absolute;
	width: 935px;
	margin-left: -25px;
	padding-left: 5px;
	padding-top: 3px;
	height: 22px;
	/* display: none; */
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
}
div.editrow2 {
	margin-top: 10px;
	width: 125px;
	left: 810px;
	-webkit-border-radius: 0px 0px 0px 3px;
	border-radius: 0px 0px 0px 3px;
	-moz-border-radius: 0px 0px 0px 3px;
}

div.editrow  a, div.editrow2  a {
	cursor: pointer;
	text-decoration: none;
	margin-right: 10px;
	float: right;
}
div.editrow  a:hover, div.editrow 2 a:hover {
	text-decoration: underline;
}
div.editrow  a#editlink {
	float: right;
}
div.editrow  a#deletelink {

}

div.modules div[id^=module_] > div {
	width: 880px;
}
div.modules div[id^=module_] div.editrow ,
div.modules div[id^=module_] div.editrow2,
div.modules div[id^=module_] div.modulename  {
	position: relative;
	left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: -25px;
	width: 935px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
}
div.modules div[id^=module_] div.editrow2 {
	width: 140px !important;
	top: 25px  !important;
	left: 430px !important;
	text-align: right;
	padding-right: 10px;
	-webkit-border-radius: 0px 0px 0px 3px;
	border-radius: 0px 0px 0px 3px;
	-moz-border-radius: 0px 0px 0px 3px;
	display: none;
}
div.modules div[id^=module_] div.modulename {
	left: 0px !important;
	width: 150px;
	background-color: #fff;
	float: none;
	top: -21px;
	margin-left: -5px;
	padding: 3px 5px 5px 5px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	display: none;
}


div.modules div[id^=module_] .imageHolder {
	min-width: 105px;
	min-height: 60px;
	width: 105px;
	height: auto;
	float: left;
	margin-right: 10px;	
}
div.modules div[id^=module_] .imageHolder img {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}


div.modules div[id^=module_] div[id^=entry_holder_] {
	float: left;
	padding-top: 10px;
	border-top: 1px solid #0075B1;
	width: 873px;
	min-height: 1px;
}

div.modules div.entry_row {
	float: left;
	margin-bottom: 5px;
}

div.modules div.noedit.homepageentry div.entry_row{
	padding: 5px;
	width: 880px;
	background-color: #F0F1F2;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

div.modules div.entry_text {
	float: left;
	width: 740px !important;
}

div.modules select {
	float: left;
	width: 280px;
}
div.modules select[id^=mce_editor_] {
	width: auto !important;
}

div.inner_module_holder {
	float: left; 
	width: 100%; 
	border: 1px solid #6E787F; 
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #F0F1F2;
}
.description {
	padding: 0;
	
}
.cm_wrapper .description {
	padding-top: 5px;
}