﻿
/*
    Computer Science Group, LLC
    225-766-2397 office
    225-205-0263 cell
    darrell@computersciencegroup.com
    Copyright © 2008 Computer Science Group, LLC, All rights reserved.
*/

/**********************************/
/********** drop down list ********/
/**********************************/
.csgDropDownList
{
	font-size: 8pt; 
	font-weight:normal; 
	color: Black;
	background-color:#EAF4EA;
	height:20px;
	vertical-align:middle;
}