/*  
Globals
--------------------------------------------------------------------------------------------------- */
* {margin:0; padding:0;}

body {
    font: 12px/1.4em Arial, Helvetica, sans-serif;
	background: #fff;
    color:#666;
	margin: 0;
} 
hr { display: none; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }
.highlight {
	color: #4FAF44;
}
a {
	color: #4FAF44;
	text-decoration: none;
}
a:hover {
	color: #000;
}


/*  
LASSO FORM
--------------------------------------------------------------------------------------------------- */
#lasso_join .logo {
	padding: 10px 0 0 17px;	
}
#lasso_join {
	border: none;	
}
#lasso_join fieldset {
	background: url(../gfx/contact_midline.jpg)	repeat-x 0 0;
	padding: 15px 0 0 0;
	border: none;
}

#lasso_join h1 {
	font: 25px Arial, Helvetica, sans-serif;
	padding: 10px 20px;
	color: #666;
}
#lasso_join .clubDescription {
	padding: 0 0 15px 0;	
}
#lasso_join p {
	padding: 0 20px;
	margin: 0 0 15px 0;
}

#lasso_join .field_box {
	display: block;
	padding: 0;
	margin: 0 0 25px 0;
}

#lasso_join .field_box .field {
	width: 50%;
	float: left;
}
#lasso_join .field_box .field label {
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	width: 85px;
	padding: 0 15px 0 0;
	display: block;
	float: left;
	text-align: right;
	line-height: 30px;
}
#lasso_join .field_box .field .medium_field {
	background: url(../gfx/field_custombg.jpg) repeat-x 0 100% #fff;
	border: none;
	padding: 8px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #666;
	width: 200px;
}

#lasso_join .submit {
	padding: 10px 20px;	
}
#lasso_join #btn_submit {
	width: 82px;
	height: 29px;
	text-indent: -999em;
	border: none;
	cursor: pointer;
	background: url(../gfx/btn_submit.png) no-repeat 0 0;
	display: block;
}
#lasso_join #btn_submit:hover {
	background-position: 0 -29px;
}

/* Helpers 
--------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
