/*Remove Safari & Chrome Focus */ 
*:focus {
    outline: 0;
}

FIELDSET {
    background: #DEEDF7;
    border: 1px solid #5DB9E8;
    margin: -5px auto 0px auto;
	padding: 0px 5px 10px 10px;
	display:block;
	width:95%;
	color:#000000;
}

FIELDSET OL {
    padding: 10px 10px 0;
    list-style: none;
    padding-top: 4px;
}

FIELDSET LI {
    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 4px;
}

FIELDSET LEGEND {
    font-size: 14pt;
    font-weight: bold;
    text-align: left;
	margin-left:8px;
}
 /* IE6 fix */
 * html fieldset legend {
		margin-top: -14px;
		color:red;
	}

 /* IE7 fix */ 
 *:first-child+html fieldset legend {
		margin: -14px 0px 5px -2px;
	}

FIELDSET LABEL {
    font-size: 10pt;
    font-weight: bold;
    display: block;
    float: left;
    text-align: left;
    margin: 0px 8px;
    width: 125px;
}

FIELDSET LABEL.Sub{
	color:#0057A6;
	margin-left:-8px;
	width:100%;
}

FIELDSET LABEL.Col3{
	width:85px;
}

/*Texts,Password,Selects*/
INPUT[type = text], INPUT[type = password], INPUT[type = file], SELECT {
    border: transparent 0px none;
    line-height: 12px;
    width: 120px;
    font-size: 10pt;
}

INPUT[type = text].DatePicker{
	background:transparent url('/img/calendar.gif') no-repeat center right;
	cursor:pointer;
	text-align:center;
}

DIV.TextCenter {
    background: transparent url('/img/forms/input.png') repeat-x 0px 0px;
    float: left;
    height: 20px;
    padding-top: 1px
}

DIV.TextLeft, DIV.TextRight {
    width: 8px;
    height: 21px;
    float: left;
}

DIV.TextLeft {
    background: url('/img/forms/input-left.png') no-repeat 0px 0px;
    margin-left: 2px;
	margin-right: -2px
	
}

DIV.TextRight {
    background: url('/img/forms/input-right.png') no-repeat 0px 0px;
    margin-right: 6px;
}

INPUT.TextFocused, TEXTAREA.TextFocused, SELECT.TextFocused {
    color: #021E5F;
}

DIV.TextCenterFocused {
    background: transparent url('/img/forms/input.png') repeat-x 0px -21px;
}

DIV.TextLeftFocused {
    background: url('/img/forms/input-left.png') no-repeat 0px -21px;
}

DIV.TextRightFocused {
    background: url('/img/forms/input-right.png') no-repeat 0px -21px;
}

/*Buttons*/
.button, INPUT[type = submit], INPUT[type = button], INPUT[type = reset] {
    font-weight: bold;
    color: #FFFFFF;
    background: transparent url('/img/forms/button.png') repeat-x scroll 0px 0px;
    height: 26px;
    text-align: center;
    font-size: 10pt;
    cursor: pointer;
    float: left;
	padding: 0;
    margin: 0;
    border: 0;
}

* html .button{
     font-weight: bold;
    color: #FFFFFF;
    background: transparent url('/img/forms/button.png') repeat-x scroll 0px 0px;
    height: 26px;
    text-align: center;
    font-size: 10pt;
    cursor: pointer;
    float: left;
	padding: 0;
    margin: 0;
    border: 0;
}


DIV.ButtonLeft, DIV.ButtonRight {
    width: 5px;
    height: 26px;
    float: left;
}

DIV.ButtonLeft {
    background: url('/img/forms/button-left.png') no-repeat 0px 0px;
}

DIV.ButtonRight {
    background: url('/img/forms/button-right.png') no-repeat 0px 0px;
}

DIV.ButtonLeftFocused {
    background: url('/img/forms/button-left.png') no-repeat 0px -26px;
}

DIV.ButtonRightFocused {
    background: url('/img/forms/button-right.png') no-repeat 0px -26px;
}

.buttonFocused, INPUT[type = submit].ButtonFocused, INPUT[type = button].ButtonFocused, INPUT[type = reset].ButtonFocused {
    background: transparent url('/img/forms/button.png') repeat-x scroll 0px -26px;
}

* html .buttonFocused{
	background: transparent url('/img/forms/button.png') repeat-x scroll 0px -26px;
}

/*Textareas*/
TEXTAREA {
    border: transparent 0px none;
    margin: 0px;
	float:left;
	display:block;
	width:468px;
	height:70px;
}
DIV.TextareaWrap{
	display:block;
	float:left;
	width:478px;
}

DIV.TextareaTop, DIV.TextareaBottom {
    height: 5px;
	float:left;
    padding-right: 10px;
	width:467px;
	display:block;
}

DIV.TextareaTop {
    background: url('/img/forms/textarea-tr.png') no-repeat 100% 0px;
		overflow:hidden;
}

DIV.TextareaTopFocused {
    background: url('/img/forms/textarea-tr.png') no-repeat 100% -5px;
}

DIV.TextareaBottom {
    background: url('/img/forms/textarea-br.png') no-repeat 100% 0px;
    margin-bottom: 5px;
	overflow:hidden;
}

DIV.TextareaBottomFocused {
    background: url('/img/forms/textarea-br.png') no-repeat 100% -5px;
}


DIV.TextareaTopLeft, DIV.TextareaBottomLeft {
    width: 5px;
    height: 5px;
}

DIV.TextareaTopLeft {
    background: #f2f2e6 url('/img/forms/textarea-tl.png') no-repeat 0px 0px;
}

DIV.TextareaTopLeftFocused {
    background: #f2f2e6 url('/img/forms/textarea-tl.png') no-repeat 0px -5px;
}

DIV.TextareaBottomLeft {
    background: #f2f2e6 url('/img/forms/textarea-bl.png') no-repeat 0px 0px;
}

DIV.TextareaBottomLeftFocused {
    background: #f2f2e6 url('/img/forms/textarea-bl.png') no-repeat 0px -5px;
}

DIV.TextareaLeft, DIV.TextareaRight, DIV.TextareaLeftFocused, DIV.TextareaRightFocused {
    float: left;
    padding-bottom: 5px;
}

DIV.TextareaLeft, DIV.TextareaLeftFocused {
    width: 5px;
}

DIV.TextareaLeft {
    background: url('/img/forms/textarea-l-off.png') repeat-y 0 0;
	height:71px
}

DIV.TextareaLeftFocused {
    background: url('/img/forms/textarea-l-over.png') repeat-y 0 0;
}

DIV.TextareaRight, DIV.TextareaRightFocused {
    padding-right: 5px;
    padding-bottom: 0;
	height:71px;
}

DIV.TextareaRight {
    background: url('/img/forms/textarea-r-off.png') repeat-y 100% 0;
}

DIV.TextareaRightFocused {
    background: url('/img/forms/textarea-r-over.png') repeat-y 100% 100%;
}

DIV.ActionWrapper {
    clear: both;
    display:inline-block;
    margin-left: 100px
}

DIV.Actions {
    display: block;
    float: left;
    margin-bottom: 5px;
    height: 30px;
}

DIV.FormText {
    display: block;
	float:left;
    text-align: left;
    margin: 5px 4px;
	clear:both;
	width:90%;
}
FORM DIV.CenteredText {
    display: block;
	float:left;
    text-align:center;;
    margin: 5px 4px;
	clear:both;
	width:98%;
}
DIV.FormComments {
    display: block;
	float:left;
    text-align: justify;
    margin: 5px 50px;
	clear:both;
	width:70%;
	font-size:8pt;
	font-style:italic;
}

DIV.FormContacts {
    overflow: auto;
    height: 50px;
    width: 700px;
    display: block;
	margin: 5px 50px;
} 

DIV.LinkRight{
	display:block;
	float:right;
	width:auto;
	text-align:right;
}

DIV.ReadOnlyText{
	float:left;
	display:block;
	line-height: 12px;
    width: 120px;
    font-size: 10pt;
}
