@charset "utf-8";

.editor							{ width:510px; margin:auto; }
.editor #editor-table			{ width: 100%; }
                                	
.editor form 					{ margin-top: 20px; }
.editor form td					{ padding-top: 10px; vertical-align: top;}

.editor #content_parent td,
.editor #introtext_parent td	{ padding: 0px;}
.editor #content_parent a,
.editor #introtext_parent a		{ color: black; }
.editor #content_parent table,
.editor #introtext_parent table	{ width: auto;}	

.editor .input-td				{ width: 300px;}
.editor .label-td				{ width: 210px;}

.editor .select,
.editor input, 
.editor textarea				{ width: 300px; border: 1px solid #d0d0d0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 5px; }
.editor select					{ width: 200px; }

.editor .submit					{ width: auto; padding-right: 10px; padding-left: 10px; text-align: left; cursor: pointer; font-size: 14px; }
.editor .radio
.editor .checkbox				{ width: auto; }

.editor #menuindex				{ width: 50px; text-align: center;}
.editor #description			{ height: 100px;}
.editor #introtext				{ height: 200px; }
.editor #content				{ width: 480px;height: 300px; padding:10px; margin-top: 0px; margin-bottom: 10px;}
.editor #content-label			{ display: block;margin-bottom: 5px; padding-bottom: 5px; margin-top:10px;border-bottom: 1px solid black;}
.editor #unpub_date				{ width: 100px;}
.editor #antispam-image			{ display: block; float: right; margin-right: 150px;}

.editor .tmplvar-image-insert	{ width: auto; font-weight: bold; cursor: pointer;}
.editor .tmplvar-image			{ width: 150px; }

.editor #update-password input 	{ width: auto; }

.editor #webgroup_td label		{ padding-left: 5px; padding-right: 10px; }
.editor #webgroup_td input		{ width: auto; padding: 0px;  }

.editor .width-auto				{ width: auto;}