#buyDlg, #buyDlg table, #buyDlg th, #buyDlg td, #buyDlg input, #buyDlg textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

#buyDlg td{
	text-align: right;
}
#buyDlg table, #buyDlg th, #buyDlg td{
	border: none;
}
#buyDlg table{
	width: 100%;
	padding: 5px;
}
#buyDlg input{
	width: 200px;
}
#buyDlg textarea{
	width: 90%;
	border: none;
	font-weight: bold;
	text-decoration: underline;
	overflow: hidden;
}
span.price{
	font-size: medium;
	font-weight: bold;
}
span.price button{
	background-color: #D4D0C8;
	border: thin solid #000000;
}
span.pricevalue{
	color: red;
}