/* --- Events and Speakerships
-------------------------------------------------------*/

.layout_3 .module_sidebar {
	margin-top: 0;
}



	/* --- The Form
	-------------------------------------------------------*/
	
	.box .search_module {
		margin-bottom: 2em;
	}
	
		.search_module_content {}
		
			.box .search_module .search_module_content {
				padding-top: 12px;
			}
	
				/* --- | Filter By Title | --- */
	
				#primary_content .box .search_module_content h2 {
					text-indent: -9999px;
					height: 17px;
					margin-bottom: .5em;
					background: url(/images/events_and_speakerships/filter_by.gif) no-repeat;
				}
		
				/* --- | From/To | --- */
		
				.search_module_content h3 {
					font-size: .833em;
					font-weight: bold;
					color: #2e3239;
				}
		
				/* --- | Select Boxes | --- */
		
				.search_module_content fieldset {
					float: left;
				}
			
					.search_module_content fieldset .selectbox {
						width: 230px;
						margin-right: 12px;
					}
			
					.search_module_content fieldset .selectbox-wrapper {
						width: 250px;
					}
	
	
	
	/* --- Topic Modules
	-------------------------------------------------------*/
	
	.topic_module h3 a {
		text-decoration: none;
		padding-left: 15px;
		background: url(/images/arrows.gif) no-repeat 0 -96px;
	}
	
	
	
	/* --- View All
	-------------------------------------------------------*/
	
	.view_all {
		float: right;
		margin-top: -2em;
	}