@charset "utf-8";
input.txtbox {
	width: 190px;
	font-family: Calibri, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	border: 1px solid #AF864E;
	padding: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #D3C19D;
	color: #000000;
}
input.txtbox:focus{
	wwidth: 190px;
	font-family: Calibri, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	border: 1px solid #AF864E;
	padding: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #C9B487;
	color: #A85400;
}
input.txtnews {
	width: 245px;
	font-family: Calibri, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	background-color: #4bb3b2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 28px;
	margin: 0px;
	padding: 0px;
}
input.txtnews:focus{
	width: 245px;
	font-family: Calibri, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	background-color: #4bb3b2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 28px;
}
textarea {
	width: 250px;
	font-family: Calibri, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	border: 1px solid #AF864E;
	padding: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #D3C19D;
}
textarea:focus {
	background-color: #C8B386;
}
.btn {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
	height: 30px;
	width: 75px;
	border: 1px solid #9C7745;
	background-repeat: repeat-x;
	background-color: #CEBA95;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor:auto;
}
*:focus { outline: none; }

