/* -------------------------------------------------------------- 
   
   Boilerplate forms.css
   * Sets up some default styling for forms
   
-------------------------------------------------------------- */

label { font-weight: bold; }

/* Fieldsets */
fieldset { padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ddd; }
legend { padding: 0 .4em; font-weight: bold; font-size: 1.2em; }

/* Textareas */
textarea { margin: 0.5em 0.5em 0 0; }
textarea { padding: .4em; }


/* Get Catalog
-------------------------------------------------------------- */

.submit {margin-top: 1.5em;}

.get-catalog .row {	width: 100%; height:3.5em;}
.get-catalog .two-cols {position: relative;}

.get-catalog .col1 {
	width: 200px;
	margin: 0;
	padding: 0
}

.get-catalog .col2 {
	position: absolute;
	left: 220px;
	top: 0px;
	width: 200px;
	margin: 0;
	padding: 0;
}


.get-catalog .half {
	width: 200px;
	background-color: #f3f3f3;
	border: solid 1px #bbbbbb;
}

.get-catalog label {
	display: block;
}


.get-catalog .CheckboxList label {
	display: inline;
	font-weight: normal;
	padding-left:7px;
}

.get-catalog .CheckboxList input {
	position: relative;
	top: 2px;
	left:2px;
}

.get-catalog .full {
	width: 420px;
	background-color: #f3f3f3;
	border: solid 1px #bbbbbb;
}

.get-catalog .state {
	width: 200px;
}

.get-catalog .zip {
	position: absolute;
	left: 220px;
	top: 0px;
	width: 240px;
}

.get-catalog .zip-field {
	width: 120px;
}

