body.singlePage{
	background:#F5F5F5;
	align:center
	}
.singlePage.all_form_wrap{
	width:600px;
	margin:0; //auto
	align:center
	}
.all_form_wrap{
	background:none;
	color:#2F5EBD;
	border:0px solid  #4F2E1B;
/*	-webkit-border-radius:8px;
	-moz-border-radius:8px;border-radius:8px;
	-webkit-box-shadow:0px 2px 2px 3px #969b9e;
	-moz-box-shadow:0px 2px 2px 3px #969b9e;
	box-shadow:0px 2px 2px 3px #969b9e; */
	font-weight:normal;
//	font-style:italic;
//	padding:10px 10px 10px 30px;
	align:center
//	font-family:Georgia, "Times New Roman", Times, serif
	}
#dd_properties p{
//	font-family:Georgia,Arial,Helvetica,sans-serif;
	padding:5px 0;
	background:none
	}
#dd_properties p:hover{
	background:none
	}
#dd_properties label{
	color:#000000;
	font-weight:normal
//	font-style:italic
	}
#dd_properties input[type='text']{
	border:0px solid #fff;
	border-bottom:1px solid #000;
	color:#000000;
	background:#fff;
	font-weight:bold;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	outline: none;
	padding:3px
	}
#dd_properties select{
	border:0; 
	box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
	border-color:#fff;
	color:#1A3264 !important;
	font-weight:bold;
	background:#fff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	outline: none;
	padding:3px
	}
#dd_properties input[type='text']:focus{
	border:0;
	border-bottom:2px solid #000000;
	font-weight:bold;
	outline: none;
	padding:3px;
	color:#000000;
	box-shadow: none; //0 0 0 0 rgba(0,0,0,0)
	background:#fff 
//	background:-moz-radial-gradient(center, ellipse cover, #24a8ff 0%, #24a8ff 20%, #507ad3 100%);
//	background:-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #24a8ff), color-stop(20%, #24a8ff), color-stop(100%, #507ad3));
//	background:-webkit-radial-gradient(center, ellipse cover, #24a8ff 0%, #24a8ff 20%, #507ad3 100%);
//	background:-o-radial-gradient(center, ellipse cover, #24a8ff 0%, #24a8ff 20%, #507ad3 100%);
//	background:-ms-radial-gradient(center, ellipse cover, #24a8ff 0%, #24a8ff 20%, #507ad3 100%);
//	background:radial-gradient(center, ellipse cover, #24a8ff 0%, #24a8ff 20%, #507ad3 100%);
//	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#24a8ff', endColorstr='#507ad3',GradientType=1 )
	}
#dd_properties input[type='password']{
	border:1px solid #507AD3;
	color:#1A3264;
	background:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	outline:0;
	padding:3px
	}
#dd_properties input[type='password']:focus{
	color:#FFFFFF;
	background:#24a8ff;
	background:-moz-radial-gradient(center, ellipse cover, #24a8ff 0%, #24a8ff 20%, #507ad3 100%);
	background:-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #24a8ff), color-stop(20%, #24a8ff), color-stop(100%, #507ad3));
	background:-webkit-radial-gradient(center, ellipse cover, #24a8ff 0%, #24a8ff 20%, #507ad3 100%);
	background:-o-radial-gradient(center, ellipse cover, #24a8ff 0%, #24a8ff 20%, #507ad3 100%);
	background:-ms-radial-gradient(center, ellipse cover, #24a8ff 0%, #24a8ff 20%, #507ad3 100%);
	background:radial-gradient(center, ellipse cover, #24a8ff 0%, #24a8ff 20%, #507ad3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#24a8ff', endColorstr='#507ad3',GradientType=1 )
	}
#dd_properties input[type='file']{
	border:0px solid #507AD3;
	color:#0c85ea;
	margin-right:0px;
	resize:none;
	margin-bottom:0
	}
/*input[type='submit']{
	color:#4D78D2 !important;
	font-weight:bold;
	border:4px solid #4D78D2 !important;
	background:#fff !important;
	background-color:#fff;
	border-color:#4D78D2;
	-webkit-border-radius:17px;
	-moz-border-radius:17px;
	border-radius:17px;
	padding:5px;
	padding-left:20px;
	padding-right:20px
	}
input[type='submit']:hover{
	color:#fff !important;
	font-weight:bold;
	border:4px solid #4D78D2 !important;
	background:#4D78D2 !important;
	-webkit-border-radius:17px;
	-moz-border-radius:17px;
	border-radius:17px;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer
	}*/
.form_widget_button{
	color:#4D78D2 !important;
	font-weight:bold;
	border:4px solid #4D78D2 !important;
	background:#fff !important;
	background-color:#fff;
	border-color:#4D78D2;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:0px;
	padding-left:20px;
	padding-right:20px
	}
.form_widget_button:hover{
	color:#fff !important;
	font-weight:bold;
	border:4px solid #4D78D2 !important;
	background:#4D78D2 !important;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:0px;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer
	}
//#dd_properties select{
//	border:0;
//	color:#27211B
//	}
#dd_properties textarea{
//	font-family:"Courier New", Courier, monospace;
	border:1px solid #507AD3;
	color:#000;
	background:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	outline:0;
	padding:3px
	}
#dd_properties textarea :focus{
	background:#40301e
	}
.ui-widget-content{
	background:whiteSmoke;
	border:none
	}
.new_field img.ui-datepicker-trigger{
	bottom:unset;
	right:unset;
	left:1px;
	top:unset;
	margin-top:-28px
	}
@media screen and (max-width: 600px){
	.new_field img.ui-datepicker-trigger{
		margin-top:-25px
		}
		.all_form_wrap{
			padding-left:10px
			}
	}
.all_form_wrap .widget_cancel_button{
	border-radius:21px 7px;
	margin:0 0 0 30px;
	cursor:pointer;
	border-radius:7px 7px;
	border-radius:17px;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	font-size:15px;
	color:#4D78D2;
	border:4px solid #4D78D2;
	background:#fff;
	cursor:pointer;
	text-transform:none;
	font-weight:bold;
	width:auto;
	height:auto;
	float:right;
	margin-right:20px;
	font-family:inherit;
	line-height:inherit
	}
.all_form_wrap .widget_cancel_button:hover{
	color:#4D78D2;
	font-weight:bold;
	background:#fff
	}
@media screen and (max-width: 991px){
	.all_form_wrap .widget_cancel_button{
		position:absolute;
		right:0px;
		bottom:0px
		}
	}
