/*   ////////////////////////
    ///
   ///				forms
  ///			  	 
 //////////////////////// */

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

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

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

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

.frmStyle input.textInput, .frmStyle textarea {
	width: 165px;
}

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

.frmStyle .label2-above {
	padding: 4px 0 3px 0;
}

.frmStyle .frmElem {
	padding: 5px 0 5px 0;
}

.frmStyle .frmElem2-above {
	padding: 0px 0 5px 0;
}

.frmStyle .frmElem2 {
	padding-right: 8px;
}

.frmStyle .frmElem3 {
	padding: 0;
}

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

.frmStyle .buttons2 {
	text-align: right;
	vertical-align: bottom;
	padding: 0 0 4px 0;
}

.frmStyle .buttons input {
	font-size: 10px;
	color: white;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	padding: 1px 0 2px 0;
	background-color: #b7b681;
	border-top: 1px solid #b7b681;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #b7b681;
}

.frmStyle .buttons input.short {
	padding-right: 3px;
	padding-left: 3px;
}

/* ///
  ///		form style 2 - with lines
 /// */

.frmStyle2-withLines {
}

.frmStyle2-withLines .label {
	color: #666666;
	font-size: 11px;
	padding: 8px 10px 3px 0;
	width: 98px;
	vertical-align: top;
	background: url(../images/list-border.gif) 0 100% repeat-x;
}

.frmStyle2-withLines .frmElem {
	padding: 5px 0 5px 0;
	background: url(../images/list-border.gif) 0 100% repeat-x;
}

.frmStyle2-withLines .noLine {
	background: none;
}

.frmStyle2-withLines .buttons {
	padding: 3px 3px 0 0;
}





