/*   ////////////////////////
    ///
   ///				forms 
  ///			  	 
 //////////////////////// */

form {
	margin: 0
}

input.textInput, textarea, select {
	border-color: #808080 #CECECE #CECECE #808080;
	border-width: 1px;
	border-style: solid;
	background-color: #F6F6F6;
	/*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	color: #000000;
}


/*   ////////////////////////
    ///
   ///				 forms style
  ///			  	 
 //////////////////////// */

/* ///
  ///		form styles common
 /// */

.frmStyle  {
}


/* ///
  ///		form style 1
 /// */

.frmStyle-1 input.textInput {
	width: 60%;
}

.frmStyle-1 textarea {
	width: 68%;
}

.frmStyle-1 td.label {
	padding: 4px 6px 4px 0;
	vertical-align: top;
	width: 90px;
	font-weight: bold;
	font-size: 11px;
	/*background-image: url(../images/spacer-formLine.gif);*/
	background-position: 0 12px;
	background-repeat: repeat-x;
}

.frmStyle-1 td.label div {
	float: left;
	padding-right: 5px;
	background-color: #FFFFFF;
}

.frmStyle-1 td.frmElement {
	padding: 4px 0 3px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.frmStyle-1 .line {
	padding: 0 10px;
	background-image: url(../images/spacer-formLine.gif);
	background-position: 0 4px;
	background-repeat: repeat-x;
	margin: 0 4px 0 0;
}

.zoneLine div {
	background-color: #F4F4F4;
}

.zoneLine {
	padding: 10px 0;
}



.frmStyle-1 td.frmButtons {
}

.frmStyle-1 td.frmButtons input {
	background-color: #AACE00;
	color: #FFFFFF;
	border: none;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 37px 0 9px;
	text-align: left;
}

.frmStyle-1 td.error {
	padding: 4px 6px 4px 0;
	vertical-align: top;
	width: 90px;
	font-weight: bold;
	font-size: 11px;
	/*background-image: url(../images/spacer-formLine.gif);*/
	background-position: 0 12px;
	background-repeat: repeat-x;
	color: #BB3333;
}

.frmStyle-1 td.error div {
	float: left;
	padding-right: 5px;
	background-color: #FFFFFF;
	color: #BB3333;
}



/*

table.frmStyle {
}

td.frmButtons {
}

input.btnSubmit {
}

table.frmZone-1 {
}











form {
	margin: 0
}

input, select, textarea {
	font-family: "Courier New", Courier, mono;
	font-size: 1em;
}

td.frm-label {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 3px;
	width: 155px;
}

input.text {
	padding: 2px 0 2px 0;
}

.frm-note {
	font-size: .85em;
	padding: 5px 0 0 3px;
	text-align: right;
}

input.width-1, select.width-1, textarea.width-1 {
	width: 150px;
}

input.button {
	background-color: yellow;
}

input.buttonSubmit {
	background-color: red;
	color: white;
}

input.buttonReset {
}
*/







/*
input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight: bold;
}
label {
	display: block;
	float: left;
	width: 100px;
	padding: 0 .7em .8em 0;
	text-align: right;
}
input {
	display: block;
	float: left;
}
form br {
	clear: both;
}
input.width-1, select.width-1, textarea.width-1 {
	width: 150px;
}
*/

