input, select, textarea {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}

/*   ////////////////////////
    ///
   ///				 forms style
  ///			  	 
 //////////////////////// */

/* ///
  ///		form style - common
 /// */

.frmStyle input.w1 {
	width: 125px;
}

.frmStyle input.textInput, .frmStyle textarea {
	width: 170px;
	padding: 1px 3px;
	background-color: #f5f5f5;
	border-style: solid;
	border-width: 1px;
	border-color: #a8a5a5 #e1dbdb #e1dbdb #a8a5a5;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
}

.frmStyle .label {
	color: #666666;
	font-size: 11px;
	padding: 4px 25px 4px 0;
	vertical-align: top;
}

.frmStyle .radioLabel {
	position: relative;
	top: -3px;
}

.frmStyle .frmElem {
	padding: 3px 0 4px 0;
}

.frmStyle .buttons {
	padding: 3px 3px 0 0;
}

.frmStyle .buttons input {
	font-size: 9px;
	padding: 0 2px;
}

