#input_area {
	margin-top: 0;
}

div.submit_button,
div.close_button{
}

/* edit contact page for aws env */
div.submit_button,
div.close_button {
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF !important;
	background-color: #4966a6 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#2a4c97, endcolorstr=#4966a6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#2a4c97, endcolorstr=#4966a6))";
	background: -moz-linear-gradient(top, #2a4c97, #4966a6);
	background: -webkit-linear-gradient(top, #2a4c97, #4966a6);
	background: linear-gradient(to bottom, #2a4c97, #4966a6);
	border: none;
	cursor: pointer;
	font-size: 1rem;
	min-width: 120px;
	max-width: 175px;
	width: 100%;
	display: inline-block;
	padding: 5px 0 7px;
}

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

.m-0 {
	margin: 0 !important;
}

.button_wrap{
	margin: 0 1rem;
  margin-bottom: 1rem !important;
}
.button_wrap:last-of-type{
  margin-bottom: .5rem !important;
}
