﻿
fieldset.regFeildset
{
	/*border:solid 1px #848688;*/
	margin:14px 14px 64px 0;
	padding:14px;
	width:500px;
}

fieldset.regFeildset legend
{
	color:#E2001A;
	background:#fff;
	padding:0 2px;
	margin:0 0 0 -2px;
	font-weight:bold;
	letter-spacing:1px;
	display:none;
	/*border:solid 1px #848688;*/
}



label.formLabel
{
}

h3.formLabel
{
	padding:10px 0;
}

input.formValue, textarea.formValue
{
	border:solid 1px #848688;
	width:248px;
	height:18px;
	margin:0 0 12px 0;
	padding:6px 20px 0 8px;
	float:left;
}

textarea.formValue
{
	height:120px;
	overflow:auto;
}

select.formValue
{
	border:solid 1px #848688;
	width:278px;
	height:24px;
	margin:0 0 12px 0;
	float:left;
}

input.otherFormValue
{
	width:100px;
	/*position:relative;
	top:-20px;
	left:240px;*/
	margin:0 0 0 164px;
}

input.formValue:focus, textarea.formValue:focus, select.formValue:focus, input.otherFormValue:focus
{
	border:dotted 1px #848688;
}

div.error
{
	width:30px;
	float:left;
	margin:0 0 0 14px;
}

span.labelText
{
	width:150px;
	display:block;
	float:left;
	/*text-align:right;*/
	padding:0 14px 0 0;
}


span.errorText
{
	margin:10px -20px 10px 0;
	padding:14px;
	border:solid 1px #f00;
	display:block;
	width:500px;
	color:#000;
	font-size:14px;
}

input.submitBtn
{
	display:block;
	width:100px;
	height:28px;
	margin:20px 0 0 164px;
	color:#000;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	background:#fff;
	cursor:pointer;
}

input.submitBtn:hover
{
	color:#666;
}

