#form label {display: block; position:relative;}
#form1 label {display: inline-block; position:relative;}
#form2 label {display: inline-block; position:relative;}
#form3 label {display: block; position:relative;}
#form8 label {display: block; position:relative;}
#form9 label {display: block; position:relative;}


#form .error-empty {
	display: none;
	color: #FF0000;
	font-size: 22px;
	line-height: 22px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 60px;
	top: 50%;
	margin-top: -5px;
	float:left;
} 

#form1 .error-empty,
#form2 .error-empty {
	display: none;
	color: #FF0000;
	font-size: 22px;
	line-height: 22px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	float:left;
} 


#form8 .error-empty,
#form9 .error-empty  {
	display: none;
	color: #FF0000;
	font-size: 22px;
	line-height: 22px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 60px;
	top: 50%;
	margin-top: -5px;
	float:left;
} 

#form3 .error-empty  {
	display: none;
	color: #FF0000;
	font-size: 22px;
	line-height: 22px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 40px;
	top: 50%;
	margin-top: -5px;
	float:left;
} 
 

#form .success_wrapper .success {position:absolute; width: 330px; background:#000; color:#fff; text-align: center; z-index:1000; padding:10px;font-size:19px; right: 1px; top: 200px; display: none;}
#form1 .success_wrapper .success {position:absolute; width: 280px; background:#000; color:#fff; text-align: center; z-index:1000; padding:10px;font-size:18px; right: 35%; top: 56px; display: none;}
#form2 .success_wrapper .success {position:absolute; width: 280px; background:#000; color:#fff; text-align: center; z-index:1000; padding:10px;font-size:16px; right: 34%; top: 60px; display: none;}
#form3 .success_wrapper .success {position:absolute; width: 305px; background:#000; color:#fff; text-align: center; z-index:1000; padding:10px;font-size:19px; left: 191px; top: 74px; display: none;}

#form8 .success_wrapper .success {position:absolute; width: 330px; background:#000; color:#fff; text-align: center; z-index:1000; padding:10px;font-size:19px; right: 18px; bottom: 125px; display: none;}
#form9 .success_wrapper .success {position:absolute; width: 330px; background:#000; color:#fff; text-align: center; z-index:1000; padding:10px;font-size:19px; right: 18px; bottom: 125px; display: none;}



