@CHARSET "UTF-8";
/* $Id: form.css 651 2008-01-30 17:16:28Z Simon Wunderlin $ */

label {
	display: block;
	float: left;
	width: 7em;
}

form p, form div  {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0.4em;
	margin-bottom: 0;
}

fieldset {
	margin-bottom: 0.5em;
}

.block, fieldset {
	padding-top: 0.2em;
	padding-bottom: 0.8em;
}

fieldset legend { font-weight: bold;}
/*
table thead tr th, table thead tr td {
	font-weight: bold; 
	text-align: left;
	border: 1px inset ThreeDFace; 
	padding-left: 0.4em; 
	padding-right: 0.4em; 
}*/

/* button, input[type=button], input[type=submit], input[type=reset],
button, input[type=file] {
	border: 1px outset Menu;
}

input[type=text], textarea, select {
	border: 1px inset Menu;
}

input[type=text], textare {
	background-color: ThreeDFace;
} */

input {
	font-size: 100%;
}

th.right, td.right {
	text-align: right;
}

/*
.pager-table thead th {
	padding-right: 0;
	padding-left: 0;
}
*/

.mceToolbarExternal {
	border: 1px outset ThreeDFace;
}

/*
.pager-control td.pagerlinkactive {
	border: 1px inset Menu ;
}
	
	
.pager-control td {
	background-color: threedface;
	border: 1px outset Menu ;
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-top: 0.3em;
	padding-bottom: 0.1em;
}
*/


/* set sane fieldset paddings */
fieldset {
	padding-left: 2em;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
}

.compiler_plugin_tag_checkbox label {
	display: inline;
	float: none;
}

.required {
	font-weight: bold;
}
.required:after {
	content: " *";
	font-weight: bold;
	color: red;
}

