  .registration-form {
	background-color: #f9f9f9;
}
  .registration-form-modal-title {
	font-size: 25px;
	font-weight: normal;
}
  .registration-form-subtitle {
	font-size: 17px;
	color: #979595;
}
  .registration-form-modal-footer {
	font-size: 11px;  
	text-align: left;
	float: left;
	font-weight: lighter;
}
.modal-header
{
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
}
.modal-footer
{
  margin-top: 0px;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  text-align: left;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e5e5e5;
  color: #979595;
}
.modal-label-right {
	text-align: right;
	float: right;
}
.modal-label-no-bold {
	font-style: normal;
	font-weight: lighter;
}
hr
{
  margin-top: 5px;
  margin-bottom: 5px;
  border-right-width-value: 0px;
  border-bottom-width: 0px;
  border-left-width-value: 0px;
  border-right-style-value: none;
  border-bottom-style: none;
  border-left-style-value: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #eeeeee;
}