BODY {
}

.required {
	color:#ff0000;
}

ul {
  margin: 6px 0 6px 1.8em;
  padding: 0 0 0 0em;

  }
li {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  list-style-image : url(images/bullet.gif);
  list-style-position: outside;
  }


.post {
	background-image: url('images/bg-row.png');
	background-repeat: repeat-x;
	background-color: #FEFCF9;
	font-size:12px;
	line-height:1.5em;
	min-height:50px;
	padding:8px 8px 8px 14px;
}


.inputlabel {
	font-size:xx-small;
}

.inputbox {
	background-color:#ffffff;
	color:#000000;
	width:40%;
}

.bigbox {
	width:90%;
        background-color:#ffffff;
        color:#000000;
        height:10em;
}

