/* CSS Document */

.button {
border: 1px outset;
background-color: #E8E8E8;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
cursor: hand;
border-color: #999999 #000000 #000000 #999999;
}
.TextBox {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image:  url(../images/box_shadow.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #000000;
}
.comments {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #666600;
	font-size: 13px;
	font-weight: normal;
	background-image: url(../images/box_shadow.gif);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
