.formnine {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}
.lbw {
    width: 155px;
    float: left;
    padding-top: 7px;
}
.lbw1 {
    width: 50px;
    float: left;
    padding-top: 7px;
}
.form-group {
    margin-bottom: 7px;
}
.form-control {
    width: 200px !important;
    border: 1px solid #ccc;
    background: #fff !important;
    padding: 4px 0;
    height: auto !important;
	border: inset 1px #a6a6a6;
	font-family: Arial, Helvetica, sans-serif;
}
.form-control1 {
    width: 62px !important;
    border: 1px solid #ccc;
    background: #fff !important;
    padding: 4px 0;
    height: auto !important;
    float: left;
    margin-bottom: 10px;
	border: inset 1px #a6a6a6;
	font-family: Arial, Helvetica, sans-serif;
}
.btn.btn-primary.btn-lg {

    background: #2598F3;
    font-size: 16px;
    color: #fff;
    padding: 7px 37px;
    border-radius: 26px;
    cursor: pointer;
    border: 2px solid #ccc;
    margin-top: 20px;

}
.add {
    height: 61px;
    width: 200px;
}
select {
    border: inset 1px #a6a6a6;
    padding: 4px 0;
}