
br
{
    clear: left;
}

label
{
    color: #26a;
    font-weight: bold;
    text-align: right;
    float: left;
    width: 6em;
    margin: 5px 5px 2px 0px;
    display: block;
}

.wider label
{
    width: 10em;
}

fieldset
{
    border-right: #26a 1px solid;
    border-top: #26a 1px solid;
    border-left: #26a 1px solid;
    border-bottom: #26a 1px solid;
    position: relative;
    background-color: #fffacd;
    margin: 5px 5px 15px 5px;
    display: block;
    padding: 5px 10px 10px 10px;

}

legend
{
    border-right: #26a 1px solid;
    border-top: #26a 1px solid;
    font-weight: bold;
    border-left: #26a 1px solid;
    border-bottom: #26a 1px solid;
    background-color: #e0ffff;
    padding: 2px 5px;
    margin: 0px 0px 5px 0px;
    position: relative;
    _top: -14px;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:inherit;
}

input, textarea, select
{
    margin-top: 2px;
    margin-bottom: 2px;
        font-size:1.0em;
}

.label
{
    color: #26a;
    font-weight: bold;
    font-weight: bold;
    margin: 2px 5px 2px 0px;
    padding-bottom: 0px;
}

.input-box
{
    /*border-right: #26a 1px solid; 	border-top: #26a 1px solid; 	border-left: #26a 1px solid; 	border-bottom: #26a 1px solid;*/

}






.readonly
{
    border-right: #26a 1px solid;
    padding-right: 2px;
    border-top: #26a 1px solid;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: #26a 1px solid;
    color: #26a;
    padding-top: 2px;
    border-bottom: #26a 1px solid;
    background-color: #f5f5f5;
    margin-top: 2px;
    margin-bottom: 2px;
}

.align-right
{
    text-align: right;
}

.alert
{
    color: red;
}

.required
{
    padding-right: 0px;
    background-position: 1px 2px;
    padding-left: 20px;
    background-image: url(/images/graphics/required.gif);
    padding-bottom: 2px;
    vertical-align: middle;
    padding-top: 2px;
    background-repeat: no-repeat;
}

.submit-button
{
    clear: both;
    border-right: #9cf 2px outset;
    border-top: #9cf 2px outset;
    background: #fef7c7;
    border-left: #9cf 2px outset;
    color: #000;
    border-bottom: #9cf 2px outset;
    margin-left: 20px;
}



div.FormLine
{
    clear: left;
}

fieldset div
{
    overflow: auto;
}

.errHilite
{
    border-right: red ridge;
    border-top: red ridge;
    border-left: red ridge;
    border-bottom: red ridge;
    background-color: yellow;
}

input.btn
{
    border-right: #363 1px solid;
    border-top: #696 1px solid;
    font-size: 100%;
    -ms-filter: progid:dximagetransform.microsoft.gradient (gradienttype=0,startcolorstr= '#ffffffff' ,endcolorstr= '#d4f1f5' );
    border-left: #696 1px solid;
    color: #050;
    border-bottom: #363 1px solid;
    background-color: #fed;
    text-align: center;
    width: 40px;
}

.table2
{
    border-right: #cc9966 1px;
    border-top: #cc9966 1px;
    border-left: #cc9966 1px;
    border-bottom: #cc9966 1px;
    background-color: white;
    border-collapse:collapse;
}

.table2 tr
{
    color: #330099;
    background-color: white;
}

.navigation
{
	padding-left: 10px;
	margin: 0px;
	padding-top: 5px;
	list-style-type: none;
	padding-right: 10px;
}

.navigation li a
{
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	padding-bottom: 5px;
	width: 5em;
	color: #fff;
	padding-top: 5px;
	background-color: #036;
	text-align: center;
	text-decoration: none;
}

.navigation li a:hover
{
	color: #fff;
	background-color: #69c;
}







