/* VSEOBECNE */
form {
    margin: 0px;
    padding: 0px;
}

input, textarea, select {
    /* border:1px solid #0344A5; */
    font-size:1.0em;
    font-family:Tahoma, Arial, Verdana, sans-serif;
}
.button, input[type="submit"] {
    /* background:#FFF;
    border-top:    3px solid #FFC73C;
    border-left:   1px solid #0344A5;
    border-right:  1px solid #0344A5;
    border-bottom: 1px solid #0344A5;
    font-weight:bold; */
    font-size:1em;
    font-family:Arial;
}
.buttons {
    text-align:left;
    margin-top:0.5em;
}

form fieldset {
    border:2px solid #1F9EDC;
    margin-top:1em;
    margin-bottom:1em;
    padding:0em 1em 1em 1em;
}
form fieldset input,form fieldset textarea, form fieldset select {
    margin-bottom:5px;
    vertical-align:middle;
}
form fieldset legend {
    color:#000000;
    background:#93CFF0;
    border:1px solid #1F9EDC;
    padding:0em 0.8em;
    line-height:1.8em;
    margin-bottom:0.9em;
}
form fieldset .inputline {
    clear:both;
}
form fieldset label {
    float:left;
    clear:left;
    display:block;
    width:140px;
    margin-right:10px;
    padding-top:3px;
    text-align:right;
    color:#4D4D4D;
}
form fieldset .inputtext {
    padding-top:3px;
    margin-bottom:5px;
}
form fieldset label.core {
    font-weight:bold;
    color:#000;
}
form fieldset div.input {
    margin-left:150px;
}
form fieldset .text {
    width:250px;
}
form fieldset .date {
    width:80px;
}

form fieldset table.input .text {
    width:170px;
}

/* FORM.confirm */
form.confirm fieldset {
    border:0.09em solid #F00;
    padding:1%;
    background:#FFFFE1;
    margin-bottom:1em;
}
form.confirm fieldset legend {
    border:0.09em solid #F00;
    background:#F00;
    color:#FFF;
}

input.search {
    border: 1px solid #5CA7E0;
    margin: 0px 0px 3px 0px;
    width:117px;
}

.home_button_search {
    background: url(images/home-search-bg.gif) no-repeat left top;
    padding: 6px 11px 2px 11px;
    margin: 0px 0px 0px 0px;
    border: none;
}
.home_button_search:hover {
    text-decoration: none;
}
.home_button_search span {
    display: none;
}

.home_button_go {
    background: url(images/home-go-bg.gif) no-repeat left top;
    margin: 0px;
    padding: 2px 5px 0px 7px;
}
.home_button_go:hover {
    text-decoration: none;
}
.home_button_go span {
    display: none;
}
