@charset "UTF-8";
/* Styles that only apply to the classifieds section */

#classifieds-header{
	width: 749px;
	margin: 10px auto 50px auto;
	}

#classifieds-categories{
	float:left;
	width: 240px;
	text-align:left;
	}

#classifieds-post{
	float:left;
	width: 200px;
	text-align: center;
	}

#classifieds-search{
	float:right;
	width: 275px;
	text-align:right;
	position:relative;
	top:0;
	}
#classifieds-pager {
	padding: 20px 0;
	}

/*Add submission form */

label,input {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 10px;
}


label {
	text-align: right;
	width:150px;
	padding-right: 20px;
}

br {
	clear: left;
}

