/* After testing, use these styles to hide the test fields on the member app */
#hideAfterTesting {
	width: 95%;
	margin: 0px;
	overflow: hidden;
	height: 0px;  /*uncomment this out after testing the form*/
	border: 0px;*/  /*change this to 0px after testing the form*/
}
.hide {
    display: none;
}

/* Main Form Elements */
.wli-form {
	width: 100%;
	max-width: 600px;
	display: inline-block;
	padding-top: 10px;
}
.wli-form * {
	width: 100%;
}
.wli-form-row {
	min-height: 35px;
	max-width: 600px;
	display: inline-block;	
}
fieldset {
	max-width: 600px;
	display: block;
	padding: 0px;
	margin: 0px;
	border: none;	
	}
legend {
	max-width: 600px;
	padding: 5px 16px;
	margin-bottom: 5px;
	text-align:left;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3681C2;
	}
.wli-form label {
	width: auto;
	float: left;
	clear: both;
	padding-left: 10px;
	font-weight: bold;
	color:#666;
	}
.wli-sub-label {
	font-size: 75%;
	}
select {
	max-width: 300px;
	float: right;
	padding:5px;
	margin: 0 10px 0 10px;
	border: 1px solid #888888;
	border-radius: 4px;
	background-color: #EEEEEE;
	}
select option {
	color: #000000;
	background-color: #EEEEEE;
	}
input {
	max-width: 200px;
	float:right;
	padding:5px;
	margin: 0 10px 0 10px;
	background-color: #EEEEEE;
	border: 1px solid #888888;
	border-radius: 4px;
	}
input:hover {
	background-color: #dddddd;
	}
input[type=image]{
	width: auto;
	max-width: auto;
	float: none;
	background: transparent;
	}
input[type=submit] {
	background: #fe9833;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #fe9833 0%, #c07227 91%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe9833), color-stop(91%,#c07227));
	background: -webkit-linear-gradient(top, #fe9833 0%,#c07227 91%);
	background: -o-linear-gradient(top, #fe9833 0%,#c07227 91%);
	background: -ms-linear-gradient(top, #fe9833 0%,#c07227 91%);
	background: linear-gradient(to bottom, #fe9833 0%,#c07227 91%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9833', endColorstr='#c07227',GradientType=0 );
	border-radius: 10px;
	width: 100%;
	max-width: 245px;
	height: 35px;
	color: white;
	text-shadow: -1px -1px 2px rgba(0,0,0,0.8);
	font-size: 18px;
	}
	/*input[type=submit]:hover {
		background-color: #0D4180;
		cursor: pointer;
		border-radius: 0px;
		/*transition*/
		/*-webkit-transition:border-radius 1s;
		   -moz-transition:border-radius 1s;
			 -o-transition:border-radius 1s;
				transition:border-radius 1s;
		}
	input[type=submit]:active {
		/*box-shadow*/
		/*-webkit-box-shadow:inset 1px 1px 2px #000000;
		   -moz-box-shadow:inset 1px 1px 2px #000000;
				box-shadow:inset 1px 1px 2px #000000;	
		}*/
input[type=checkbox]{
	max-width: 20px;
	margin-top: 4px;
	}
.wli-checkbox-list {
	padding-left: 50px;
	}
.wli-checkbox-list .wli-form-input-field input{
	float: left;
	}
input[type=radio] {
	max-width: 20px;
	}
input[type=button] {}
textarea {
	max-width: 500px;
	float: left;
	padding:5px;
	margin: 10px;
	border: 1px solid #636363;
	border-radius: 4px;
}

/* Contact Regarding checkboxes as <li>*/
	ul.wli-checkbox-list {
		margin: 10px 0px;
	}
	li.wli-form-checkbox-field input[type=checkbox] {
		max-width: 20px;
		float: none;
	}
	li.wli-form-checkbox-field label {
		float: none !important;
		clear: none !important;
	}
	li.wli-form-checkbox-field {
		margin-bottom: 8px;
	}
		
/* Form Content Record Message/Instructions */
dt {
	font-weight: bold;
	display: block;
	width: 30%;
	float: left;
	}
dl dl {
	display: block;
	width: 70%;
	float: right;
	}
.information {}
.information ul {
	float:left;
	}
.information li {
	list-style-type:disc;
	margin-left:60px;
	}
		
/* Specific Common Input Content Types */
.firstname input {}
.lastname input {}
.address1 input {}
.address2 input {}
.city input {
	max-width: 200px;
	}
.state select {
	max-width: 80px;
	}
.zip input {
	max-width: 100px;
	}
.phone input {
	max-width: 150px;
	}
.fax input {
	max-width: 150px;
	}
.website input {}
.email input{}
.other input {}

#addButton,
#removeButton {
	max-width: 40px;
	float: none;
	border-radius: 20px;
}

.membertype select {
	max-width: 300px;
	}
.category select {max-width: 250px;}

.wli-payment-information .wli-form-row {
	max-width: 450px;
}
.creditcardtype {}
.creditcardtype label{
	float:none;
	}	
.creditcardtype input{
	float:none;
	}
.creditcardinfo {
	max-width: 450px;
	padding-left: 10px;
	}
.wli-form-row .creditcardinfo table {
	width: 100%;
	float: none;
}
.creditcardinfo table tr td:first-child{
	width:219px;
}
.creditcardinfo label {
	padding-left: 0px;
	}
.creditcardinfo table tr td input, 
.creditcardinfo table tr td select {
	width: auto;
	max-width: auto;
	display: inline-block;
	}

#annual_dues, #addncategories, #appfee, #tax, #add_item1 {
	float:right;
	text-align: right;
    width: 100px;
	margin:0 10px;
}

#total {
	text-align:right;
}

#content1_content_WebInput_CreditCardInfo_chkWebInputUseAddressAbove{

}
	
/* Required Fields Styles */	
.wli-required-label:after {
	content: " *";
	color: #FF0000;
	}

/* Post Back Message Styles */
.wli-PostBackMessage {
	color: #FF0000;
	}

/* Needed for Controls in Tables */
.wli-form-row table, .wli-form-row table *{
	width: auto;
	float: left;
}
.wli-form-row table input[type=submit] {
	width: 100%;
}
.wli-form-row .wli-form-radio-field  table{
	float: right;
	}

/* Unique Form Styles */
#Contact .Contact-Information .wli-form-row{
	max-width: 400px;
}
#Contact h2 {
	padding: 15px;
}
#EventSubmission *{
	float: left;
}
#content1_content_EventSubmission1_Table1 strong{
	max-width: 3px;
}

/* Custom Client Styles */
#content1_content_WebInput_CreditCardInfo_tblCreditCardInfo tr {
	padding: 3px !important;
}

#content1_content_WebInput_CreditCardInfo_tblCreditCardInfo > tbody > tr:nth-child(4) > td:nth-child(2) {
	overflow: hidden;
	height: 0px;
}
