body, td, input, select, textarea, p { 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
}
td { 
	font-size: 10px; 
}

h1, h2, h3, h4 {
	font-family: verdana, arial, helvetica, sans-serif; 
}

.smalltext {
	font-size: 9px;
	color: #666666;
}

.titleText{
	font-size: 16px;
	font-weight: bold;
}
.priceText{
	font-size: 13px;
	font-weight: bold;
}
.sellerLabel, .customFieldsLabel {
	font-size: 9px;
	color: #666666;
}
.customFieldsValue {
	font-weight: bold;
}
.categoryHead, .sellerHead, .descriptionHead, .customFieldsHead {
	font-size: 10px;
	font-weight: bold;
}
.descriptionText {
	font-size: 11px;
}


.submitmsg {
	font-size: 11px;
	font-weight: bold;
	color: #339900
}

textarea.defaultText {
	 color: #757575; 
}

#loading {
	font-size: 14px;
	font-family:  arial, helvetica, sans-serif;
	color: #fff;
}
#pwloading {
	font-size: 14px;
	font-family:  arial, helvetica, sans-serif;
	color: #fff;
}
#searching {
	font-size: 12px;
	font-family:  arial, helvetica, sans-serif;
	color: #000;
}

#indexing {
	font-size: 12px;
	font-family:  arial, helvetica, sans-serif;
	color: #000;
}

/********************** AD STATUS STYLES ***************************/
.adStatus {
	font-size: 11px;
	font-family:  arial, helvetica, sans-serif;
}
.adRemoved {
	color: #EA5200;
	font-weight: bold;
	font-style: italic;
}
.adExpired {
	color: #EA5200;
	font-weight: bold;
	font-style: italic;
}
.adPublished{
	color: #339900;
	font-weight: bold;
}
.adCreated {
	font-style: italic;
}
.adError {
	color: #ff0000;
	font-weight: bold;
}


/*********** PUBLIC PACKAGE STYLES ***********/
#packageWrapper .pkgName {
	font-size: 12px;
}
#packageWrapper .pkgPriceBox {
	font-size: 11px;
}
#packageWrapper .pkgBuy {
	font-size: 10px;
}
/********************** ERROR STYLES ***************************/
.error {
	font-size: 10px;
	font-weight: bold;
	/*color: #FF0000;*/
	color: #EA5200;
}

/*.sitepicker_error {
	font-size: 11px;
	color: red;
	font-weight: bold; 
}*/