﻿

.form
{
	margin:20px 0 0 0;
}

fieldset.regFeildset
{
	border:solid 1px #ddd;
	margin:14px 14px 64px 0;
	padding:14px;
	width:380px;
	overflow:hidden;
}

fieldset.regFeildset legend
{
	color:#006ab3;
	background:#fff;
	padding:0 2px;
	margin:0 0 0 -2px;
	font-weight:bold;
	letter-spacing:1px;
	border:solid 1px #ddd;
}



label.formLabel
{
	display:block;
	padding:0 0 34px 0;
}

h3.formLabel
{
	padding:10px 0;
	
}

input.formValue, textarea.formValue
{
	border:solid 1px #ddd;
	width:200px;
	height:18px;
	margin:0 0 2px 0;
	padding:6px 20px 0 8px;
	float:left;
}

input.formValue:focus, textarea.formValue:focus
{
	border:solid 1px #006ab3;
}

textarea.formValue
{
	height:120px;
	overflow:auto;
}

div.error
{
	width:30px;
	float:left;
	margin:0 0 0 14px;
}

span.labelText
{
	width:100px;
	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;
	color:#000;
	font-size:14px;
}

.error
{
	position:relative;
	left:336px;
	top:-34px;
}

.error img
{
}

input.submitBtn
{
	display:block;
	width:100px;
	height:28px;
	margin:20px 0 0 114px;
	color:#006ab3;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	background:#fff;
	cursor:pointer;
}

input.submitBtn:hover
{
	color:#000;
}

