#em {
	margin-bottom: -20px; /* hack : 'cause IE6 breaks Fx.Slide/In when #form/fieldset:margin-bottom is set to 30px => we set margin-top and hack the first one here >:o) */
}

#mainError {
	width: 60%;
	margin-left: 20%;
	margin-top: 15px;
	padding: 5px;

	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #a00;

	background-color: #ffffaa;
	border: 1px solid #a00;
}

#form {
	color: #003398;
	}

	#form #f_submit {
		padding: 2px;
		width: 150px;
		height: 30px;
		margin-right: 30px;
		overflow: hidden;
	}

	#form #f_reset {
		width: 150px;
	}

	#form fieldset {
		width: auto;
		overflow: hidden;
		border: 1px solid #003599;
		background: transparent url(/images/form_bg.jpg) 0 0 repeat-y;
		padding: 10px;
		margin-top: 30px;
	}
	
		#form fieldset span.legend {
			font-style: italic;
			font-size: 14px;
			font-weight: bold;

			background-color: #fff;

			position: relative;
			top: -26px;
		}
		
		#form fieldset span.legend span#creditss {
			visibility: hidden;
		}

		#form fieldset p {
			margin-bottom: 9px;
		}
		
		#form fieldset label {
			font-weight: bold;
			font-size: 12px;

			margin-left: 200px;
			width: 140px;
			float: left;
		
			position: relative;
			top: 6px;
		}
		
			#form fieldset label.inline {
				margin-left: 50px;
				padding-right: 5px;
				float: none;

				position: relative;
				top: 0px;
			}

			#form fieldset label.sublabel {
				position: relative;
				left: 50px;
				font-weight: normal;
			}

		#form fieldset input {
			padding: 2px;
			padding-bottom: 1px;
		}

		#form fieldset a {
			color: #003398;
			font-size: 12px;
			text-decoration: underline;
		}
		
			#form fieldset a:hover {
				color: #ff5d07;
			}

		#form fieldset div.dynamic {
			margin-bottom: 5px !important;
			margin-bottom: 0px;
			overflow: hidden;
			position: relative;
			display: block;
			height: 0px;
		}

		#form fieldset div#adddelcredit, #form fieldset div#adddelcredit a, #form fieldset div#adddelcredit a:hover {
			text-align: right;
			font-size: 11px;
		}
		
			#form fieldset div#adddelcredit span#addcredit {
				padding-right: 10px;
			}
			
			#form fieldset div#adddelcredit span#delcredit {
				visibility: hidden;
			}
		
span.error {
	margin-left: 10px;
	color: #a00;
	font-weight: bold;
}

/* **************************** */
/* MOOdalBox for Java Applet    */

div#mb_overlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

div#mb_center, div#mb_bottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #DDD;
}

div#mb_center {
	background-color: #FFF;
}

div#mb_contents {
	width: 400px;
	height: 400px;
	border: 10px solid #4a74be;
	overflow: auto;
	background: #fff;
	visibility: hidden;
	padding: 5px;
}

.mb_loading {
	background: #ddd url(/images/moodalbox/loading.gif) no-repeat center center;
}

#mb_error {
	font-size: 1.2em;
	color: #cd0000;
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
	font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
	font-size: 0.8em;
}

div#mb_bottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #404035;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #4a74be;
	border-top-style: none;
	background: #f0f3fa;
	padding: 5px;
}

a#mb_close_link {
	display: block;
	float: right;
	width: 100px;
	height: 22px;
	background: transparent url(/images/moodalbox/close.gif) no-repeat center;
	margin: 5px 0;
}

div#mb_caption {
	margin-right: 110px;
}

