@charset "utf-8";
/* CSS Document */
.text {
	width:300px;
}
.address, .message {
	width:300px;
	height:80px;
}

.information {
	background:#99CCCC;
	padding:8px;
	border:1px solid #0033CC;
	margin-bottom: 10px;
}
.information label {
	font-weight:200;
}
.error {
	background:#FFCCCC;
	padding:8px;
	border:1px solid #FF6666;
	margin-bottom: 10px;
}

.required {
	color:#FF0000;
}


