#wrap {text-align: center;}
	#inner-wrap {width:450px; margin: 10px auto; text-align: left;}
	.uxForm *{
	font-family: Arial, "san-serif";
	font-weight: normal;
	font-size: 13px;
	}
	.uxForm .inst strong{
	color:#66cc00;
	font-size: 2em;
	display: block;
	font-weight: normal
	}
	.uxForm fieldset{
	border: none;
	margin-left: 0;
	padding-left: 0;
	}
		.uxForm legend {
		color:#66cc00;
		border: none;
		}
		.uxForm label{
		display: block;
		font-weight: normal;
		margin-bottom: 2px;
		}
		.uxForm label span{
		color: #575757;
		font-weight: normal;
		}
		.uxForm input,.uxForm textarea{
		color:#434343;
		}
		.uxForm textarea{
		width:200px;
		height: 75px;
		}
		.uxForm .full{
		margin: 5px 0;
		}
		.uxForm div .disable, .uxForm div .enable{
		width: 200px;
		font-weight: normal;
		padding:0 0 2px 22px;
		margin-left: 3px;
		height: 20px;
		}
		.enable{
		display: inline;
		}
		.disable{
		display: none;
		}
		.bFail{
		color:#a70e1c;
		background: url(/images/check-sprite.png) no-repeat bottom left;
		}
		.bSuccess{
		color:#66cc00;
		background: url(/images/check-sprite.png) no-repeat top left;
		}
		.btn{
		/* float: right; */
		margin-left:110px;
		margin-top: 10px;
		}
	.uxForm .phone-three{
	width: 30px;
	margin-right:5px;
	}
	.uxForm .phone-four{
	width: 40px;
	}