#form-bg {
    margin-top: 0px;
    padding: 0px;
    background-image: url('../insure_blog_img/form-bg.png');
    background-repeat: no-repeat;
    height: 247px;
    width: 341px;
}

#form-header {
    position: relative;
    z-index: 2;
    background-image: url('../insure_blog_img/form-top.png');
    background-repeat: no-repeat;
    height: 90px;
    width: 341px;
    margin-top: 0px;
    font-family: arial;
    font-size: 25px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 2px;
}

#form-submit {
    position: relative;
    z-index: 3;
    border: 0px solid;
    margin-top: 100px;
    margin-left: 7px;
    background: transparent url(../insure_blog_img/form-button.png) no-repeat center top;
    height: 42px;
    width: 161px;
    font-family: arial;
    font-size: 17px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    outline-style: none;
    cursor: pointer;
}

#form-family {
    border: 0px solid;
    position: relative;
    z-index: 1;
    float: right;
    margin-top: -57px;
    background-image: url('../insure_blog_img/form-family.png');
    background-repeat: no-repeat;
    height: 212px;
    width: 162px;
}

#form-states {
    margin-top: -150px;
    margin-left: 10px;
}

#states-label {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 2px;
}

#form-states select {
    width: 125px;
    margin: 0px;
    border: 1px solid #7F9DB9;
}

#form-insurance-types {
    margin-top: 8px;
    margin-left: 10px;
}

#insurance-types-label {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 2px;
}

#form-insurance-types select {
    width: 155px;
    margin: 0px;
    border: 1px solid #7F9DB9;
}



