@charset "UTF-8";

.company table th {
	vertical-align:middle;
	width: 200px;
}

.company .require {
	color:red;
}
.company table td{
	vertical-align:middle;
}

.company th {
	width:250px;
}

.p-form-error{
	color:red;
}
.subtext{
	font-size:95%;
}

input[type="text"], input[type="email"], textarea{
	width:80%;
}
