.textfield {
	font-size: 10px;
	color: #333333;
	padding: 2px;
	border: 1px solid #000000;
	width: 150px;
	height: 25px;


}
.textarea {
	font-size: 12px;
	color: #333333;
	background-image: url(../pix/common/fieldBg.gif);
	padding: 2px;
	border: 1px solid #1A5594;
	width: 250px;
	height: 50px
}
.selectfield {
	font-size: 10px;
	color: #333333;
	background-image: url(../pix/common/fieldBg.gif);
	padding: 2px;
	border: 1px solid #1A5594;
	width: 50px;
}
.butt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #12191F;
	border: 1px solid #000000;
	padding: 1px;
	color: #FFFFFF;
	font-weight: bold;



}
.smalltextfield {

	font-size: 10px;
	color: #333333;
	background-image: url(../pix/common/fieldBg.gif);
	padding: 2px;
	border: 1px solid #1A5594;
	width: 40px;
}
.smallselect {


	font-size: 10px;
	color: #333333;
	background-image: url(../pix/common/fieldBg.gif);
	padding: 2px;
	border: 1px solid #1A5594;
	width: 50px;
}
.medtextfield {

	font-size: 10px;
	color: #333333;
	padding: 2px;
	border: 1px solid #000000;
	width: 100px;
}

.bigtextarea {

	font-size: 10px;
	color: #333333;
	background-image: url(../pix/common/fieldBg.gif);
	padding: 2px;
	border: 1px solid #1A5594;
	width: 300px;
	height: 150px
}
.bigtextfield {

	font-size: 10px;
	color: #333333;
	background-image: url(../pix/common/fieldBg.gif);
	padding: 2px;
	border: 1px solid #1A5594;
	width: 250px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
body {
	background-color: #E2B8DC;
	
	background-image: url(url());
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: verdana;
}
.lightBgColor
{
	background-color:#CC97C5;}
	
.NoColor
{
	background-color: #000000;
}
.txtfield
{
	background-color:#ffbff8;
}
.txtfieldvalue
{
	background-color:#FADBF6;
}
.disabledfield {

	font-size: 10px;
	color: #999999;
	padding: 2px;
	border: 1px solid #cccccc;
	width: 100px;
}
