#questionPopUp
{
	align-items:center;
	background-color:rgba(0,0,0,0.7);
	display:none;
	height:100%;
	justify-content:center;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
}
#questionPopUp div.base
{
	position: relative;
}
.closeForm
{
	background: url("images/closeForm.png") no-repeat scroll 50% 50% #FFFFFF;
	border-radius: 15px;
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: -7px;
	top: -7px;
	width: 30px;
}
.closeForm:hover
{
 background-color: red;
}
form.formMail, form.formOrder
{
	background: #777;
	display: block;
	padding: 20px;
	margin-bottom: 10px;
}
form.formMail
{
	width:420px;
}
form div
{
	padding-top: 20px;
}
form.formMail label, form.formOrder label
{
	color: white;
	float: left;
	font-size: 14px;
	font-weight:bold;
	padding-top: 5px;
	width: 140px;
}
#questionTitle, #questionMessage, #questionEmail, #orderService, #orderMessage, #orderFullName, #orderPhone, #orderEmail
{
	background-color: #fff;
	-webkit-box-shadow: inset 1px 3px 4px rgba(0,0,0,0.1),inset 0 2px 0 rgba(255,255,255,0.02),0 1px 1px rgba(255,255,255,0.7);
	-moz-box-shadow: inset 1px 3px 4px rgba(0,0,0,0.1),inset 0 2px 0 rgba(255,255,255,0.02),0 1px 1px rgba(255,255,255,0.7);
	box-shadow: inset 1px 3px 4px rgba(0,0,0,0.1),inset 0 2px 0 rgba(255,255,255,0.02),0 1px 1px rgba(255,255,255,0.7);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	box-shadow: 0 2px 2px #CCCCCC inset;
	height: 19px;
	width: 270px;
}
#orderService, #orderMessage, #orderFullName, #orderPhone, #orderEmail
{
	width: 520px;
}
#questionMessage, #orderMessage
{
	height: 95px;
}
#orderAttache
{
	color: #fff;
}
#questionPopUp p, form.formOrder p
{
	width: 100%;
	margin-bottom: 0;
	font-size: 19px;
	line-height: 1.43em;
	color: #96D232;
	border-bottom: 1px solid #e5e5e5;
}
#questionSubmit, #orderSubmit
{
	background: #c00;
	box-shadow: 0 1px 1px #c8c9c8;
	border: 2px solid white;
	color: white;
	font-size: 17px;
	margin-top: 20px;
	padding: 4px 10px;
	width: 136px;
}
#orderSubmit
{
	width:300px;
}

@media all and (max-width:770px), all and (orientation:portrait)
{
	form.formMail
	{
		width:auto;
	}
	form.formOrder
	{
		width:80%;
	}
	form.formOrder label
	{
		float:inherit;
	}
	#orderService, #orderMessage, #orderFullName, #orderPhone, #orderEmail
	{
		width: auto;
	}
	#orderSubmit
	{
		width:auto;
	}
}