#errorSection {
        display: block;
        margin: 0px;
        padding: 0px;
        margin-top: 25px;
        padding-bottom: 3px;
        padding-top: 20px;
        margin-bottom: -25px;
        border: 2px solid #DDDDDD !important;
        background: #9D9D9D none repeat scroll 0 0 !important;
        font-family: Verdana,Arial,Helvetica,FreeSans,sans-serif;
        max-width: 470px;
}
#errorbox {
        display: block;
        background-image: url(/images/bg_error.png);
        border: 1px solid #C64729 !important;
        line-height: 11px;
        font-size: 11px;
        color: #C64729 !important;
        margin-top: -25px;
        margin-left: -5px;
        margin-right: 3px;
        padding-top: 0px;
        text-align: center;
}

li.error_msg {
        display: list-item;
        color: #C64729 !important;
        text-align: center;
        font-weight: bold;
        font-style: italic;
        font-size: 10px !important;
        padding: 10px;
        /** margin-right: 10px; **/
        margin-left: -25px;
        max-width: 450px;
        list-style-type: none;
        list-style-position: inside;
}

li.error_msg:hover {
        cursor: pointer;
}

.errorSummary {
	background-image: url(/images/bg_error.png);
	position: relative;
	display: block;
	font-family: Verdana, Arial, Helvetica, "Free Sans", sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	line-height: 21px;
	border: 1px solid #AD3E24;
	/* border:1px solid #df7d7d; */
	border-width:1px 0;
	margin:1em;
	padding:1em;
	color: #AD3E24;
	padding: 0 0 0;
}

P.errorHeading {
	display: block;
	margin: 0px;
	margin-top: -8px;
	margin-left: 0px;
	padding: 0px;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	border-bottom:1px solid #df7d7d;
	border-width:1px 0;
	color: #000000;
}

.error_list {

}

.error_item {
	font-size: 0.9em;
	font-weight: bold;
	color: red;
	margin:0;
	padding:2px;
	list-style-position:inside;
	border-bottom:1px dotted #df7d7d;
	position:relative;
}

.error_item:hover {
	color: black;
	cursor: pointer;
}

INPUT:focus , INPUT.focused {
	background-color: #f3fcd7;
	border: 1px dotted #afb6d3;
	color: #000000;
}

INPUT.unfocused {
}

INPUT.invalid {
	background-color: #ffbfbf;
	border:1px solid #df7d7d;
	border-width:2px;
	color: #AA0000;
}

SELECT.invalid {
	background-color: #ffbfbf;
	border:1px solid #df7d7d;
	border-width:2px;
	color: #AA0000;
}

option {
	background-color: #FFFFFF;
}

option.altShading {
	background-color: #fff2f2;
}

#etldbox {
	height: 100px;
}

#regInstead {
	display: none;
	border: none;
	border-width: 0px;
	font-size: 8pt;
	padding-top: 31px;
	padding-bottom: 1px;
}

#regInsteadLink {
	border: none;
	text-decoration: none;
}

#regInsteadLink:hover {
	border: none;
}

.userinput input radio[type], .userinput input radio  {
	width: 10px;
}

IMG.fieldStatus {
	width: 10px;
	height: 8px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}




/* TOOL TIPS */
.help:hover {
	cursor: help;
}


html>body div.outerbox

{

	padding: 0 5px 5px 0;

}

html>body div.outerbox div.shadowbox1

{

	position: absolute;

	right: 0;

	bottom: 5px;

	width: 5px;

	height: 100%;

	background: url(/images/myshadow.png) no-repeat right top;

}

html>body div.outerbox div.shadowbox2

{

	position: absolute;

	bottom: 0;

	right: 5px;

	height: 5px;

	width: 100%;

	background: url(/images/myshadow.png) left bottom;

}

html>body div.outerbox div.shadowbox3

{

	position: absolute;

	bottom: 0;

	right: 0;

	height: 5px;

	width: 5px;

	background: url(/images/myshadow.png) no-repeat right bottom;

}

html>body .innerbox

{

	margin: 0;

	display: inherit;

}

div.levitip {
	background-color: #ABD3DE;
	color: #000;
	border: 1px solid #414141;
	font-size: 1em;
	font-weight: bold;
	opacity: 0.8;
	padding: 2px 5px;
}

