@charset "UTF-8";
/* CSS Document */

input{
	position:static;
	float:right;
	width:200px;
	height: 20px;
	font-size: 18px;
	padding: 2px;
	margin: 0px 10px 10px 10px;
	line-height: 16px;
}
	.info{
		position: static;
		float: left;
		width: 100%;
	}
	.info input{
		float:left;
		border: 1px #000000 solid;
		width:275px;
		height: 16px;
		font-size: 14px;
		padding: 2px;
		margin: 0px 10px 10px 10px;
	}
	.info textarea{
		border: 1px #000000 solid;
		width:275px;
		height: 100px;
		font-size: 14px;
		padding: 2px;
		margin: 0px 10px 10px 10px;
		font-family: Arial, Helvetica, sans; 
	}
	.info select{
		margin: 0px 3px 0px 3px;
	}
	
		
	.phone input{
		position:static;
		float:left;
		border: 1px #000000 solid;
		width:30px;
		height: 16px;
		font-size: 14px;
		padding: 2px;
		margin: 0px 2px 10px 2px;
	}
	.phonealt input{
		position:static;
		float:left;
		border: 1px #000000 solid;
		width:70px;
		height: 16px;
		font-size: 14px;
		padding: 2px;
		margin: 0px 2px 10px 10px;
	}
		.phone input:first-child{
		position:static;
		float:left;
		border: 1px #000000 solid;
		width:30px;
		height: 16px;
		font-size: 14px;
		padding: 2px;
		margin: 0px 2px 10px 10px;
		}
		.phone input:last-child{
		position:static;
		float:left;
		border: 1px #000000 solid;
		width:40px;
		height: 16px;
		font-size: 14px;
		padding: 2px;
		margin: 0px 2px 10px 2px;
		}


	.contact input{
		position:static;
		float:left;
		border: 1px #000000 solid;
		width:200px;
		height: 20px;
		font-size: 18px;
		padding: 2px;
		margin: 0px 10px 10px 10px;
	}
	.long input{
		position:static;
		float:left;
		width: 400px;
	}
textarea{
	width: 400px;
	height: 300px;
	overflow: auto;
	font-size: 14px;
	padding: 2px;
	margin: 0px 10px 10px 10px;
	border: 1px #000000 solid;
	font-family: Arial, Helvetica, sans;
}

label{
	position:static;
	float:left;
	font-size: 16px;
	line-height: 24px;
}
legend{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
fieldset{
	border: 1px #eeeeee solid;
	padding: 5px;
	margin: 5px 0px 10px 0px;
}
/*Generic Buttons*/
button{
  color: #4F8A10;
  background-color: #dddddd;
  font-weight: bold;
  margin: 10px;
  width: 150px;
  font-size: 16pt;	
}
button:hover{
  color: #4F8A10;
  background-color: #DFF2BF;
  font-weight: bold;	
}


/*Front Page Buttons*/
.button_r{
	background: url(../images/button_bg.png) no-repeat left top;
	position:static;
	float:right;
	height: 27px;
	width:auto;
	padding: 10px 70px 4px 3px;
	margin: 10px 0px 10px 10px;
}
.button_l_link{
	position:static;
	float:right;
	background:url(../images/button_bg.png) no-repeat right top;
	border: 0px;
	height: 37px;
	width: 30px;
	padding: 10px 45px 4px 0px;
	margin: 10px 10px 10px 0px;

	font-size: 14px;
	font-weight: bold;
	color: #f9ec9b;
}
.button_l_link a{
	border: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #f9ec9b;
}
.button_l a:hover{
	background:url(../images/button_bg.png) no-repeat right top;
	border: 0px;
	height: 37px;
	width: 30px;
	padding: 10px 70px 4px 0px;
	margin: 10px 10px 10px 0px;
	cursor: pointer;

	font-size: 14px;
	font-weight: bold;
	color: #f9ec9b;
}


.button_l{
	position:static;
	float:right;
}
.button_l button{
	background:url(../images/button_bg.png) no-repeat right top;
	border: 0px;
	height: 37px;
	width: 30px;
	padding: 10px 70px 4px 0px;
	margin: 10px 10px 10px 0px;

	font-size: 14px;
	font-weight: bold;
	color: #f9ec9b;
}
.button_l button:hover{
	background:url(../images/button_bg.png) no-repeat right top;
	border: 0px;
	height: 37px;
	width: 30px;
	padding: 10px 70px 4px 0px;
	margin: 10px 10px 10px 0px;
	cursor: pointer;

	font-size: 14px;
	font-weight: bold;
	color: #f9ec9b;
}

.errorMessage{
	background: #FFCCBA;
	max-width:704px;
	padding:10px;
	border: #D63301 1px solid;
	
	font-size: 10pt;
	line-height: 12pt;
	color: #D63301;
}
.yeildMessage{
    background-color: #FEEFB3;
	max-width:704px;
	padding:10px;
	border: #9F6000 1px solid;
	
	font-size: 10pt;
	line-height: 12pt;
	color: #9F6000;
}
.win{
	color: #4F8A10;
	background-color: #DFF2BF;
	border: 1px #4F8A10 solid;
	padding:10px;
	max-width:704px;
	
	font-size: 10pt;
	line-height: 12pt;
	color: #000000;
}

.uploader input{
	float: left;
	height: 30px;
	margin: 10px;
}
#info{ 
	float: left;
	text-align: left;

}
#info input{
	margin: 3px;
	width: 200px;
	color:#1b1b1b;
	font-weight:normal;
	font-size: 12pt;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 16pt;
}
#info label{
	display: block;
	padding: 10px 0px 0px 0px;
}

#col1{
		float: left;
		width: 49%;
	}
	#col2{
		float: right;
		width: 49%;
	}
.radio_label{
	display: inline;
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	
}
#checkbox{
	display:inline;
	float: left;
	width: 12px;
	margin: 0px -90px 0px 100px;
	padding: 0px;
	line-height: 12px;
}
select{
	margin: 10px;
}