/* modern */
.x13callback-fancybox .fancybox-skin {
	background: #fff !important;
}

#x13callback_form{
	border: none !important;
	background: #FFF;
	padding: 0px !important;
	margin-bottom: 0px !important;
}

#x13callback_form .errors{
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #a94442;
	border: 0;
}

#x13callback_form .errors li {
	text-align: left;
}

#x13callback_form .page-subheading,
#x13callback_sent .page-subheading{
	text-align: center;
	color: #000;
	margin-top: 5px !important;
}

#x13callback_form .x13callback-after{
	padding-bottom: 10px;
}

#x13callback_form .pull-right.required{
	font-size: 10px;
}

#x13callback_form .label{
	font-size: 16px;
	margin-bottom: 0px;
}

#x13callback_form .form-container .form-control{
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	font-size: 16px;
	min-height: 30px;
	background-color: #fff;
}

#cancelx13callback{
	display: none !important;
}

#x13callback_sent{
	padding-bottom: 10px;
	text-align: center;
}

#submitx13callback,
#x13callbackokbtn{
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

#submitx13callback span,
#x13callbackokbtn span{
	width: 100%;
}

.form-container-15 input,
.form-container-15 textarea{
	padding: 0 5px;
  height: 22px;
  max-width: 360px;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  color: #666;
}

.form-container-15 input[type="checkbox"] {
	width: auto;
	max-width: inherit;
}

.form-container-15 .form-group{
	padding-bottom: 10px;
}

.form-container-15 .form-group label{
	width: 100%;
	margin-bottom: 3px;
  font-weight: bold;
  display: block;
  color: #000;
}

.form-container-15 textarea{
  height: 100px;
}
