@charset "UTF-8";
/* 
 * Accredited Portfolios Website
 * by Merrill Consulting Group, LLC (MCG)
 * http://www.merrillconsultinggroup.us
 *
 * @package    Accredited Portfolios Website
 * @subpackage Theme Stylesheet
 * @author     Merrill Consulting Group, LLC
 * @license    see License Agreement
 * @copyright  (C) 2009 Accredited Portfolios, portions (C) 2009 Merrill Consulting Group, LLC and used with permission
 *
 * THIS FILE ONLY CONTAINS CONFIGURATION SETTINGS.  YOU MAY ALTER OR COPY it as necessary for your own purposes, without restrictions.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY OF ANY KIND; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the License Agreement for more details.
 *
 */


/* styles for index.php */

.cell_lookuppromptlabel {
	width: 140px;
}
.cell_lookuppromptinput {
	width: 200px;
}
.promptfor_label {
	text-align: right;
	padding-right: 10px;
	line-height: 15px;
	font-size: 12px;
}
.FormInputs {
	background-color:  #B3D1E9;
	color: #0166B3;
	font-weight: bold;
	font-size: 12px;
}
.div_divider {
	height: 10px;
}


