/* ================================
    CSS STYLES FOR Module CFD
   ================================
*/
/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	height: 22px;
	background: #dddddd;
	color: #000000;
	border-color: #636973;
	border-style: solid;
	border-width: 1px;
	cursor: hand;
	font-family: Verdana, sans-serif;
}
