﻿.box1 input
{
	border: solid 1px #333;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	outline: none;
	width: 50px;
}
.box2 input
{
	border: solid 1px #333;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	outline: none;
	width: 100px;
}
.box3 input
{
	border: solid 1px #333;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	outline: none;
	width: 250px;
}
.textBox input
{
    border: solid 1px #333;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	outline: none;
}
.notes textarea
{
	height: 100px;
	width:250px;
    border: solid 1px #333;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	outline: none;
}