#formChastro td {
    border: 0;
    padding: 0;
}

#formChastro th {
    /*color:#0000aa;*/
    color: #4b1f69;
    text-transform: none;
}

#formChastro tbody {
    border-bottom: 1pt solid #eeeee8;
    margin-bottom: 16pt;
    padding-bottom: 12pt;
}

#formChastro p {
    margin-bottom: .75em;
}

#formChastro p.spacer {
    font-size: 3pt;
    margin-bottom: 12pt;
    margin-top: 0pt;
    xxbackground-color: #fcf8e3;
    xxbackground-color: #ebe2b9;
    background-color: #f6f3c8;
    background-color: #f6f3c8;
    background-color: #f6f3c8;
    background-color: #f8e8da;
    background-color: #f8edda;


}



#formChastro input[type=text] {
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    /*margin: 20px;*/
    overflow: hidden;
    padding: 5px 10px;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/

    -webkit-user-select: none;
    background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
}

#formChastro input[type=text] {
    width: 20em;
}


/* -------- Select Box Styles: stackoverflow.com Method */
/* -------- Source: http://stackoverflow.com/a/5809186 */
#formChastro select {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-user-select: none;
    /*background-image: url(/wp-content/themes/lefestyle-pro/lib/astrologydn-arrow.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);*/
    background-image: url(dn-arrow.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    /*margin: 20px;*/
    margin-bottom: 6pt;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

#formChastro input[type=text],
#formChastro select {
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 12pt;
    -webkit-padding-start: 4pt;
}

#formChastro #chastro_year,
#formChastro #chastro_day,
#formChastro #chastro_hour,
#formChastro #chastro_minute {
    width: 6em;
    background-position: 88% center;
}

#formChastro #chastro_year,
#formChastro #chastro_month,
#formChastro #chastro_hour {
    margin-right: 12pt;
}

#formChastro #chastro_month {
    width: 11em;
    background-position: 95% center;
}

#formChastro table table {
    margin-bottom: .6em;
}
#formChastro table  {
    margin-bottom: 14pt;
}

/* spacing for review form */
.submit-review #formChastro td {
    border: 0;
    padding: 3pt;
}

/* buttons */
#_submit_action_top {
    float: right;
}

#_chastro_goback {
    padding:6pt 12pt;
    margin-top:8pt;
}

