/* CSS Document */

/*

  this css has been organized in this fashion
  
  all individual tags at the top
  all class next
  all ids last

*/

/*
    individual tags are located here alphabetically
*/

/*
input[type=text] {
  -webkit-appearance: none;
  -moz-apperance: none;
  display: block;
  margin: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  border: 1px solid #bbb;
}
*/



/*
    class tags are located here alphabetically
*/

.checkbox_height {
	height: 25px;
}
.join_full_container {
	position: relative;
	width: 300px;
}
.join_left_container {
	position: relative;
	width: 125px;
}
.join_lock_left_container {
	position: absolute;
	width: 125px;
	left: 0px;
	top: 0px;
}
.join_lock_right_container {
	position: absolute;
	width: 275px;
	left: 130px;
	top: 0px;
}
.join_right_container {
	position: relative;
	width: 275px;
	left: 130px;
	float: right;
}
.option_size_grey_quote_info {
	font-size: 14px;
	height: 25px;
	width: 180px;
	color: #414042;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}
.quote_order_email {
	font-size: 14px;
	color: #414042;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
	height: 25px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
.quote_order_first_name {
	font-size: 14px;
	color: #414042;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 80px;
	height: 25px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
.quote_order_last_name {
	font-size: 14px;
	color: #414042;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 130px;
	height: 25px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
.quote_order_multiple {
	font-size: 14px;
	color: #414042;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 130px;
	height: 25px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
.quote_order_phone_area {
	font-size: 14px;
	color: #414042;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 40px;
	height: 25px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
.quote_order_phone_number {
	font-size: 14px;
	color: #414042;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 80px;
	height: 25px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
.star {
	color:#FF0000;
	font-size:200%;
	vertical-align: middle;
}
.textarea_contact_size {
	border: 1px solid #CCCCCC;
	height: 90px;
	width: 250px;
	padding-top: 5px;
	padding-left: 5px;
	max-height:90px;
	max-width:250px;
	font-size: 14px;
}
.textarea_join_size {
	border: 1px solid #CCCCCC;
	height: 90px;
	width: 250px;
	padding-top: 5px;
	padding-left: 5px;
	max-height:90px;
	max-width:300px;
	font-size: 14px;
}
.text_size_10 {
	font-size: 10px;
}
.text_size_14 {
	font-size: 14px;
}


/*
    id tags are located here alphabetically
*/
