#editWrapper {
	width: 1050px;
	margin: 0 auto; 
	padding: 0;
}

#editMain {
	width: 1030px;
	border: 10px solid #FFFFFF; 
	text-align: left; 
	background-color: #FFFFFF;
}

/* HEAD */

#editHeaderLeft {
	float: left;
}

#editHeaderRight {
	float: left;
}

/* CONTENT */

#editContentLeft {
	float: left;
}

#editContentRight {
	width: 400px;
	float: left;
}

p.editmode { 
	margin: 5px 0 20px 5px; 
	padding: 0; 
}

hr.editmode { 
	border: 1px solid !important; 
	border-width: 1px 0 0 0 !important; 
	margin: 0 0 1px 0; 
}

.editmode input { 
	border: 1px solid; 
	padding: 2px;
 
}

/* TRANSLATION PHP */

#editTranslation {
	font-family: Arial;
	font-size: 12px;
}

#editTranslation input {
	width: 500px;
	border: 1px solid;
	padding: 2px;
}

#editTranslation fieldset {
	width: 700px;
	margin-bottom: 20px;
	background-color: #e5e5e5;
}

#editTranslation legend {
	font-size: 14px;
	font-weight: bold;
}

#editTranslation label { 
	width: 200px;
	display: inline-block;
	margin-bottom: 5px;
}