/*
// +----------------------------------------------------------------------+
// | OpenConf                                                             |
// +----------------------------------------------------------------------+
// | Copyright (c) 2002-2022 Zakon Group LLC.  All Rights Reserved.       |
// +----------------------------------------------------------------------+
// | This source file is subject to the OpenConf License, available on    |
// | the OpenConf web site: www.OpenConf.com                              |
// +----------------------------------------------------------------------+
*/

#oc_proceedings_search {
	border: 1px solid #ccc;
	background-color: #eee;
	color: #333;
	padding: 5px 20px;
}

#oc_proceedings_search p {
	margin: 0.5em 0;
}

#oc_proceedings_search input, #oc_proceedings_search option, #oc_proceedings_search label {
	font-size: 0.8em;
}

#oc_proceedings_search label {
	width: 12em;
	float: left;
}