.container
{
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	background:#fff;
	width: 65%;
	font-size: 12px;
}

h2#title, h4.text-center {
    margin-top: 5px;
    margin-bottom: 5px;
}

hr {
    margin-top: 10px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #0045a4;
}
.form-group.required .control-label:after {
  content:"*";
  color:red;
}

.form-group {
    margin-bottom: 0;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: #dadada;
    color: #ababab;
}

label.control-label {
    margin-top: 10px;
}

.group-label {
	margin-left: 15px;
}

input#submitBtn {
    background: #adadad;
    font-size: 20px;
    width: 160px;
}

input.attachment {
	display: none;
}
