@CHARSET "ISO-8859-1";

.text_label 
	{
	position: relative;
	align:left;
  	text-align:left;
  	vertical-align: top;
	margin: 0px 4px;	
	}

*.text_class
	{
	position: relative;
	align:left;
  	top: 0px;
  	left: 0px;
	width: 220px;
	text-align:left;
	margin-bottom: 5px;
	padding: 0.15em;
	}

*.narrow
	{
	width: 150px;
	}
	
strong.text_class 
	{
	line-height:2.5em;
	}
	
*.line_highlight
	{
		background-color:#FFFFD5;
	}
	
.defaultInput {
	width: 100%;
	/*font-size: 1.1em;*/
	}

.defaultInput legend {
  padding: 0 2px;
  	margin-bottom: 5px;
  font-weight: bold;
}
.defaultInput label {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  width: 140px; /* Width of labels */
  padding-top: .25em;
}

.defaultInput fieldset {
  padding-bottom: 10px;
}
.defaultInput fieldset ol {
  margin: 10px 0 0 0;
  padding: 0;
}
.defaultInput fieldset ol li {
  list-style: none;
  padding: 3px;
  margin: 0;
}

.defaultInput fieldset ul {
 	margin: 0;
  padding: 0;
}

.defaultInput fieldset ul li {
	list-style-type:none;
	/*list-style-image:url(../images/bullets/white.gif);*/
	/*background:transparent url(../images/bullets/white.gif) no-repeat;*/
	margin: 0 0 5px 0px;
	padding: 0 0 0 25px;
	/*font: 95.01%/1.3 Verdana,Arial,sans-serif;*/
}

.defaultInput fieldset li.form_save {
  text-align:right;
}
.defaultInput fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
.defaultInput fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
.defaultInput fieldset fieldset label {
  display: block;
  width: auto;
}
.defaultInput em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

.defaultInput a.results {
	display: inline-block;
	margin-left:10px;
	background:transparent url(../images/gifs/icon_invalid.gif) no-repeat;
}

.defaultInput a.results img {
	border:none;
	text-decoration:none;
}

.defaultInput a.results span {
	display: none;
	width:200px;
	z-index:100;
	position: absolute;
	/*border: 1px solid #999999;*/
	background-color: transparent;
	padding:0px;
	margin:0px;
}

.defaultInput a.results:hover {
	text-decoration:none;
}

.defaultInput a.results:hover span {
	display: inline;
}

.container ul li {
	list-style-type:none;
	/*list-style-image:url(../images/bullets/white.gif);*/
	background:transparent url(../images/bullets/white.gif) no-repeat;
	margin: 0 0 5px 0px;
	padding: 0 0 0 25px;
	/*font: 95.01%/1.3 Verdana,Arial,sans-serif;*/
}

.defaultInput button {
	background-color:#44FFD5;
	align:right;
	display: block;
	margin: 2px;
	padding: 0 0.5em;
}
.defaultInput fieldset fieldset label {
  margin-left: 173px; /* Width plus 3 (html space) */
}
