﻿.style1 {
	text-align: center;
}
	.MainText {
	font-size: 14px;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #666666;
	}
	.MainTextTitle {
	font-size: 18px;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #666666;
	}
	.Textbox{
	background-color:silver;
	border:1px;
	border-color:black; 
	border-bottom-style: Solid;	
	border-top-style: Solid;
	border-right-style: Solid;
	border-left-style: Solid;
	height:20px;
	width:200px;
	vertical-align:middle;	
}

	.EqForm {
	font-size: 14px;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #666666;
	background-color:White; 
	width: 929px; 
	

	}
	.TextboxSmall{
	background-color:silver;
	border:1px;
	border-color:black; 
	border-bottom-style: Solid;	
	border-top-style: Solid;
	border-right-style: Solid;
	border-left-style: Solid;
	height:25px;
	width:50px;
	vertical-align:middle;	
}
	.TextboxFat{
	background-color:silver;
	border:1px;
	border-color:black; 
	border-bottom-style: Solid;	
	border-top-style: Solid;
	border-right-style: Solid;
	border-left-style: Solid;
	height:100px;
	width:200px;
	vertical-align:middle;	
}

.BlueBorder{
border:1px;
	border-color: navy;
		border-bottom-style: Solid;	
	border-top-style: Solid;
	border-right-style: Solid;
	border-left-style: Solid;
	}
	



