#dialog-form label, #dialog-form input
{
	display: block;
}
#dialog-form input.text
{
	margin-bottom: 12px;
	width: 95%;
	padding: .4em;
}
#dialog-form fieldset
{
	padding: 0;
	border: 0;
	margin-top: 25px;
}
.validateTips
{
	border: 1px solid transparent;
	padding: 0.3em;
}
		
.product
{
	text-align: center;
	width: 105px;
}

.product a
{
	color: #777777;
	text-decoration: none;

}
		
.costTable
{
	width: 100%;
	background-color: #f9f9f9;
}
		
.moduleCell
{
	border-top: #ffffff solid 1px;
	border-right: #e7e7e7 solid 1px;
	border-bottom: #d7d7d7 solid 1px;
	border-left: #ffffff solid 1px;
	padding-top: 4px;
	padding-bottom: 4px;
}
		
.moduleNameCell a
{
	border-left: #e7e7e7 solid 1px !important;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif;
	font-size: 12px; /*font-weight:bold;*/ /*line-height:18px;*/
	letter-spacing: normal;
	font-weight: normal;
	color: Black;
	vertical-align: middle;
	text-decoration: none;
}
		
.price
{
	color: #888888;
	font-size: 20px;
	font-family: Helvetica;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
		
.price img
{
	padding-top: 10px;
}
		
.tb
{
	width: 50px;
	font-size: 18px;
	color: #444444;
}
		
.tb2
{
	font-size: 18px;
	color: #444444;
}
		
.priceName
{
	font-size: 14px;
	font-family: Helvetica;
	padding-left: 10px;
}

.priceNameSmall
{
	font-size: 10px;
	font-family: Helvetica;
	text-align: right;
	padding-right: 10px;
}

.price1
{
	cursor: pointer;
}