#pt-form-wrapper {
	font-family:inherit;
	font-size:inherit;
	width:500px;
	margin:auto;
	border:1px solid #00B0F0;
}

#pt-form-header {
	width:500px;
}

#pt-form-header h1 {
	margin-left:10px;
	font-size:16px;
	font-weight:bold;
	color:#00465F;
}



#pt-form-body-wrapper {
	width:500px;
	height:140px;
	border-top:1px solid #00B0F0;
	text-align:center;
}


#pt-form-body-wrapper p {
	color:#00465F;
}


#pt-form-body-content {
	width:500px;
	height:80px;
}

#nxt-btn-wrapper {
	width:500px;
	height:20px;
}

.pt-parts-hide { display:none; }
.errorInput { border:1px solid red; background-color:yellow; }

#pt-form-wrapper input, #pt-form-wrapper select {border:1px solid #00B0F0; color:#00465F;}
