.vdcopyerr {
	color: #CC0000;
}
.vdcopy {
	font-family: Verdana, Helvetica, "Arial Narrow",  sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 20px;
}
.vdcopyb {
	font-family: Verdana, Helvetica, "Arial Narrow",  sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 20px;
	font-weight: bold;
}
.copyc {
	font-family: Verdana, Helvetica, "Arial Narrow",  sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
}
.formcopy {
	font-family: Verdana, Helvetica, "Arial Narrow",  sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	padding-left: 20px;
}

.formlink a:link, .formlink a:active, .formlink a:visited {
	font-family: Verdana, Helvetica, "Arial Narrow",  sans-serif;
	font-size: 11px;
	font-style: normal;
	padding-left: 20px;
	color: #006600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.formlink a:hover {
	color: #000;
	text-decoration: none;
}

.userform{
	width: 600px;
	background-color: #f3f3f3;
	float: left;
	height: auto;
	border: 1px solid #ccc;
	padding:10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
}
 
.userform a:link, .userform  a:active, .userform a:visited {
	color: #006600;
	text-decoration: none;
	font-weight: normal;
}
 
.userform a:hover {
	color: #000;
	text-decoration: underline;
}
 
.formheading{
	float:left;
	background:#333; color:#fff;
	font-weight: bold;
	width:600px;
	margin-left:-10px;
	margin-right:-10px;
	margin-top:-10px;
	height:30px;
	padding-left:10px;
}
.formheading a:link, .formheading  a:active, .formheading  a:visited {
color: #ccc;

}
.fieldsetheading{
	position:relative;
	float:left;
	color:#fff;
	font-weight: bold;
	width:200px;
	height:20px;
	line-height:20px;
	margin:10px;
	margin-bottom:-20px;
	padding-left:10px;
	border:1px solid #ccc;
	z-index:10;
	background-color: #666;
}

.fieldsetheading a:link, .fieldsetheading  a:active, .fieldsetheading a:visited {
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
}
.fieldsetheading a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

.fieldset{
	position:relative;
	float:left;
	width:95%;
	height:auto;
	margin:10px;
	padding:10px;
	border:1px solid #ccc;
	z-index:5;
}

.inputname, .inputname_form2{
	float:left;
	clear:left;
	height: 30px;
	width: 35%;	
}
.inputname_fullwidth{
	float:left;	
	clear:left;
	height: 30px;
	width: 100%;	
 
}
.inputfield, .inputfield_form2{
	float:left;
	height: 30px;
	text-align: left;
	width: 65%;
 
}
.inputfield_bold{
	float:left;
	height: 30px;
	text-align: left;
	width: 65%;
	font-weight: bold; 
}
.inputfield_fullwidth{
	float:left;
	clear:left;
	height: 30px;
	text-align: left;
	width: 100%;
}
 
input, select, textarea {
	padding:0.15em;
	width:160px;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 



a.btnWrap{ 
  text-decoration:none;
}

.formbutton, .formbutton2 {
  margin:0; 
  padding:0;
  border:0;
  color: #fff;
  width:136px;
  height:33px;
  background: #333;	
  font-weight: normal;
  background:url(/images/form_button_normal_off.png);

}

.btnWrap:hover .formbutton, .btnWrap:hover .formbutton2  {
  cursor: pointer; /* cursor: hand; for IE5 */ 
  color: #FFF;
  background:url(/images/form_button_normal_ovr.png);
}



