/**
 * ValidForm standard CSS. 
 * Do not modify directly! You can overrule the styles in a separate file.
 *
 * @version 0.2
 */
 
* {
	margin: 0;
	padding: 0;
}
 
form.validform {
	margin: 0;
	padding: 0;
	overflow: auto;
}

form.validform fieldset {
	border: 0;
}

form.validform h3,
form.validform legend 
{
	font: bold 1em;
	color: #666;
	padding: 15px 0 5px 0;
}

form.validform div {
	clear: none;
	height: 1%;
	margin: 7px 0 10px 0;
	padding: 0 3px 10px 3px;
	border-bottom:1px solid  #444;
}

form.validform label {
	display: block;
	float: left;
	width: 130px;
	padding: 2px 7px 2px 3px;
	margin: 0 5px 0px 0;
	font-size: 1em;
	color: #333;
	text-align: left;
}

form.validform fieldset.vf__disabled label {
	color: #444;
}

form.validform fieldset fieldset {
	clear: none;
	margin: 0pt;
	padding: 0pt;
}

form.validform fieldset fieldset.vf__list label {
	float: none;
	text-align: left;
	font-weight: normal !important;
	padding: 2px 0 5px 0;
	width: auto;
}

form.validform fieldset fieldset.vf__area {
	border:0;
	clear: none;
	display: block;
	margin: 2px 0 15px 0;
	padding: 6px 8px 10px 8px;
}

form.validform fieldset fieldset.vf__area legend {
	margin-left: 10px;
	padding: 0 5px 0 8px;
	font-size: 1em;
}

form.validform fieldset fieldset.vf__area legend label {
	margin: 0;
	padding: 0;
	float: none;
	display: inline;
}

form.validform fieldset.vf__disabled legend label {
	color: #444;
}

form.validform fieldset fieldset input {
	margin-right: 2px;
}

form.validform .vf__hide {
	display: none;
}

form.validform .vf__notes {
	background-color: #eee;
	border: 0;
	color: #666;
	display: inline;
	float: right;
	height: auto;
	margin: 8px 5px 8px 8px;
	padding: 5px 7px 7px 7px;
	width: 108px;
	font-size: 11px;
}

form.validform .vf__notes p {
	margin: 0;
}

form.validform .vf__notes h4 {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}

form.validform .vf__required label {
	font-weight: bold;
}

form.validform .vf__navigation {
	padding: 10px;
}

form.validform .vf__tip {
	color: #666;
	display: block;
	font-size: 10px;
	margin: 0pt 0pt 2px 143px;
	padding: 1px 3px;
}

input.vf__text,
input.vf__text_tiny,
input.vf__text_small,
input.vf__text_large,
input.vf__button,
select.vf__one,
select.vf__multiple,
textarea.vf__text
{
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px;
	width: 50%;  
	background-color: #444;
	background-color:rgba(0, 0, 0, 0.3);
	border: 1px solid #444;
}

fieldset.vf__disabled input.vf__text,
fieldset.vf__disabled input.vf__text_tiny,
fieldset.vf__disabled input.vf__text_small,
fieldset.vf__disabled input.vf__text_large,
fieldset.vf__disabled input.vf__button,
fieldset.vf__disabled select.vf__one,
fieldset.vf__disabled select.vf__multiple,
fieldset.vf__disabled textarea.vf__text
{
	border: 1px solid #444;
	color: #aaa;
}

input.vf__text_tiny {
	width: 40px;
}

input.vf__text_small {
	width: 80px;
}

textarea.vf__text {
	width: 435px;
	height: 120px;
}

input.vf__button {
	
	clear:both;
	width: auto;
cursor:pointer;
padding:15px;
min-width:200px;
color:#fff;
text-align:center;text-decoration:none;
-webkit-box-shadow:  2px 2px 4px 0px rgba(0, 0, 0, 0.5);
background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

}
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}
select.vf__one {
	width: 240px;
	margin: 0; 
}

select.vf__multiple {
	width: 204px;
	height: 84px;
	font: normal 12px Arial, Helvetica, sans-serif;
}

input.vf__checkbox, 
input.vf__radiobutton
{
	display: inline;
	height: auto;
	width: auto;
	border: none;
	padding: 0;
}

form.validform div.vf__main_error {
	width: auto;
	padding: 5px;
  	margin: 0 0 10px 0;
  	background-color: rgba(0, 0, 0, 0.1);;

}

form.validform div.vf__main_error p {
	font: normal 1em;
  	color: #666;
  	margin: 0 7px 2px 7px;
}

form.validform div.vf__error {
	background-color: #fff;
	background-color: rgba(0, 0, 0, 0.1);;
	padding: 5px 3px;
}


form.validform p.vf__error {
	
	color: #b82828;
	margin:0pt 0pt 0pt 143px;
	padding: 0 3px 5px 3px;
}