/* Forms */

input, textarea, select {
  color: #696969;
}


.form-text, textarea, .resizable-textarea,
html.js .resizable-textarea textarea {
  font-size: 1em;
  overflow: visible;
  margin:0 0 0 0;
  width:346px;
}

.fieldset-wrapper .description {
  margin: 0 0 1em 0;
}

/* temp */



.node-webform form .resizable-textarea {
	width:219px;
	overflow:visible;
}
.node-webform form .grippie {
	display:none;
}

/* - - - - - - - - - - - */


.node form {

}
.node fieldset {
	border-width:0px;
}
.node fieldset legend {
	font-family: "Georgia", "Times New Roman", "serif";
	font-size:1.6em;
	font-weight:bold;
	letter-spacing:0.1em;
	width:300px;
}
#user-login input.form-text,
.node input.form-text,
.node textarea {
	background:#ffffff;
	width:346px;
	padding:2px;
	border:1px solid #989898;
}
.node textarea {
	height:150px;
	overflow:visible;
	background:white;
	clear:both;
	float:none;
	width:346px;
}

.form-checkboxes, .form-radios{
	margin:0;	
}

.form-submit{
	marign:5px 0 0 0;	
}
.node label {
	left:0;
	width:auto;
	margin:0px 1px 0 0;
	font-weight:bold;
	color:#666666;
	float:none;
	line-height:1.8em;
}

.form-item{
	clear:both;
	margin-top:0;
	margin-bottom:0;
}

.webform-component-textfield,
.webform-component-email,
.webform-component-textarea{
	padding:0 0 8px 0;
		
}
.node .form-required {
	color:#9acc3c;
}
.node .description {
	line-height:1.5em;
}

.node .form-image{
	margin-left:245px;	
}

#edit-submitted-comment--query-wrapper{
	padding:15px 0 8px 0;
	background:url('images/h2_bg.gif') bottom left repeat-x;
}

#edit-submitted-comment--query-wrapper label{
	float:none;
	width:200px;
}