h1.formHeader{
    *font-family: 'Great Vibes', cursive;
    padding: 	20px;
    font-size: 	40px;
    text-align: 	center;
    color:#006382;
}
.eachSectionHeader{
    font-weight: bold;
    margin:0 0 30px 0;
    font-size: 18px;
    text-align: 	center;
}
.eachFormSection{
    background: rgba(255, 255, 255, 0.29);
    padding: 46px 24px;
    border: 2px solid #c3c3c3;

}
.shadcheSection{
    width: 100%;
}
.boySection,
.girlSection{
    margin-top: 12px;
    width: 47%;

}
.formRow{
    margin-top: 12px;
}
.formRow label{
    font-size: 	16px;
    font-weight: 	400;
}
label.error{
    color: #900;
}
.formRow .labelSmallText{
    font-size: 	12px;
}
#shidduchForm input{
    font-size: 14px;
}
#shidduchForm input[type="checkbox"]{
    background: #000;
}

#_submitShidduchForm{
    background: url(../images/headerBg.JPG);
    -webkit-background-size: cover;
    background-size: cover;
    *width: 50%;
    min-width:300px;
    margin:12px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 7px solid #006281;
    padding: 24px;
    display: inline-block;
    border-radius: 12px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    *float: right;
}

.eachAggregateInfo{
    width: 	33%;
    float: 	left;
    text-align: 	center;
    padding: 	30px 0;
}
.middleAggregate{
    border-right:3px solid rgb(1, 89, 122);
    border-left:3px solid rgb(1, 89, 122);
}
#aggregateInfo{
    padding:50px;
}
.eachAggregateNumber{
    font-weight: 	bold;
    font-size: 	26px;
    padding: 	12px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear{
    clear: both;
    width: 100%;
}

input[type="text"], select, input[type="button"] { /*, input[type="checkbox"]*/
    margin: 0px 5px;
    text-align: left;
    display: block;
    padding: 6px 12px;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #ccc;
    height: 34px;
}
.form-group label span.req{
    color:#f00;
    float: right;
}