/* Bilingual City CSS */

/* Reset default positioning values */
@import "reset.css";


/*************** Tags */

h1 {
  float: left;
  display: inline;
  clear: left;
  width: 310px;
  height: auto;
  font-size: 24px;
  font-weight: normal;
  color: #111111;
  line-height: 28px;
  letter-spacing: -1.0px;
  font-family: Georgia, serif;
  margin: 0 0 8px 0;
}

h2 {
  float: left;
  display: inline;
  clear: left;
  width: 310px;
  height: auto;
  font-size: 20px;
  font-weight: normal;
  color: #666666;
  line-height: 24px;
  letter-spacing: -1.0px;
  font-family: Georgia, serif;
  margin: 0 0 8px 0;
}

h3 {
  float: left;
  display: inline;
  clear: left;
  width: 310px;
  height: auto;
  font-size: 16px;
  font-weight: normal;
  color: #111111;
  line-height: 20px;
  font-family: tahoma, geneva, sans-serif;
  margin: 0 0 8px 0;
}

h4 {
  float: left;
  display: inline;
  clear: left;
  width: 310px;
  height: auto;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  line-height: 18px;
  font-family: tahoma, geneva, sans-serif;
  margin: 0 0 8px 0;
}

p {
  float: left;
  display: inline;
  width: 768px;
  height: auto;
  margin: 0 0 8px 0;
  line-height: 15px;
}

a:link {
  color: #ea7200;
}

a:visited {
  color: #902003;
}

a:hover, a:active {
  color: #ff9933;
}

.smallText { font-size : 80%; }

div.hr {
  float: left;
  display: inline;
  clear: both;
  width: 100%;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  border-bottom: solid 1px #cccccc;
  margin: 0px 0px 8px 0px;
}

/**** Lists ****/

div.list {
  float: left;
  display: inline;
  width: 768px;
  height: auto;
  margin: 0px 0px 8px 0px;
}

div.half div.list {
  width: 374px;
}

ul, ol {
  margin: 0px;
}

ul {
  list-style: disc;
  padding: 0px 0px 0px 20px;
}

ol {
  list-style: decimal;
  padding: 0px 0px 0px 20px;
}

ul li, ol li {
  font-size: 11px;
  line-height: 14px;
  margin: 4px 0px;
  padding: 0px;
}

ul li ul, ol li ol {
  margin: 4px 0px;
  padding: 0px 0px 0px 10px;
}

ul li ul li, ol li ol li {
  font-size: 10px;
  line-height: 14px;
  margin: 4px 0px;
  padding: 0px;
}

/**** Forms ****/

input {
  width: 179px;
  height: auto;
  padding: 2px;
  color: #666666;
  border: solid 1px #99b3c9;
  font-family: tahoma, verdana, sans-serif;
  font-size: 11px;
  line-height: 14px;
}

input.check { width : auto; }

select {
  font-size: 12px;
  padding: 1px;
  border: solid 1px #99b3c9;
  font-family: tahoma, verdana, sans-serif;
  color: #666666;
}

input.submit {
  width: auto;
  height: auto;
  border: solid 1px #eebb77;
  background: #ffddaa;
  color: #333333;
  font-family: tahoma, verdana, sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  padding: 3px 6px;
}

input.submit:hover {
  background: #ffeebb;
  cursor: pointer;
}

/**** Tables ****/

table.normal {
  float: left;
  clear: left;
  display: inline;
  width: 100%;
  height: auto;
  margin: 0 0 8px 0;
}

table.detail {
  float: left;
  clear: left;
  display: inline;
  width: 540px;
  height: auto;
  margin: 0 0 8px 0;
}

table.normal tr td {
  width: 33%;
  padding: 3px 4px 3px 3px;
  font-size: 11px;
  line-height: 14px;
}

table.normal tr td.label {
  width: 100px;
  padding: 3px 4px 3px 3px;
  font-size: 11px;
  line-height: 14px;
}

table.normal tr td.fields {
  width: 650px;
  padding: 3px 4px 3px 3px;
  font-size: 11px;
  line-height: 14px;
}

table.detail tr td {
  width: 67%;
  padding: 3px 4px 3px 3px;
  font-size: 11px;
  line-height: 14px;
}

table tr td.header {
  font-weight: bold;
  border-bottom: solid 1px #cccccc;
}

table.detail tr td.header {
  width: 540px;
}

table.normal p,
table.detail p {
  width: 100%;
}

table.detail td.table_header_column,
table.detail th.table_header_column
{
  width: 33%;
}

table.normal tr td a:link,
table.detail tr td a:link{
  color: #6688aa;
}

table.normal tr td a:visited,
table.detail tr td a:visited {
  color: #446688;
}

table.normal tr td a:hover, 
table.normal tr td a:active,
table.detail tr td a:hover, 
table.detail tr td a:active  {
  color: #7799bb;
}

table.normal tr th, 
table.detail tr th {
  padding: 5px 4px 3px 3px;
  font-size: 11px;
  line-height: 14px;
  background: #ffddaa;
  font-weight: bold;
  border-bottom: solid 1px #333333;
}

table tr.rowOne td {
  padding: 5px 4px;
  background: #ffffff;
}

table tr.rowTwo td {
  padding: 5px 4px;
  background: #dde8ee;
}

table tr td.header span {
  float: right;
}

table tr td.header label {
  position: relative;
  top: -7px;
}

table tr td.header input.check {
  position: relative;
  top: -3px;
}

/*************** Generic Classes */

.floatLeft   { float: left; display: inline; }
.floatRight { float: right; display: inline; }
.centered   { text-align: center; }
.alignRight { text-align: right; }
.small       { font-size: 10px; line-height: 12px; }
.normal     { font-size: 11px; line-height: 14px; }
.medium     { font-size: 12px; line-height: 15px; }
.big         { font-size: 14px; line-height: 17px; }
.italic     { font-style: italic; }
.bold       { font-weight: bold; }
.nobold      { font-weight: normal; }
.grey       { color: #999999; }
.nobold     { font-weight: normal; }
.half       {  width: 374px; padding-right: 10px; }
.full        { width: 768px; }
.third      { width: 246px; padding-right: 10px; }
.twoThirds  {  width: 502px; padding-right: 10px; }
.sixth      { width: 118px; padding-right: 10px; }

a:link.orange, a:visited.orange { color : #ea7200; }
img.floatRight {  float: right; display: inline; margin: 8px; }
img.floatLeft  {  float: left; clear: left; display: inline; margin: 8px; }

/*************** Layout */

#wrapper {
  width: 768px;
  height: auto;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  font-family: tahoma, helvetica, sans-serif;
  font-size: 11px;
}

#header {
  float: left;
  display: inline;
  width: 768px;
  height: 105px;
  margin: 0px 0px 12px 0px;
  background: url(../image/header_bg.gif) no-repeat;
}

#body {
  float: left;
  display: inline;
  width: 768px;
  height: auto;
}

#footer {
  float: left;
  display: inline;
  width: 768px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin: 0px 0px 10px 0px;
  background: #d6e4f0 url(../image/footer_bg.gif) no-repeat;
}



/*************** Headr */

#logo {
  float: left;
  display: inline;
  width: 215px;
  height: 51px;
  margin: 9px 0px 0px 13px;
}

#tagline {
  float: left;
  display: inline;
  width: 139px;
  height: 13px;
  margin: 34px 0px 0px 15px;
}

/*************** Employee */

#empLogin {
  float: right;
  display: inline;
  width: 200px;
  height: 70px;
  padding: 7px 1px 0px 10px;
}

#empLogin span {
  float: left;
  display: inline;
  width: 95px;
  height: auto;
  color: #10366b;
  line-height: 12px;
  padding: 0px 5px 0px 0px;
}

#empLogin span.loginLinks {
  float: left;
  display: inline;
  text-align: left;
  width: 118px;
  height: 17px;
  line-height: 17px;
}

#empLogin span a {
  margin: 0px;
  line-height: 12px;
}

#empLogin span.loggedIn {
  margin: 4px 0px;
}

#empLogin input {
  float: left;
  display: inline;
  width: 85px;
  height: auto;
  padding: 3px;
  margin: 4px 4px 4px 0px;
  border: solid 1px #99b3c9;
  font-family: tahoma, verdana, sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #99aabb;
}

#empLogin input.submit {
  float: right;
  display: inline;
  border: solid 1px #336677;
  background: #667799;
  color: #ffffff;
  font-family: tahoma, verdana, sans-serif;
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
  padding: 1px 2px;
  width: 50px;
  margin: 0px 10px 0px 10px;
}

#empLogin input.submit:hover {
  background: #7788aa;
  cursor: pointer;
}

#empLogin span a:link, #empLogin span a:visited {
  color: #6688aa;
  margin: 2px 6px 0px 0px;
}

#empLogin span a:hover, #empLogin span a:active {
  color: #7799bb;
}

#empLogin span.loginLinks a:link, #empLogin span.loginLinks a:visited {
  color: #6688aa;
  margin: 0px;
}

#empLogin span.loginLinks a:hover, #empLogin span.loginLinks a:active {
  color: #7799bb;
}

/*************** Nav */

#nav {
  float: left;
  display: inline;
  width: 764px;
  height: 26px;
  margin: 0px 2px 0px 2px;
  text-align: center;
}

#nav ul {
  width: 746px;
  height: 26px;
  margin: 0px 0px 0px 14px;
  list-style: none;
  padding: 0;
}

#nav ul li {
  float: left;
  font-size: 11px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

#nav a:link, #nav a:visited {
  display: block;
  line-height: 26px;
  color: #666666;
  text-decoration: none;
  padding: 0px 5px;
  margin: 0px 6px;
}

#nav a.home     {  width: 31px;  height: 26px; }
#nav a.search   {  width: 62px;  height: 26px; }
/* #nav a.resume   {  width: 62px;  height: 26px; } */
#nav a.job       {  width: 45px;  height: 26px; }
#nav a.careeer   {  width: 37px;  height: 26px; }
#nav a.edu       {  width: 51px;  height: 26px; }
#nav a.services {  width: 85px;  height: 26px; }
#nav a.business {  width: 72px;  height: 26px; }
#nav a.events   {  width: 37px;  height: 26px; }
#nav a.connect   {  width: 44px;  height: 26px; }
/* #nav a.about    {  width: 46px;  height: 26px; } */

#nav a:hover, #nav a:active, a.here {
  text-decoration: underline;
  color: #447788;
  background: url(../image/nav_bg_hover.gif) repeat-x;
}

/*************** Breadcrumb+Login */

#breadcrumb {
  float: left;
  display: inline;
  width: 768px;
  height: auto;
  margin: 0 0 8px 0;
  background: url(../image/breadcrumb_top.gif) top no-repeat;
}

#breadcrumbBottom {
  float: left;
  display: inline;
  width: 768px;
  height: 2px;
  font-size: 1px;
  line-height: 1px;
  background: url(../image/breadcrumb_bottom.gif) bottom no-repeat;
}

#trail {
  float: left;
  display: inline;
  width: 320px;
  height: auto;
  padding: 8px 6px 4px 8px;
  color: #99aabb;
  line-height: 22px;
}

#trail a, #trail a:link, #trail a:visited {
  color: #99aabb;
}

#trail a:hover, #trail a:active {
  color: #6688aa;
}

#login {
  float: right;
  display: inline;
  width: 422px;
  height: auto;
  padding: 6px;
}

#login span {
  line-height: 21px;
  font-weight: bold;
  margin: 2px 0 0 0;
}

#login span.loggedIn {
  font-weight: normal;
  margin: 2px 0 0 12px;
}

#login span.loggedIn a {
  line-height: 21px;
  margin: 0px 6px 0px 6px;
}

#login input {
  width: 60px;
  padding: 3px;
  margin: 2px 0 0 5px;
}

#login input.submit {
  width: auto;
  height: auto;
  background: #7799bb;
  border: solid 1px #99bbcc;
  padding: 2px 4px;
  color: #ffffff;
  margin: 2px 0 0 5px;
  line-height: 12px;
}

#login input.submit:hover {
  background: #99bbdd;
}

#login span.loginLinks {
  line-height: 8px;
  font-size: 9px;
  font-weight: normal;
  margin: 0 0 0 5px;
}

#login span.loginLinks a:link, #login span.loginLinks a:visited {
  text-decoration: none;
  color: #7799bb;
}

#login span.loginLinks a:hover, #login span.loginLinks a:active {
  color: #99bbcc;
}

/*************** Content */

#content {
  float: left;
  display: inline;
  width: 768px;
  height: auto;
  min-height: 300px;
  padding: 4px 0 8px 0;
}

div.bgAdvertiser {
  background: url(../image/bg_advertiser.jpg) right bottom no-repeat;
}

div.bgBusiness {
  background: url(../image/bg_local.jpg) right bottom no-repeat;
}

div.bgCareer {
  background: url(../image/bg_career.jpg) right bottom no-repeat;
}

div.bgEducation {
  background: url(../image/bg_education.jpg) right bottom no-repeat;
}

div.bgEvent {
  background: url(../image/bg_event.jpg) right bottom no-repeat;
}

div.bgService {
  background: url(../image/bg_service.jpg) right bottom no-repeat;
}

div.spacer {
  float: left;
  display: inline;
  height: 10px;
}

div.halfColumn {
  width: 384px;
  height: auto;
}

div.twoThirdsColumn {
  width: 512px;
  height: auto;
}


p.twoThirdsOne {
  width: 482px;
  height: auto;
  padding: 10px;
  margin-right: 10px;
  background: #f6f0e9;
}

p.twoThirdsTwo {
  width: 482px;
  height: auto;
  padding: 10px;
  margin-right: 10px;
  background: #ffffff;
}

div.thirdColumn {
  width: 256px;
  height: auto;
}

div.error {
  float: left;
  display: inline;
  width: 754px;
  height: auto;
  padding: 4px 6px;
  margin: 0px 0px 8px 0px;
  text-align: center;
  color: #cc3333;
  background: #ffdddd;
  border: solid 1px #ff9999;
}

tr.error
{
  padding: 4px 6px;
  margin: 0px 0px 8px 0px;
  text-align: center;
  color: #cc3333;
  background: #ffdddd;
  border: solid 1px #ff9999;
}

/*************** Box */

div.floatContainer {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
}

.box {
  width: 207px;
  height: auto;
  background: #fbdaa5 url(../image/box_bg.gif) repeat-y;
}

.box p {
  float: left;
  display: inline;
  width: 187px;
  height: auto;
  padding: 10px 10px 8px 10px;
  margin: 0;
}

.companyLogo {
  float: left;
  display: inline;
  margin: 10px 10px 8px 28px;
}

span.icon {
  float: left;
  display: inline;
  position: relative;
  padding: 0px 1px 1px 0px;
  text-align: center;
  width: 61px;
  height: 95px;
  color: #666666;
  line-height: 14px;
}

.floatLeft .boxHeader {
  float: left;
  display: inline;
  width: 167px;
  height: 22px;
  padding: 3px 30px 0px 10px;
  line-height: 25px;
  font-weight: bold;
  color: #113377;
  text-align: left;
  background: url(../image/box_top_left.gif) no-repeat;
}

.floatRight .boxHeader {
  float: left;
  display: inline;
  width: 167px;
  height: 22px;
  padding: 3px 10px 0px 30px;
  line-height: 25px;
  font-weight: bold;
  color: #113377;
  text-align: right;
  background: url(../image/box_top_right.gif) no-repeat;
}

.boxFooter {
  float: left;
  display: inline;
  width: 207px;
  height: 2px;
  line-height: 1px;
  font-size: 1px;
  background: url(../image/box_bottom.gif) no-repeat;
}

.box p input {
  font-size: 14px;
  line-height: 17px;
  margin: 0px 0px 8px 0px;
}

a.control {
  float: left;
  display: inline;
  width: 179px;
  height: auto;
  margin: 10px 10px 0px 10px;
  padding: 5px 3px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border: solid 1px #eebb77;
  background: #ffeedd;
  color: #333333;
}

.box p a.control {
  float: none;
  display: block;
  margin-left: 0px;
  margin-right: 0px;
}

a.control:hover, 
input.controlSubmit:hover {
  background: #ffffff;
  cursor: pointer;
}

a.controlLast {
  margin: 10px;
}

input.control {
  float: left;
  display: block;
  width: 179px;
  height: auto;
  margin: 10px 10px 0px 10px;
  padding: 5px 3px;
  text-decoration: none;
  border: solid 1px #eebb77;
  color: #333333;
}

.box p input.control {
  float: none;
  margin-left: 0px;
  margin-right: 0px;
}

input.controlSubmit {
  float: left;
  display: block;
  width: 187px;
  height: auto;
  margin: 10px 10px 0px 10px;
  padding: 5px 3px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border: solid 1px #eebb77;
  background: #ffeedd;
  color: #333333;
}

.box p input.controlSubmit {
  float: none;
  margin-left: 0px;
  margin-right: 0px;
}

span.control {
  float: left;
  display: block;
  width: 181px;
  height: auto;
  margin: 0px 10px 0px 10px;
  padding: 5px 3px;
  line-height: 14px;
}

span.control a {
  line-height: 14px;
}

span.controlLast {
  margin: 10px 10px 10px 10px;
}

div.boxMiddle {
  float: left;
  display: inline;
  width: 187px;
  padding: 0px 10px 0px 10px;
  margin: 0px;
}

div.boxMiddle p {
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

div.boxMiddle a,
div.boxMiddle input,
div.boxMiddle span {
  margin-left: 0px;
  margin-right: 0px;
}

/*************** Home */

div.homeContent {
  float: left;
  display: inline;
  width: 322px;
  margin: 0px 0px 0px 16px;
}

div.homeContent p {
  width: 322px;
  height: auto;
}

div.homeList {
  float: left;
  display: inline;
  width: 322px;
  height: auto;
  margin: 0px 0px 8px 0px;
}

.homeBody {
  min-height: 330px;
  background: url(../image/happy_people.jpg) bottom center no-repeat;
}

div.featuredEmployers {
  float: left;
  display: inline;
  clear: left;
  width: 230px;
  height: auto;
  margin: 8px 0px 0px 0px;
  padding: 0;
}

.featuredEmployers span {
  float: left;
  display: block;
  clear: left;
  width: 222px;
  height: auto;
  font-size: 12px;
  line-height: 15px;
  margin: 0px 0px 8px 8px;
}

.featuredEmployers img {
  float: left;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

span.loginLinks {
  float: right;
  display: inline;
  text-align: right;
  width: 90px;
  height: auto;
}

/*************** Search Results */

div.tableNav {
  float: right;
  display: inline;
  width: 450px;
  height: 28px;
  line-height: 28px;
  text-align: right;
  color: #666666;
  margin: 0 0 8px 0;
}

div.tableNav select {
  font-size: 10px;
}

div.tableNav span {
  display: inline;
  margin: 0px 8px;
}

/*************** Forms */

input.text {
  width: 450px;
  height: auto;
}

input.city {
  width: 160px;
  height: auto;
  margin: 0 6px 0 0;
}

input.zip {
  width: 40px;
  height: auto;
  margin: 0 0 0 6px;
}

#cityDiv {
  float: left;
  width: 310px;
}

#zipDiv {
  float: right;
  display: inline;
  clear: none;
  width: 120px;
  height: auto;
}

option.disabled {
  color: #999999;
}

a.red {
  background: #ff9999;
  border-color: #cc6666;
  color: #111111;
}

a.red:hover {
  background: #ffaaaa;
}

/*************** Admin */

div.adminRow {
  float: left;
  clear: left;
  display: inline;
}

div.adminBox {
  float: left;
  width: 182px;
  height: auto;
  padding: 0 10px 10px 0;
}

div.adminBox p {
  float: left;
  display: block;
  width: 174px;
  height: 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  color: #111111;
  letter-spacing: -1.0px;
  font-family: Georgia, serif;
  background: #ffddaa;
  margin: 0px 0px 4px 0px;
  padding: 4px 4px 4px 4px;
  border-bottom: solid 1px #111111;
}

div.adminBox a {
  float: left;
  display: block;
  position: relative;
  width: 174px;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
  padding: 0px 4px 0px 4px;
}

/*************** Footr */

#footer a, #footer span {
  text-decoration: none;
  margin: 0px 3px;
  color: #6688aa;
}

#footer a:link {
  color: #6688aa;
}

#footer a:visited {
  color: #446688;
}

#footer a:hover, #footer a:active  {
  color: #7799bb;
}

#footer a.fusionbox:link, #footer a.fusionbox:visited {
  color: #6688aa;
}

#footer a.fusionbox:hover, #footer a.fusionbox:active {
  color: #7799bb;
}

div#newsletter {
  float: left;
  display: inline;
  width: 200px;
  height: auto;
  margin: 0px 50px 0px 0px;
  text-align: center;
}

#newsletter img.blue  {
  float: left;
  display: inline;
  background: #336699;
  margin: 2px 8px 0px 0px;
}

#newsletter span {
  float: left;
  display: inline;
  width: 173px;
  height: auto;
  line-height: 18px;
  padding: 0px;
  font-size: 12px;
  color: #336699;
}

#newsletter input {
  margin-top: 5px;
}

#newsletter input.text {
  float: left;
  display: inline;
  width: 165px;
  height: auto;
  padding: 2px 0px;
  margin-right: 5px;
}

#newsletter input.submit {
  float: left;
  display: inline;
  line-height: 12px;
  padding: 1px 2px 1px 3px;
}

#newsletter a {
  float: left;
  display: block;
  width: 168px;
  height: 14px;
  margin: 4px 0px 0px 0px;
}

div#translate {
  float: left;
  display: inline;
  width: 268px;
  text-align: right;
  height: auto;
  margin: 0px;
}

#translate span {
  float: left;
  display: inline;
  width: 260px;
  height: auto;
  line-height: 18px;
  padding: 0px;
  font-size: 12px;
  color: #336699;
  margin: 0px 0px 5px 0px;
}

#translate select {
  float: left;
  display: inline;
  width: 170px;
  height: auto;
  font-size: 11px;
}

#translate input.submit {
  float: left;
  display: inline;
  line-height: 12px;
  padding: 1px 2px 1px 3px;
  margin: 0px 0px 0px 5px;
}

div#thawte {
  float: right;
  display: inline;
  width: 200px;
  text-align: right;
  height: auto;
  margin: 3px 0px 0px 0px;
}

/*************** Wordpress Blog */

#sidebar div.list {
  width: 187px;
  padding: 10px 10px 8px 10px;
}

#sidebar div.list ul {
  list-style: none;
  padding: 0px;
}

#sidebar div.list ul ul {
  margin: 0px 0px 8px 0px;
  padding: 0px;
}

#sidebar div.list ul h2 {
  float: none;
}

#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar p,
#sidebar div.list {
  width: 187px;
}

#sidebar label {
  line-height: 20px;
}

#sidebar input#s {
  width: 116px;
  padding: 4px;
}

#sidebar input#searchsubmit {
  width: 55px;
}

div.post {
  float: left;
  display: inline;
  clear: left;
  width: 530px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

div.post small {
  float: left;
  display: inline;
  clear: left;
  width: 100%;
  color: #666666;
  margin: 0px 0px 8px 0px;
}

div.widecolumn div.post {
  width: 100%;
}

div.post h1,
div.post h2,
div.post h3,
div.post h4,
div.post p,
div.post div.list {
  width: 100%;
}

div.navigation {
  float: left;
  display: inline;
  clear: left;
  width: 100%;
  margin: 0px 0px 8px 0px;
}

div.list.comments {
  width: 100%;
}

div.list.comments ol {
  padding: 0px 0px 0px 30px;
}

div.list.comments ol li {
  margin: 0px 0px 8px 0px;
  padding: 8px;
}

div.list.comments ol li.alt {
  background: #eeeeee;
}

div.comments li p {
  width: 100%;
  float: none;
}

textarea#comment {
  width: 762px;
}

/*************** Steve's Tomfoolery */
td.label { width:100px }
td.fields { width:460px}
td.textism { width:181px}
.required
{
  color: red;
  font-weight: bold;
}

