form {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 400px;
	margin: 0 auto;
	}
	
div.formcolumn {
	float: left;
	position: relative;
	padding: 0 18px 20px 0;
	}
	
div.formrow {
	clear: both;
	padding: 0 18px 20px 0;
	}
	
div.clear {
	clear: both;
	}

fieldset {
	padding: 20px;
	margin: 0 0 30px 0;
	border: 1px dotted #ccc;
	}
	
legend {
	color: #F90;
	font: 1.4em "Georgia", "Times New Roman", Times, serif;
	padding: 0 6px 6px 0;
	background-color: #fff;
	}
	
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #fcfaf1;
	border: 1px solid #f6eaa7;
	padding: 5px;
	margin-top: 4px;
	}
	
input.empty, textarea.empty {
	color: #aaa;
	}
	
input.stillempty, textarea.stillempty {
	color: #aaa;
	}
	
input.filled, textarea.filled {
	color: #000;
	background-color: #fcfaf1;
	border: 1px solid #f6eaa7;
	}
	
label {
	color:#999;
	cursor:pointer;
	padding: 0 0 6px 4px;
	line-height:16px;
}


.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: red;
	margin-left: 2px;
	display: none;
  }

.instructions {
	color: #777;
	font-style: italic;
	padding: 0 0 0 4px;
	font-size: .95em;
	}
	
/*Button*/
.buttonSubmit {
	width:68px;
	height:26px;
	line-height: 22px;
	color:#000;
	font-weight:normal;
	padding:2px;
	background:url(button_submit.png) no-repeat center;
	cursor:pointer;
	border:none;
}

.buttonReset {
	width:68px;
	height:26px;
	line-height: 22px;
	color:#777;
	font-weight:normal;
	padding:2px;
	background:url(button_reset.png) no-repeat center;
	cursor:pointer;
	border:none;
}

