
input.AppointForm {
    height :14px;
	background-color: #FFF;
	font-family : Verdana;
	font-size : 11px;
		font-weight : normal;
		color : #000;
		border-style : solid;
		border-color : Black;
				border-width : 1px;
}
input.AppointButton {
    height :16px;
	font-family : Arial;
	font-size : 11px;
		font-weight : normal;
		color : #000000;
		border-style : solid;
		border-color : #000000;
				border-width : 1px;
				background-image: url(images/button.gif);
				background-repeat: repeat-x;
}
select.AppointSelect {
	background-color: #fff;
	font-family : Verdana;
	font-size : 11px;
		font-weight : normal;
		color : #000;
		border-style : solid;
		border-color : Black;
				border-width : 1px;
}
TEXTAREA.AppointQuestion {
	height :50px;
	width :180px;
	background-color: #FFF;
	font-family : Verdana;
	font-size : 11px;
		font-weight : normal;
		color : #000;
		border-style : solid;
		border-color : Black;
				border-width : 1px;
}
