
.cssform .formfieldbox p
{
	clear: left;
	margin: 0;
	padding-top: 5px;
	padding-left: 100px; /*width of left column containing the label elements*/
	height: 20px;
}

.cssform .formfieldbox label
{
	float: left;
	margin-left: -100px; /*width of left column*/
	margin-right: 10px;
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	text-align: right;
}

.formfieldbox textarea
{
	margin: 0px;
	padding: 0px;
	float: left;
}

.cssform label
{
	margin-right: 10px;
}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix
{
	margin-left: 3px;
}

.error
{
  background-image: url(../image/dialog-error.png);
  background-color: inherit;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  color: #ff0000;
  padding-left: 20px;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-top: 2px;
  margin-bottom: 5px;
  height: 16px;
float: left;
}

* html .error
{
	background-image: url(../image/dialog-error.gif);
}


.formfieldbox textarea, .formfieldbox input, .formfieldbox select
{
	margin: 0px;
	padding: 0px;
	float: left;
}

