/* CSS Document */

.textarea1 {
	margin-top:0px;
	border-top:1px solid #f5cf00;
	border-left:1px solid #f5cf00;
	border-right:1px solid #f5cf00;
	border-bottom:1px solid #f5cf00;
	margin-bottom:2px ;
	/*background-color:#ebeee5;*/
	color: #79735d;
	font-size: 7pt;
	font-family: verdana;
	font-style: none;
	width:152pt;
	background-image:url("images/bgtextf.gif");
	background-repeat: repeat-X;
}

.textfield {
	margin-top:0px;
	border-top:1px solid #f5cf00;
	border-left:1px solid #f5cf00;
	border-right:1px solid #f5cf00;
	border-bottom:1px solid #f5cf00;
	margin-bottom:0px ;
	/*background-color:#ebeee5;*/
	color: #5a5d4f;
	font-size: 8pt;
	font-family: verdana;
	font-style: none;
	width:152pt;
	background-image:url("images/bgtextf.gif");
	background-repeat: repeat-X;
}
.textfield2 {
	margin-top:0px;
	border-top:1px solid #f5cf00;
	border-left:1px solid #f5cf00;
	border-right:1px solid #f5cf00;
	border-bottom:1px solid #f5cf00;
	margin-bottom:0px ;
	/*background-color:#ebeee5;*/
	color: #5a5d4f;
	font-size: 8pt;
	font-family: verdana;
	font-style: none;
	width:70pt;
	background-image:url("images/bgtextf.gif");
	background-repeat: repeat-X;
}
/*.button1 {
		background-color:#c6c8b0;
		border-style: beveled;
		border-top:1px solid #ecd86e;
		border-left:1px solid #ecd86e;
		border-right:1px solid #ecd86e;
		border-bottom:1px solid #ecd86e;
		width: 150pt;
		height:18px;
		color: #4a4542;
		font-size: 9px;
		font-family: verdana;
		font-weight: bold;

		background-image:url("images/button.gif");
		background-repeat: repeat-X;
}*/
.button2 {
		color: #4a4542;
		font-size: 9px;
		font-family: verdana;
		font-weight: bold;
		
		height:20px;
		width: 50px;
		
		border-style: none;
		border-top:1px #cc0000;
		border-left:1px #cc0000;
		border-right:1px #cc0000;
		border-bottom:1px #ecd86e;
		
		background-image:url("images/button.gif");
		background-repeat: no-repeat;
		
		margin-top:3px;
		margin-bottom:5px;
		}

/**************  style form  ****************/	
.form{
	font: Verdana, Arial elvetica;
	font-size:10px;
	color:#4a4542;
	
	width: 165pt;
	
	border-bottom:1px solid #f6ebb3;
	border-right:1px solid #f6ebb3;
	border-top:1px solid #f6ebb3;
	border-left:1px solid #f6ebb3;
	
	background-color:#f9f1ca ;
	
	/*background-image:url("images/bgform.gif") ;
	background-repeat: repeat-Y;*/
	
	margin-bottom:0px;
	margin-top:0px;
	
	padding-left:8px;
	padding-top:4px;
	padding-right:4px;
	}
.form a {
	background-color: #fff;
	color: #959a84;	
	text-decoration:none;
	}
.form a:hover{
	background-color: #ebeee5;
  	color: #959a84;
	text-decoration:none;
	}
.form h6{
	font: Verdana, Arial elvetica;
	font-size:9px;
	color:#61675e;
	border-bottom:0px solid #7ab8ff;
	margin-bottom:8px;
	margin-top:0px;
	height:5px;
	}
	
	
.form1{
	font: Verdana, Arial elvetica;
	font-size:9px;
	color:#5a5d4f;
	border-bottom:0px solid #7ab8ff;
	margin-bottom:0px;	
	}
.form1 a {
	background-color: #fff;
	color: #959a84;	
	text-decoration:none;
	}
.form1 a:hover{
	background-color: #ebeee5;
  	color: #959a84;
	text-decoration:none;
	}
.form2{
	font: Verdana, Arial elvetica;
	font-size:9px;
	color:#5a5d4f;
	border-bottom:0px solid #7ab8ff;
	margin-bottom:2px;
	margin-right:0px;
	margin-left:0px;
	width:100%;
	}