﻿/* Used by the TextBox skin */
.TextBox
{
	font-family: arial, sans-serif;
	color: #000;
	font-size: 10pt;
	border: solid 1px black;
	padding-left: 2px;
}

/* Used by the Button skin */
.Button
{
	font-size: 8pt;
	font-family: Arial;
	background-color: #606e7f;
	color: #fff;
	border: solid 1px white;
	cursor: pointer;
	height: 20px;
}

