@import url("../webfonts/itckabel_medium/stylesheet.css");
/* CSS Document */
.detail {
	height: 30px;
	width: 280px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-family: "itckabel medium";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #E2E2E2;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-color: #FFFFFF;
}
.detail:focus {
	background-color: #CEE8F7;
	color: #000000;
	font-family: "itckabel medium";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
}
.mess {
	max-width: 570px;
	min-width: 570px;
	min-height: 400px;
	max-height: 300px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #ffffff;
	font-family: "itckabel medium";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	color: #e2e2e2;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	
}

.mess:focus {
	background-color: #C7E5F5;
	font-family: "itckabel medium";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	color: #000;
}
