form {
    margin: 0px;
}

input{
    font-size: 9pt;
}
/*
input{
    height: 18px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #999999;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #999999;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 10pt;
    line-height: 16px;
    vertical-align: middle;
}
*/
input.imagebutton{
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	border: 0px;
	vertical-align: middle;
}
input.button{
    height: 26px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom-color: #BFBFBF;
    border-left-color: #E5E5E5;
    border-right-color: #BFBFBF;
    border-top-color: #E5E5E5;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-left-style: solid;
    border-left-width: 3px;
    border-right-style: solid;
    border-right-width: 3px;
    border-top-style: solid;
    border-top-width: 3px;
    font-size: 9pt;
    line-height: 16px;
    background-image: url(../images/btn_back.gif);
    background-position: center center;
    background-repeat: repeat-x;
}
input.buttonover{
    height: 26px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom-color: #820000;
    border-left-color: #FFEAEA;
    border-right-color: #820000;
    border-top-color: #FFEAEA;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-left-style: solid;
    border-left-width: 3px;
    border-right-style: solid;
    border-right-width: 3px;
    border-top-style: solid;
    border-top-width: 3px;
    font-size: 9pt;
    line-height: 16px;
    background-image: url(../images/btn_back_over.gif);
    background-position: center center;
    background-repeat: repeat-x;
}

input.buttonattention{
    height: 26px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom-color: #993333;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-left-color: #cc6666;
    border-left-style: solid;
    border-left-width: 3px;
    border-right-color: #993333;
    border-right-style: solid;
    border-right-width: 3px;
    border-top-color: #cc6666;
    border-top-style: solid;
    border-top-width: 3px;
    font-size: 9pt;
    line-height: 16px;
    background-image: url(../images/th_back_attention.gif);
    background-position: center center;
    background-repeat: repeat-x;
}
input.buttonattentionover{
    height: 26px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom-color: #999900;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-left-color: #ffcc66;
    border-left-style: solid;
    border-left-width: 3px;
    border-right-color: #999900;
    border-right-style: solid;
    border-right-width: 3px;
    border-top-color: #ffcc66;
    border-top-style: solid;
    border-top-width: 3px;
    font-size: 9pt;
    line-height: 16px;
    background-image: url(../images/btn_back_over.gif);
    background-position: center center;
    background-repeat: repeat-x;
}

select{
    font-size: 9pt;
	 vertical-align: middle;
}
/*
select{
    height: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 2px;
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #999999;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #999999;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
    line-height: 20px;
    font-size: 10pt;
}
*/

textarea{
    font-size: 10pt;
}

.imedisabled{
    ime-mode: disabled;
}
.imeactive{
    ime-mode: active;
}

input.noborder{
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}

span.needed {
    padding-left: 5px;
    font-size: 10px;
    font-weight: normal;
    color: #cc0033;
}

th.leftattention {
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    background-image: none;
    background-color: #ffcccc;
}

p.attention {
    margin-top: 10px;
    font-size: 10px;
    color: #cc0033;
}


div.form_btns{
    margin-top: 40px;
    text-align: center;
}

div.form_btns a{
    margin-left: 10px;
}
    
@import url(forms_4ie.css);

