/* CSS Document */

.typetxt, .typetxt-small, select, .select-small, .txtarea, .select-tiny, .typetxt-small-search {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#333;
	padding:1px;
	border-left:1px solid #666;
	border-top:1px solid #666;
	border-right:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
}

.typetxt, select {
	width:200px;
}

.select-small {
	width:180px;
}

.select-tiny {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#333;
	width: 40px;
	text-align:right;
}

.typetxt-small {
	font-size:10px;
	width:140px;
	height:14px;
}

.typetxt-small-search {
	font-size:10px;
	width:80px;
	height:14px;
}

.typetxt {
	height:18px;
}

.txtarea {
	width:470px;
	height:130px;
	background-color:#fff;
}

.typebtn {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#333;
	padding:2px;
	background-color:#DCDCDC; 
	width:100px;
	cursor:pointer;
}

.typebtn-small {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#333;
	background-color:#DCDCDC; 
	width:100px;
	cursor:pointer;
}

.typebtn-tiny {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#333;
	background-color:#DCDCDC; 
	width:20px;
	height:16px;
	cursor:pointer;
}