
label {
	text-align:right;
	/*width:150px;*/
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.3em;
  }
  
  fieldset
  {
	border:0px;
  }
  
 input {
	margin:0px;
}

.nobr {display:none;}  



/* small form */

.smallform
{
  width:470px;
  border:0px;
  margin:0px auto;
  text-align:left;
  }
  
.smallform label {
	width:150px;
  }


.smallform .textfield {
	margin:3px;
	height:20px;
	width:150px;
}

.smallform .textarea {
	margin:3px;
	height:165px;
	width:300px;
}

/*
.smallform input
{
	margin-left:160px;
}
*/

.smallform .submit {
	margin-left:160px;
	border:solid 0 #fff;
}

/* wide form */

.wideform
{
  width:700px;
  border:0px;
/*  margin:0px auto;*/
  text-align:left;
  }
  
.wideform label {
	width:300px;
  }


.wideform .textfield{
	margin:3px;
	height:20px;
	width:200px;
}

.wideform textarea {
	margin:3px;
	height:165px;
	width:350px;
}

/*.wideform input
{
	margin-left:310px;
}
*/
.wideform .submit {
	margin-left:310px;
	border:solid 0 #fff;
}