﻿body, td{
	font-size:11px;
	color:#7d7b7b;
	line-height:13px;
	vertical-align:top;
}

strong{ color:#91908d}
b{ color:#585858}
span{}
span a{} 
span a:hover{}

a{ color:#99c000; text-decoration:underline} 
a:hover{ color:#99c000; text-decoration: none}

.textfield {
	font-size: 12px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}

.errortext {
	font-size: 12px;
	color:red;
	text-align: left;
	padding-left: 1px;
	font: bold smaller sans-serif;
}

label {
  width: 80px;
  text-align: right;
  float: left;
}

.formerror {
  border: 1px solid red;
  background-color : #FFCCCC;
}

.totalPrice {
    color: #000000;
    font-size: 14px;
    padding:8px;
    font-weight:bold;
    background-color:#D8D8D8 ;
    border:#000000 1px solid;
}