@charset "utf-8";
/* CSS Document */

body {
	background-color: #F8ECE6;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.container {
	max-width:650px;
}
.head-img {
	padding: 0px;
/*	border: thin solid #CCC;
	border-radius:10px; */
	background-color:#FFF;
	margin-bottom:0px;
}
.head-title {
	padding-top: 15px;
	min-height: 100px;
	border: thin solid #CCC;
	border-radius:10px;
	background-color:#FFF;
	margin-bottom:12px;
}
.head-title h2{
	margin-top:10px;
}
.form-group {
	padding: 15px;
	/* height: 120px; */
	border: thin solid #CCC;
	border-radius:10px;
	background-color:#FFF;
	margin-bottom:12px;
}
.control-label {
	padding-bottom:20px;
}
.form_validation_field_error_error_message {
	color:#F00;
	font-weight:bold
}
.calendar_sel_btn {
  height: 30px;
  margin: -32px 5px;
  width: 30px;
  background: url("images/dark-bg.gif");
  font-weight: bold;
  border-radius: 3px;
	border-color: #e5e5e5;
  color: #000;
  float: right;
}
@media (min-width: 992px) {
.col-md-2 {
    width: auto;
}
}
