/* CSS Document */
/* style form */

.textarea {
	margin-top:0px;
	border-top:1px solid #9d9d9d;
	border-left:1px solid #9d9d9d;
	border-right:1px solid #9d9d9d;
	border-bottom:1px solid #9d9d9d;
	margin-bottom:2px ;
	background-image:url("../images/bgtextf.gif");
	background-repeat: repeat-X;
	/*background-color:#ebeee5;*/
	color: #7a7a7a;
	font-size: 8pt;
	font-family: tahoma;
	font-style: none;
	width:210pt;
	height:80px;
}

.select{ 
	margin-left:2px;
	margin-right:2px ;
	margin-top:3px;
	margin-bottom:3px;
	background-color: #f0ecec;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	color: 7a7a7a;
	font-size: 8pt;
	font-family: tahoma;
	font-style: none;
	
}
.textf {
	margin-top:0px;
	border-top:1px solid #9d9d9d;
	border-left:1px solid #9d9d9d;
	border-right:1px solid #9d9d9d;
	border-bottom:1px solid #9d9d9d;
	margin-bottom:0px ;
	/*background-color:#ebeee5;*/
	color: #7a7a7a;
	font-size: 8pt;
	font-family: verdana;
	font-style: none;
	width:140pt;
	background-image:url("../images/bgtextf.gif");
	background-repeat: repeat-X;

}

/* button calendar */
.buttoncalen {
		/*background-color:#c6c8b0;*/
		border-style: none;
		border-top:0px solid #fff;	
		border-left:0px solid #fff;
		border-right:0px solid #fff;
		border-bottom:0px solid #fff;
		width: 16px;
		height:16px;
		margin-bottom:1px ;
		margin-left:3px ;
		background-image:url("../images/cal.gif");
		background-repeat: repeat-X;
		color: #61675e;
		font-size: 8px;
		font-family: verdana;
		font-weight: bold;
}
.butreset {
		/*background-color:#c6c8b0;*/
		border-top:1px solid #fff;	
		border-left:1px solid #fff;
		border-right:1px solid #fff;
		border-bottom:1px solid #fff;
		width: 120pt;
		color: #fff;
		font-size: 11px;
		font-family: tahoma;
		font-weight: bold;
		height:22px;
		margin-left:5px ;
		margin-top:5px ;
		background-image:url("../images/button.jpg");
		background-repeat: repeat-X;
}
.buttsend {
		/*background-color:#c6c8b0;*/
		border-top:1px solid #fff;
		border-left:1px solid #fff;
		border-right:1px solid #fff;
		border-bottom:1px solid #fff;
		width: 130pt;
		color: #fff;
		font-size: 11px;
		font-family: tahoma;
		font-weight: bold;
		height:22px;
		margin-top:5px ;
		background-image:url("../images/button.jpg");
		background-repeat: repeat-X;
}
