@media screen, projection {
#feedback-form label {
	color: #000;
}
input, textarea, select {
	margin-top:.3em;
}
input.text, textarea {
	border:1px solid #aaa;
	padding: 2px 3px;
}
#feedback-form {
	width: 500px;
}
#feedback-form p {
	line-height:1em;
	margin-top:0;
	margin-bottom:1em;
}
#fb-msg, #fb-name {
	width: 480px;
}
#fb-region, #fb-email, #fb-tel {
	width: 300px;
}
#fb-age {
	width: 50px;
}
#fb-city {
	margin-left:8px;
	width:164px;
}
#send-form {
	margin-right: 20px;
}
.fleft {
	float:left;
}
#feedback-form .col1 {
	width:20%;
}
#feedback-form .col2 {
	width:80%;
}
.required-label {
	color: red;
}
input.field-error, textarea.field-error, select.field-error {
	border:#CC0033 1px solid;
}
#fb-address {
	display: none;
}
.shide {
	display: none;
}
#feedback-form p.message {
	padding: 1em 5px;
	line-height: 1.5em;
}
.error {
	background: #ffcccc;
	border: 1px dotted #ff9999;
}
.success {
	background: #ccffdd;
	border: 1px dotted #93e48f;
}
}