

form.formular {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 12px;
	height:100%;
	min-height:100px;
	width:800px;
	margin:10px auto;
	background-color:#ffffff;
	overflow: hidden;
}

.formular fieldset {
	margin-top: 2px;
	padding : 15px;
	border: 1px solid #B5B8C8;
}


.formular clear {
	#clear:both;
}

.formular lefte {
	float:left;
}

.formular righte {
	float:right;
}

.formular legend {
	font-size: 12px;
	color: #00adf1;
	font-weight: 900;
	padding: 5px;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.title {
	float: none;
	text-align: inherit;
	width: auto;
}

.required{
	width: auto;
}

.formular label span {
	color: #000;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
}

.formular .text-input {
	width: 220px;
	color: #3B3B3B;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-top: 4px;
	margin-right: 20px;
	background: #ffffff url('/img/form/text-bg.gif') repeat-x;
	
}
.formular .textarea {
	width: 748px;
	height:80px;
	color: #3B3B3B;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-top: 4px;
	background: #ffffff url('/img/form/text-bg.gif') repeat-x;
	
}
.formular .select {
width:230px;
	color: #3B3B3B;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-top: 4px;
	height:25px;
	background: #ffffff;
}

.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}
/*
.formular .submit {
	background: #404040;
	font:normal 10px Arial;
	color: #cbcbcb; 
		font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #353535;
	text-decoration: none;
	font-weight:bold;
	cursor: pointer;
	margin-top: 10px;
	float: right;
	text-decoration: none;
	cursor:pointer;
	width: 80px;
	padding: 5px 0 5px 0;
}
*/
.formular .submit {
  background: #7fbf4d;
  background: -moz-linear-gradient(0% 100% 90deg,#63a62f, #7fbf4d);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
  border: 1px solid #63a62f;
  border-width: 1px 1px 0 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font-family: "lucida grande", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 150px;
  	cursor: pointer;
	margin: 20px 0 0 2px;
	float: left;
}

.formular .submit:hover {
  background: #5a962c;
  background: -moz-linear-gradient(0% 100% 90deg,#5a962c, #72ac45);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#72ac45), to(#5a962c));
}

.formular .submit:active {
  background: #7fbf4d;
  background: -moz-linear-gradient(0% 100% 90deg,#7fbf4d, #63a62f);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#63a62f), to(#7fbf4d));
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-width: 0 1px 1px 1px;
  padding: 8px 0 7px 0;
}


.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}



form.signupform {
	font-family: verdana, "sans-serif";
	font-size: 12px;
	height:100%;
	min-height:100px;
	width:800px;
	margin:10px auto;
	background-color:#ffffff;
	overflow: hidden;
}

.signupform fieldset {
	margin-top: 2px;
	padding : 5px 15px 15px 15px;
	border: 1px solid #B5B8C8;
}


.signupform clear {
	#clear:both;
}

.signupform lefte {
	float:left;
}

.signupform righte {
	float:right;
}

.signupform legend {
	font-size: 12px;
	color: #00adf1;
	font-weight: 900;
	padding: 5px;
}

.signupform fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.title {
	float: none;
	text-align: inherit;
	width: auto;
}

.required{
	width: auto;
}

.signupform label span .LV_valid {
	color: #00CC00;
}

.signupform label span .LV_valid {
	color: #000;
}

.signupform label span .LV_valid {
	color: #00CC00;
}

.signupform input, .signupform select, .signupform textarea {
	display : block;
	margin-bottom: 5px;
}

.signupform .text-input {
	width: 220px;
	color: #3B3B3B;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-top: 4px;
	margin-right: 20px;
	background: #ffffff url('/img/form/text-bg.gif') repeat-x;
	
}
.signupform .textarea {
	width: 748px;
	height:80px;
	color: #3B3B3B;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-top: 4px;
	background: #ffffff url('/img/form/text-bg.gif') repeat-x;
	
}
.signupform .select {
width:230px;
	color: #3B3B3B;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-top: 4px;
	height:25px;
	background: #ffffff;
}

.signupform .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.signupform span.checkbox, .signupform .checkbox {
	display: inline;
}
/*
.signupform .submit {
	background: #404040;
	font:normal 12px Arial;
	color: #cbcbcb; 
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #353535;
	text-decoration: none;
	font-weight:bold;
	cursor: pointer;
	margin-top: 10px;
	float: right;
	text-decoration: none;
	cursor:pointer;
	width: 80px;
	padding: 5px 0 5px 0;
}
*/
.signupform .submit {
  background: #7fbf4d;
  background: -moz-linear-gradient(0% 100% 90deg,#63a62f, #7fbf4d);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
  border: 1px solid #63a62f;
  border-width: 1px 1px 0 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font-family: "lucida grande", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 150px;
  	cursor: pointer;
	margin: 20px 0 0 2px;;
	float: left;
}

.signupform .submit:hover {
  background: #5a962c;
  background: -moz-linear-gradient(0% 100% 90deg,#5a962c, #72ac45);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#72ac45), to(#5a962c));
}

.signupform .submit:active {
  background: #7fbf4d;
  background: -moz-linear-gradient(0% 100% 90deg,#7fbf4d, #63a62f);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#63a62f), to(#7fbf4d));
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-width: 0 1px 1px 1px;
  padding: 8px 0 7px 0;
}

.submitsuccess {
  background: #7fbf4d;
  background: -moz-linear-gradient(0% 100% 90deg,#63a62f, #7fbf4d);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
  border: 1px solid #63a62f;
  border-width: 1px 1px 0 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font-family: "lucida grande", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 14px 0 16px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 300px;
  	cursor: pointer;
	margin-top: 50px;

}

.submitsuccesshover {
  background: #5a962c;
  background: -moz-linear-gradient(0% 100% 90deg,#5a962c, #72ac45);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#72ac45), to(#5a962c));
}

.submitsuccessactive {
  background: #7fbf4d;
  background: -moz-linear-gradient(0% 100% 90deg,#7fbf4d, #63a62f);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#63a62f), to(#7fbf4d));
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-width: 0 1px 1px 1px;
  padding: 8px 0 7px 0;
}

.freesubmitsucccess {
text-align:center;
}

.signupform hr {
	clear: both;
	visibility: hidden;
}

.signupform .fc-error {
	width: 350px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}


