.sold
{
font-size: 14px;
color: red;
font-family: Arial, Verdana;
font-weight: bold;
}

#box {
	display: block;
	position: absolute;
	left: 10px;
	width: 599px;
	top: 10px;
	height: 380px;
	color:#000000;
	background:transparent;
	float:left;
	font-family: Arial, Verdana;
	font-size:12px;
	line-height:14px;
	text-align:left;
	
}

#pic {
	position: absolute;
	left: 270px;
	padding:1px;
	color:#333333;
	font-family: Arial, Verdana;
	font-size:12px;
	line-height:14px;
	text-align:left;
}

#text {
	position: absolute;
	left: 10px;
	top: 1px;
	width: 235px;
	padding: 0px;
	color: #333333;
	background:transparent;
	font-family: Arial, Verdana;
	font-size:12px;
	line-height:14px;
	text-align: left;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}
.caps {
text-transform: uppercase;
font-weight: bold;
}

  .error {
    position: relative;
    border: 1px solid red;
    background-color: #ffffee;
    color: #660000;
    width: 245px;
    padding: 3px;
   font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
	font-size: 10px;
  }
   .success {
    position: relative;
    border: 1px solid red;
    background-color: #ffffee;
    color: #660000;
    width: 245px;
    padding: 3px;
  	font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
	font-size: 10px;
  }
  .notify {
    border: 1px solid #336699;
    background-color: #ffffee;
    color: #336699;
    width: 350px;
    padding: 5px;
  }

form {	
	font-family: Arial, Verdana;
	text-align: left;
	visibility: visible;
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

input {
padding : 1px;
font-family: Arial, Verdana;
font-size: 10px;
}

table, td {
font-family: Arial, Verdana;
font-size: 10px;
}

#box a, 
#box a:active, 
#box a:link, 
#box a:visited {
	color: #000000;
	font-size: 12px/1.3em;
	font-family: Arial, Verdana;
	text-decoration: underline;}

#box a:hover {
	color: 666666;
	text-decoration: none;

}

