<?xml version="1.0" encoding="UTF-8"?>
<stylesheet>
  <created-at type="datetime">2008-01-09T15:47:22+00:00</created-at>
  <description>A convenient set of defaults to be included on top of YUI base</description>
  <id type="integer">1</id>
  <name>Pooley Design Defaults</name>
  <updated-at type="datetime">2008-03-06T18:48:03+00:00</updated-at>
  <value>#navigation {
  width: 100%;
  text-align: center;
  margin: 0;
}
#navigation li {
  display: inline;
  width: 20em;
}
#navigation a {
	cursor: pointer;
}

#errorExplanation {
  margin: auto;
  width: 400px;
}

table.form {
  margin: auto;
	text-align: left;
}

table.form tr.evenRow {
	background-color: #ddd;
}

table.form td {
  border: 0;
}

table.form .field_label,
table.form .field_value {
	width: 40%;
}

table.form .field_description {
	width: 20%;
}

table.form * input[type=text],
table.form * textarea {
  .width: 30%;
	width: 80%;
}

table.form * textarea {
  height: 150px;
}

table.form * td.field_description {
	font-size: 80%;
}

table.form * .required {
  color: #901a1a;
  font-weight: bold;
}

tr.form_buttons td {
  text-align: center;
}

table.form tr.form_buttons * input {
  width: 120px;
}
</value>
</stylesheet>
