/* dark */
.fancybox-skin{
	background: rgba(0, 0, 0, 0.9) !important;
}

#x13callback_form,
#x13callback_success{
	border: none !important;
	color: #FFF;
	background: none !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	border-color: #333;
}

#x13callback_form .errors li {
	text-align: left;
}
#x13callback_form .errors{
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #a94442;
	border: 0;
}

#x13callback_form .page-subheading,
#x13callback_sent .page-subheading{
	text-align: center;
	color: #FFF;
	border-color: #333;
	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;
	color: #FFF;
}

#x13callback_form label{
	color: #FFF;
}

#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: #111;
	border: #333 1px solid;
	color: #FFF;
}

#x13callback_form .form-group.form-ok input,
#x13callback_form .form-group.form-ok textarea{
	border: 1px solid #46a74e;
}

#x13callback_form .form-group.form-error input,
#x13callback_form .form-group.form-error textarea{
	border: 1px solid #f13340;
}

#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;
  background-color: #111;
  border-bottom: 1px solid #333;
  font-size: 12px;
  color: #FFF;
}

.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;
}

.form-container-15 textarea{
  height: 100px;
}
