input, textarea, select {
	color						: #424242 ;
	font						: normal 11px Arial, Helvetica, sans-serif ;
}

/* SEARCH FORM */
input.search {
	border						: 1px solid #A0A0A0 ;
	width						: 110px ;
	height						: 16px;
}

/* LOGIN FORM */
td.login {
	background-color			: #EDEDED ;
	border						: 1px solid #9E9E9E ;
	border-left					: 2px solid #9e9e9e ;
	padding-top					: 10px ;
	padding-bottom				: 10px ;
}

td.login td {
	font-size					: 11px ;
}

td.loginText {
	padding						: 4px 0 0 0 ;
}

td.loginLink {
	color						: #002C78 ;
	padding						: 8px 0 0 0 ;
}

td.loginLink a {
	color						: #002C78 ;
}

input.login {
	border						: 1px solid #424242 ;
	background					: #ffffff ;
	height						: 16px ;
}

td.log {
	background					: #CECECE
}

/* COMMON CLASSES */
.formSpacer {
	padding						: 10px 0 0 0 ;
}

.formDelimiter {
	background					: url(../../img/magenta/bkg_delimeter_index.gif) repeat-x ;
}

.formControlDelimiter {
	background					: url(../../../img/magenta/bkg_delimeter_index.gif) repeat-x ;
}

h3.error {
	color						: #780502 ;
}

.formColumnBG {
	background					: #E4E8F0 ;
	padding						: 10px ;
}

/* FORM CLASSES */
table.form td {
	vertical-align				: top ;
	padding						: 0 15px 4px 0 ;
}

table.form td div.formField {
	font-weight					: bold ;
	font-size					: 11px ;
	color						: #000000 ;
	padding-top					: 2px ;
	text-align					: right ;
}

table.form td div.formFieldLeft {
	font-weight					: bold ;
	font-size					: 11px ;
	color						: #000000 ;
	padding-top					: 2px ;
}

table.form select {
	width						: 220px ;
}

table.form textarea {
	width						: 337px ;
	height						: 186px ;
	border						: 1px solid #A0A0A0 ;
}

table.form input {
	width						: 153px ;
	height						: 16px ;
	border						: 1px solid #A0A0A0 ;
}

table.form em {
	color						: red ;
	font-style					: normal ;
}

table.form div {
	font-weight					: normal ;
	color						: red ;
	text-align					: left ;
	font-size					: 10px ;
	padding						: 0 0 0 3px ;
}

div.mand {
	color						: #808080 ;
	font-size					: 10px ;
	padding						: 10px 0 5px 0 ;
}

div.mand em {
	color						: red ;
	font-style					: normal ;
}

/* Search */
div.search {
	padding						: 10px 0 0 2px ;
}

div.search p {
	margin						: 2px 0 20px 13px ;
	line-height: 16px ;
}

div.search a {
	font-weight					: bold ;
}

#searchLast {
	margin						: 2px 0 5px 13px ;
}