﻿.SearchInput {
	font-family: Verdana;
	font-size:73%;
	height:14px;
	border: solid 0px white;
	font-size:10px;
	width:85px;
	color:#A7A9AC;
	!margin-top:-1px;
	!margin-left:-10px;	
}
.DefaultInput {
	font-family: Verdana;
	font-size:73%;
	height:14px;
	width:120px;
	border: solid 0px white;
	font-size:10px;
	color:#A7A9AC;
	margin-left:10px;
}
.DefaultInputBG {
	height:22px;
	background: url(/Images/BackGrounds/Search.png);
	background-repeat:no-repeat;
}
.SmallInput {
	font-family: Verdana;
	font-size:73%;
	height:14px;
	width:30px;
	border: solid 0px white;
	font-size:10px;
	color:#A7A9AC;
	margin-left:10px;
}
.SmallInputBG {
	height:22px;
	background: url(/Images/BackGrounds/SmallInput.png);
	background-repeat:no-repeat;
}
.BigInput {
	font-family: Verdana;
	font-size:73%;
	height:14px;
	width:160px;
	border: solid 0px white;
	font-size:10px;
	color:#A7A9AC;
	margin-left:10px;
}
.BigInputBG {
	height:22px;
	background: url(/Images/BackGrounds/BigInput.png);
	background-repeat:no-repeat;
	padding-right:10px;
	vertical-align:top;
	padding-top:2px;
}
.InputFakeCheckBox {
	width:7px;
	height:7px;
	border:solid 1px red;
	font-size:7px;
	font-weight:bold;
	font-family:Verdana;
	padding-left:2px;
	background-color:#FFF;
	color:#000;
}
.BigTextAreaBG {
	width:300px;
	background: url(/Images/BackGrounds/BigTextArea.png);	
	background-repeat:no-repeat;
}
.BigTextArea {
	font-family: Verdana;
	font-size:73%;
	height:130px;
	width:270px;
	border: solid 0px white;
	font-size:10px;
	color:#A7A9AC;
	margin-left:10px;
}
.DefaultTextAreaBG {
	width:300px;
	background: url(/Images/BackGrounds/DefaultTextArea.png);	
	background-repeat:no-repeat;
	vertical-align:top;
	height:95px;
}
.DefaultTextArea {
	font-family: Verdana;
	font-size:73%;
	height:83px;
	width:270px;
	border: solid 0px white;
	font-size:10px;
	color:#A7A9AC;
	margin-left:10px;
	margin-top:3px;
}