/*Form styles*/

form {
 	margin: 3px 0 3px 0;
	padding: 0;
	width: 100%;
	height: auto;
	background-color: none;
	border: none;
	}
	
input {
	background-color: #f5f5f5;
	border: .01em solid #a6d100;
	padding: 4px;
 	margin: 10px 0 0 0;
	height: 20px;
	color: #333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .04em;
	word-spacing: 0.075em;
	line-height: auto;
	font-weight: bold;
	}

checkbox {
	background-color: #f5f5f5;
	border: .01em solid #a6d100;
	padding: 0;
 	margin: 0;
	color: #333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .04em;
	word-spacing: 0.075em;
	line-height: auto;
	font-weight: bold;
	}

input.go {
	background-color: #f5f5f5;
	border: .01em solid #a6d100;
	padding: 4px;
 	margin: 10px 0 0 0;
	height: 20px;
	color: #333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .04em;
	word-spacing: 0.075em;
	line-height: auto;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

input.file {
	background-color: #f5f5f5;
	border: .01em solid #a6d100;
	padding: 4px;
 	margin: 3px 5px 0 0;
	height: 20px;
	color: #333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .04em;
	word-spacing: 0.075em;
	line-height: auto;
	text-decoration: none;
	}

input.verify {
	width: auto;
	background-color: #f5f5f5;
	border: .01em solid #a6d100;
 	margin: 3px 3px 0 3px;
	padding: 2px 0 0 0;
	height: 16px;
	color: #333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: .04em;
	word-spacing: 0.075em;
	line-height: auto;
	text-decoration: none;
	text-align: center;
	}

select {
	background-color: #f5f5f5;
	border: .01em solid #a6d100;
	padding: 2px 2px 0 2px;
 	margin: 0;
	height: 20px;
	color: #454545;
	font-size: 0.72em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: auto;
	text-decoration: none;
	}

textarea {
	width: 96%;
	border: 1px solid #a6d100;
 	margin: 0 0 3px 0;
	padding: 2px;
	color: #666;
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

textarea.single {
	width: 96%;
	height: 16px;
	border: 1px solid #a6d100;
 	margin: 0 0 3px 0;
	padding: 2px;
	color: #666;
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.select2up {
	position: relative; 
	width: 45%; 
	height: auto; 
	float: left;
	display: inline;
	overflow: hidden; 
	margin: 0 5% 10px 0; 
	padding: 0;
	outline-width: 0;
	}

.select3up {
	position: relative; 
	width: 30%; 
	height: auto; 
	float: left;
	display: inline;
	margin: 0 3% 0 0; 
	padding: 0;
	outline-width: 0;
	}

.select4up {
	position: relative; 
	width: 22%; 
	height: auto; 
	float: left;
	display: inline;
	margin: 0 3% 0 0; 
	padding: 0;
	outline-width: 0;
	}

.select5up {
	position: relative; 
	width: 18%; 
	height: auto; 
	float: left;
	display: inline;
	margin: 0 2% 0 0; 
	padding: 0;
	outline-width: 0;
	}

.selectauto {
	position: relative; 
	width: auto; 
	height: auto; 
	float: left;
	display: inline;
	margin: 0 10px 0 0; 
	padding: 0;
	outline-width: 0;
	}

.choosebox {
	width: 174px;
	height: auto;
	background-image: url(../img/boxbg25.png);
	background-repeat: repeat;
	float: left;
	display: inline;
	padding: 3px;
	margin: 0;
	}
	
.choosebox2 {
	width: 354px;
	height: auto;
	background-image: url(../img/boxbg25.png);
	background-repeat: repeat;
	float: left;
	display: inline;
	padding: 3px;
	margin: 0;
	}
	
.selectwrap {
	width: 174px;
	height: 20px;
	background-image: url(../img/select174px.png);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

.selectbox {

width: 174px;
opacity: 0;

}

/* End Form styles */
