@charset "UTF-8"; 

form{
	padding:0px;
	margin:0px;
}

.field_element{
	width:49%;
	float:left;
	margin:8px 0px 0px 0;
}

#first_name_field{
}

#last_name_field{
}

#email_field{
	width:100%;
}

#email_field .input_txt{
	width:92%;
}

#state_field{
}

#income_field{
	width:100%;
}

#income_field .select_box{
	width:92%;
}

#phone_field{
}

#pay_field{
	width:100%;
}

#pay_field .select_box{
	width:92%;
}

.field_element label{
	width:90%;
	float:left;
	margin:0px 5px 0px 0;
}

.input_txt{
	width:90%;
	float:left;
	margin:0 0 0px 0;
}

.input_phone{
	width:22%;
	float:left;
	margin:0 7px 0px 0;
}

#phone_field .text{
	display:none;
}

.field_element .text{
	float:left;
	padding:0 5px 0 5px;
}

.select_box{
	width:90%;
	float:left;
	margin:0 0 0px 0;
}

#state_field{
	margin-top:5px;
}

.dont_have_checking{
	float:left;
	margin:10px 0 10px 85px;
}

/*
	------------------------------------------
	Military box
	------------------------------------------
*/

#military .text{
	width:360px;
	float:left;
}

#military .input_radio{
}

#military label{
}

/*
	------------------------------------------
	Optins
	------------------------------------------
*/

.optin_txt{
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #cccccc;
	width:360px;
}

.optin_txt .text{
	font-size:12px !important;
	position:relative !important; 
	margin:0 !important; 
	float: none !important;
}

/*
	------------------------------------------
	Disclaimer
	------------------------------------------
*/

#disclaimer .text{
	float:left;
	width:90%;
	padding-bottom:13px;
	padding-top:5px;
}

#disclaimer .input_checkbox{
	float:left;
}

#submit_btn{
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	margin-left:90px;
}
