@charset "utf-8";
html {
 	min-height: 100%;
 	height: auto;
}
body,td,th {
	font-family:Tahoma;
	font-size: 12;
}
body {
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #6c6e70;
	background-color: #5d4a44;
	font-size: 14px;
	font-family:Tahoma;
}
h1{ font-size: 12px;}
.header {
	font-size: 20px;
	color: #6c6e70;
}


.text1{color: #6c6e70; font-size: 10px;}
.text2{color: #754C29; font-size: 15px;}
.text3{color: #8B6900; font-size: 18px;}
.text4{color: #77787B; font-size: 11px;}
.text5{color: #8B6900; font-size: 13px;}
.text6{color: #F32F0C; font-size: 13px;}
.text7{font-size: 13px;}
.textbox{
	color:#808080;
	background-color: #E6E6E6;
	border: none;
	text-align: left;
}

.links a  {	color: #222222; }
.links a:visited  {	color: #222222; }
.links a:hover  { color: #666666; }
.links a:active  { color: #222222; }


.copyright {font-family: Tahoma; font-size: 10px;  color: #f6f3f5;};


.button-send3 {
	background: transparent url("../images/send.jpg") no-repeat left top;
	width: 71px;
	height: 21px;
	border: none;
}

.button-reset {
	background: transparent url("../images/reset.jpg") no-repeat left top;
	width: 71px;
	height: 21px;
	cursor: hand;
	border: none;
}
.button-reset2 {
	background: transparent url("../images/send.jpg") no-repeat left top;
	width: 71px;
	height: 21px;
	cursor: hand;
	border: none;
}


input {
		font-family: calibri, arial, sans-serif;
		font-size: 13px;
		background-color: white;
		border: 1px solid;
		border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
		padding: 2px;
	}
	input:focus, input:hover  {
		border-color: #5794bf #b7d5ea #c7e2f1 #c5daed;
	}

	.pickerImg {
		position: absolute;
		margin-left: -16px;
		margin-top: 5px;
		cursor: pointer;
	}
	.infoBox {
		background-color: #fefdec;
		border: 1px solid #edebcd;
		padding: 6px;
		margin-bottom: 20px;
	}
