/* Form layout of the website*/
form {
	margin: 10px;
}
form label {
	float: left;
	width: 140px;
	text-align: right;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}

form input, form textarea, form select  {
	font-size: 11px;
	width: 180px;
	border: 1px solid #999999;
	padding: 2px;
	margin-right: 20px;
}

form input:focus, form textarea:focus, form select:focus  {
	border: 1px solid #333333;	
}

form .form_error {
	border: 1px dotted #FF0000;
}
form textarea {
	height: 200px;
}
form .formfield {
	display: block;
	padding-bottom: 5px;
}
#submitbutton, #previewbutton {
	display: block;
	clear: both;
	margin-left: 160px;
	margin-top: 5px;
	width: 90px;
}
form p.span_error {
  background-image: url(../images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: top left;
	vertical-align: top;
	display:inline;
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 1px;
}