body {
  margin: 0; padding:0;
  font:13px/1.231 arial,helvetica,clean,sans-serif;
  color: #555;
}

.required {
  color: #4FB478;
  font-size: 75%;
}

form button {
  background: #000 url(/images/skin/form-submit-bg.gif);
  border: none;
  color: #FFF;
  font-size: 77%; /* 10px */
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}

label {
  color: #555;
  font-size: 85%;
padding: 5px 0 0 0;
display: block;
}

#photoForm .error label {
	color: #CC0000;
}


input.tb, textarea.ta {
  color: #888;
  border: 1px solid;
  border-color: #7C7C7C rgb(206, 206, 206) rgb(195, 195, 195) rgb(124, 124, 124);
  background: #FFF url(http://www.680news.com/images/skin/form-textbox-bg.gif) no-repeat top left;  
}

textarea.ta {height:30px !important;}

