form {
  font-size: 0.8em;
}

p { 
  font-size: 1em;
}

input, textarea, select {
  border: 1px solid #ccc;
  margin: 0 5px 10px 0;
}

input:focus, textarea:focus, input.sffocus, textarea.sffocus, 
select:focus { 
  background: #f8f8f8;
  border: 1px #999 solid;
}

label { 
  width: 100px; 
  float: left; 
  margin: 0 5px 10px 0;
}

fieldset {
  border: 1px solid #ddd;
  margin: 15px 0;
  padding:10px;
}

legend {
  font-weight: bold;
  font-size: 1.1em;
  padding: 5px;
}

fieldset#payment_methods input {
  border: none;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: 5px;
}

fieldset#payment_methods div#purchase_order input#purchase_order_number { 
  border: 1px solid #ccc;
  margin-top: 5px;
  vertical-align: middle;
}

fieldset#payment_methods label {
  width: auto;
  float: none;
  font-size: 1.2em;
}

fieldset#payment_methods ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

fieldset#payment_methods li {
  margin: 8px 0;
}

div#purchase_order { 
  font-size: 0.8em;
}

fieldset div { 
  clear: left;
}

div#address_details input { 
  width: 300px;
}

div#address_details input#postcode { 
  width: auto;
}

table.attendees { 
  margin-left: 10px;
}

table.attendees label { 
  width: auto;
}

label#specreq { 
  width: auto; 
  margin-bottom: 0; 
  margin-left: 10px;
}

textarea#special_requirements { 
  margin-left: 10px;
}

#commerce {
  display: inline;
  float: left;
  width: 660px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 10px;
}
#vat {
  border:1px solid black;
  padding:10px;
  background-color:#FFFEA9;
  width:80%;
  margin:10px;
  font-size:10px;
  margin-left: 0;
}

.errorMessage {
  border:1px solid black;
  padding:10px;
  background-color:#FFD7D7;
  width:80%; 
  margin-left:10px;
  margin-bottom:20px;
  margin-top:20px;
}

.errorElement
{
  border:1px solid red;
}

.errorSpan
{
  padding-left:5px;
  color:red;
}

#termsWrap {
  width:100%;
  margin-top:10px;
  text-align:right
}

#termsWrap label, #termsWrap input { 
  float: none; 
  width: auto; 
  margin: 0;
  border: none;
}

#termsWrap input { 
  margin-right: 5px;
}

#termsWrap input#submit { 
  border: none; 
  margin-right: 0; 
  margin-top: 10px;
}

#partnersSupport #ecommercecite {
  margin: 0;
  margin-top: -10px;
  padding: 0;
  font-size: 0.7em;
  color: #666;
}

#partnersSupport #ecommercecite a {
  font-weight: bold;
  text-decoration: none;
}


/* Terms and Conditions */
#termscond {
  text-align: left;
}

#termscond h2 {
  margin-left: 0;
  margin-top: 10px;
  color: #000;
  font-size: 1.5em;
  text-transform: uppercase;
}