@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'News Cycle', sans-serif;
	font-size: 11pt;
	color: #303030;
	padding: 0;
	margin: 0;
}
input#read {
	display: block;
	float: left;
	position: unset;
	margin: 5px 10px 0 0;
}
.textcheck {
	float: left;
	display: block;
	width: 90%;
	padding: 0;
}
.textcheck p {
	margin-top: 0;
}
input.text {
	font-family: 'News Cycle', sans-serif;
	font-size: 11pt;
	height: 30px;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 0;
	width: 340px;
	border: 1px solid #bab8b4;
}
textarea {
	font-family: 'News Cycle', sans-serif;
	font-size: 11pt;
	border: 1px solid #bab8b4;
	height: 110px;
	margin-bottom: 20px;
	margin-top: 20px;
	overflow: auto;
	padding-left: 10px;
	padding-top: 6px;
	width: 343px;
}
.textarea:hover, .textarea:focus {
	border : 1px solid #0064a6;
}
input.button {
	font-family: 'News Cycle', sans-serif;
	font-size: 10pt;
	background-image: url(../images/bg-button.png);
	background-repeat: repeat-x;
	width : 120px;
	height: 41px;
	border-top: 0 solid #fff;
	border-bottom: 0 solid #fff;
	border-left: 1px solid #e8e8e3;
	border-right: 1px solid #bab8b4;
	margin-left: 235px;
}
.input:hover, .input:focus {
	border : 1px solid #0064a6;
}
-->
