/* CSS Document */
.form_container {
font-size:7pt;
	width: 300px;
	position: absolute;
	top: 128px;
	right: 60px;
}
.form_container * {
font-size:8pt;
}
.fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  }
.fieldset label {
	text-align:right;
	width:150px;
	float:left;
	margin-top:0.3em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
  }
 
.fieldset .nobr {display:none;}  
.fieldset .textfield {
	margin:3px;
	height:20px;
	width:110px;
	border:solid 0 #fff;
	padding-top: 0.3em;
	background-color: transparent;
	background-image: url(../images/form_textfield.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 10px;
	padding-left: 10px;
}
.fieldset .textarea {
margin:3px;
height:165px;
width:200px;
}
.submit {
BORDER-BOTTOM: #fff 0px solid; 
BORDER-LEFT: #fff 0px solid; 
MARGIN: 3px; WIDTH: 80px; 
BACKGROUND: url("../images/submit.gif") no-repeat; 
HEIGHT: 20px; BORDER-TOP: #fff 0px solid; 
BORDER-RIGHT: #fff 0px solid
}
.form_container form {
	text-align: right;
}
