.FormStyle FIELDSET {
	padding: 0px;
}

.FormStyle LEGEND {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	color: #43394f;
	BACKGROUND: none;
}

.FormStyle FORM {
	padding: 10px; 
	margin: 0px; 
	background: url(../pics/form-bg-2007.jpg) #d9d9d9;
	font-size: 13px;
} 

.FormStyle FORM TD {
	font-size: 13px;
} 

.FormStyle {
	width: 380px; 
	border-top: 2px solid #D1D1D1; 
	border-left: 2px solid #D1D1D1; 
	border-right: 2px solid #272468; 
	border-bottom: 2px solid #272468; 
	position: relative; 
/* 	float: right;  */
	margin-left: 10px;
	margin-bottom: 30px;
	text-align: left;
}

* html .FormStyle {
	width: 380px; 
}

.ButtonStyle01 {
	background: url(../pics/buttonstyle01.gif);
	color: inherit;
	vertical-align: middle;
	font: 13px arial,helvetica,sans-serif;
}

* html .ButtonStyle01 {
	padding-top: 3px;
}

.FormStyle INPUT {
	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
}

.FormStyle TEXTAREA {
/* 	overflow: hidden; */
	width: 180px;
	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
}

* html TEXTAREA {
	width: 280px;
}

.FullText {
	line-height: 17px;
}

.Tooltip {
display: block;
position: absolute;
border: 1px solid black;
background: white;
font-family: arial,helvetica,sans-serif;
font-size: 12px;
padding: 5px;
max-width: 445px;
text-align: justify;
}

* html .Tooltip {width: 445px;}