form {
    display: inline;
}
.formtextfield {
    color: #a8acb2;
    font-size: 13px;
    font-family: "trebuchet ms" , tahoma, sans-serif;
    font-weight: normal;
    font-style: normal;
    background-color: #fff;
    text-decoration: none;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 3px 6px;
    border: solid 1px #d2d5d8;
    display: block;
}
.formtextfield:hover {
    color: #636a73;
    font-size: 13px;
    font-family: "trebuchet ms" , tahoma, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    background-color: #fff;
    display: block;
    margin: 0;
    padding: 3px 6px;
    width: 100%;
    height: 24px;
    border: solid 1px #a8acb2;
}
.formtextarea {
    color: #a8acb2;
    font-size: 13px;
    font-family: "trebuchet ms" , tahoma, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 19px;
    text-decoration: none;
    background-color: #fff;
    display: block;
    padding: 3px 6px;
    width: 100%;
    height: 184px;
    margin: 0;
    border: solid 1px #d2d5d8;
}
.formtextarea:hover {
    color: #636a73;
    font-size: 13px;
    font-family: "trebuchet ms" , tahoma, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 19px;
    text-decoration: none;
    background-color: #fff;
    display: block;
    margin: 0;
    padding: 3px 6px;
    width: 100%;
    height: 184px;
    border: solid 1px #a8acb2;
}
.formpopup {
    color: #a8acb2;
    font-size: 13px;
    font-family: "trebuchet ms" , tahoma, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    background-color: #fff;
    display: block;
    padding: 2px;
    width: 100%;
    height: 22px;
    margin: 0;
    border: solid 1px #d2d5d8;
}
.formpopup:hover {
    color: #636a73;
    font-size: 13px;
    font-family: "trebuchet ms" , tahoma, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    background-color: #fff;
    display: block;
    margin: 0;
    padding: 2px;
    width: 100%;
    height: 22px;
    border: solid 1px #a8acb2;
    outline: solid 1px #fff;
}
.formpopupmenu1 {
    color: #636a73;
    font-size: 13px;
    font-family: "trebuchet ms" , tahoma, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
    display: block;
    padding: 30px 5px 5px;
    border-color: #fff #fff #e6e6e6;
    border-style: solid;
    border-width: 1px;
}
.formpopupmenu2 {
    color: #a8acb2;
    font-size: 13px;
    font-family: "trebuchet ms" , tahoma, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    background-color: #fff;
    display: block;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #fff #e6e6e6;
}
.formbutton_delete {
    color: #fff;
    font-size: 13px;
    font-family: "trebuchet ms" , tahoma, sans-serif;
    font-style: normal;
    font-weight: bold;
    background-color: #d3d2bf;
    text-decoration: none;
    padding: 4px;
    width: 100%;
    height: auto;
    margin: 0 0 1px;
    border-top: 2px solid #000;
    border-right-style: none;
    border-right-width: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-left-style: none;
    border-left-width: 0;
}
.formbutton_delete:hover {
    color: #fff;
    font-size: 13px;
    font-family: "trebuchet ms" , tahoma, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    background-color: #c6c3ab;
    padding: 4px;
    width: 100%;
    height: auto;
    margin: 1px 0 0;
    border-top: 2px solid #000;
    border-right-style: none;
    border-right-width: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-left-style: none;
    border-left-width: 0;
}
.formbutton_submit {
    color: #fff;
    font-size: 13px;
    font-family: "trebuchet ms" , tahoma, sans-serif;
    font-style: normal;
    font-weight: bold;
    background-color: #d3d2bf;
    text-decoration: none;
    padding: 4px;
    width: 100%;
    height: auto;
    margin: 0 0 1px;
    border-top: 2px solid #000;
    border-right-style: none;
    border-right-width: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-left-style: none;
    border-left-width: 0;
}
.formbutton_submit:hover {
    color: #fff;
    font-size: 13px;
    font-family: "trebuchet ms" , tahoma, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    background-color: #c6c3ab;
    padding: 4px;
    width: 100%;
    height: auto;
    margin: 1px 0 0;
    border-top: 2px solid #000;
    border-right-style: none;
    border-right-width: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-left-style: none;
    border-left-width: 0;
}
