/* CSS Document */
.Textboxes{
	height:auto;
	width: auto;
	border: 1 solid #999999;


}
.Textboxesmail{
	height:17pt;
	border-style:solid;
	border-width:1;
	border-color:#999999;
	width: 160px;

}
.message{
	border: 1 solid #999999;

}
.button{
	height:20;
	width:56;
	CURSOR: hand;
	COLOR:#ffffff;
	background-color: #006666;
	border: 1px solid #333333;
}
.buttonblue{
	height:20;
	width:60;
	CURSOR: hand;
	COLOR:#ffffff;
	background-color: #003399;
	border: 1px solid #61A0DF;
}
.buttonred{
	height:20;
	width:60;
	CURSOR: hand;
	COLOR:#333333;
	background-color: #E9E9E9;
	border: 1px solid #999999;
}

