#form_submit

{


}

.required

{

	color: red;

}

.contact-us {

    color: #747272;

}

.loading

{

	height: 83px;

    margin-left: 36%;

    margin-top: 11%;

    width: 43%;

}

.modal 

{

    display: none; /* Hidden by default */

    position: fixed; /* Stay in place */

    z-index: 1; /* Sit on top */

    padding-top: 100px; /* Location of the box */

    left: 0;

    top: 0;

    width: 100%; /* Full width */

    height: 100%; /* Full height */

    overflow: auto; /* Enable scroll if needed */

    background-color: rgb(0,0,0); /* Fallback color */

    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

.req

{

	color: red;

    font-size: 25px;

}


input, select {
	margin-bottom:10px;
}

small {
	color:#606060;
	font-weight:lighter;
}

.btn-align{


	text-align:center;

}

.capcha-align {
	text-align:center;
}