/* Start of CMSMS style sheet 'Form' */
.error_message {
  padding:0;
  margin:0;
  color: #cc0000;
  border: 1px solid #cc0000;
  background: #fdd5d5;
}
.error_message ul {
  padding:0;
  margin:0;
  color: #cc0000;
  font-size: 1.0em;
  font-weight: bold;
  background: url(uploads/style/icons/exclamation.png) top right no-repeat;
  padding-right:20px
}
.contactform {
  width: 100%;
  font-size: 1em;
}
.contactform fieldset {
  border: 1px solid #fbc41a;
  padding: 12px;
  margin-bottom: 5px;
}

.contactform fieldset legend {
  font-weight: bold;
  padding: 8px 8px 8px 37px;
  margin-bottom: 10px;
  border:1px solid #fbc41a;
  color:#333;
  font-size:16px;
  text-align: left;
  background: #fff url(images/cms/email_open.gif) no-repeat 2px center;
}

.contactform fieldset .CMSMStextfield label, .contactform fieldset .CMSMScheckbox label, .contactform fieldset .checkbox div label {
  width: 15em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  padding: 0.3em;
  display: block;
}
.contactform div {
  padding: 0.55em 0 0.55em 0;
}
.contactform div:hover {
  background: #fdecb9;
}
.contactform .CMSMStextfield input {
  color: #333;
  background: #fff;
  border: 1px solid #fbc41a;
  width: 350px;
  padding: 0.3em;
}
.contactform .CMSMStextfield select {
  color: #333;
  background: #fff;
  border: 1px solid #fbc41a;
  width: 360px;
  padding: 0.3em;
}
.contactform .CMSMStextfield select option{
  color:#333;
  text-align:left;
  padding-left: 1.3em;
  background: url(uploads/style/arrow.gif) no-repeat left 3px;
  cursor: pointer;
}
.contactform .CMSMScheckbox input {
  color: #333;
  background: transparent;
  border: none;
  width: 1em;
  margin-left: 1em;
  margin-top: 0.2em;
  padding: 0;
}  
.contactform div.required {
  color: #CC0000;
}
.errortext {
  font-size: 80%;
}
.contactform div.required input, .contactform div.required checkbox, .contactform div.required select , .contactform div.required textarea {
  border: 1px dotted #CC0000;
}
.contactform div.required label {
  color: #111;
}
.contactform fieldset .CMSMStextarea label, .contactform .CMSMStextarea span.errortext {
  width: 15em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
  padding: 0.3em;
}
.contactform .CMSMStextarea span.errortext {
  margin-left: 19.8em;
  display: block;
  width: auto;
}
.contactform .CMSMStextarea textarea {
  color: #333;
  background: #fff;
  border: 1px solid #fbc41a;
  width: 350px;
  padding: 0.3em;
  font-size: 0.73em;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}
.contactform textarea:focus, .contactform input:focus, .contactform select:focus, .contactform option:focus {
  background: #fdecb9;
  -moz-box-shadow: 0 0 1em #787878;
  -webkit-box-shadow: 0 0 1em #787878;
  box-shadow: 0 0 1em #787878;
}
.contactform .captcha {
  padding-left: 10px;
}
.contactform .captchapict {
  display: block;
  margin: 10px 10px 10px 0px;
}
.contactform .captcha input {
  color: #333;
  background: #fff;
  border: 1px solid #fbc41a;
  width: 195px;
  margin: 5px 5px 5px 0px;
}
div .submit {
  float: right;
  margin: 0 10px;
  display: block;
}
div.submit:hover {
  background: #fff;
}
.submit input {
  font-weight: bold;
  padding: 5px 37px 5px 4px;
  margin-bottom: 10px;
  border:1px solid #fbc41a;
  color:#fff;
  font-size:16px;
  text-align:left;
  background: #fbc41a url(uploads/style/icons/email.png) no-repeat 106px center;
  cursor: pointer;
  width: 140px;
}
.submit input:hover {
  background: #fdecb9 url(uploads/style/icons/email_go.png) no-repeat 106px center;
  cursor: pointer;
  border:1px solid #333;
  color: #111;
  -moz-box-shadow: 0 0 1em #787878;
  -webkit-box-shadow: 0 0 1em #787878;
  box-shadow: 0 0 1em #787878;
}
.contactform .submit {
  padding-left: 10px;
}
.contactform .required {
  color: #CC0000;
}
.contactformR {
  width: 100%;
}
.contactformR fieldset {
  border: 1px solid #fbc41a;
  padding: 12px;
}
.contactformR fieldset legend {
  font-weight: bold;
  padding: 8px 8px 8px 37px;
  margin-bottom: 10px;
  border:1px solid #fbc41a;
  color:#333;
  font-size:16px;
  text-align:right;
  background: #fff url(images/cms/email_sent.gif) no-repeat 2px center;
}
.contactformR div {
  padding: 0.25em 0 0.25em 0;
}

/* tellafriend */
.tellafriendform legend {
  font-weight: bold;
  padding: 8px 8px 8px 30px;
  margin-bottom: 15px;
  border:1px solid #999;
  color:#666;
  font-size:14px;
  text-align: left;
  background: #eee url(uploads/style/icons/user_add.png) no-repeat 5px center;
}
.tellafriendform .button {
  font-weight: bold;
  padding: 4px 30px 4px 4px;
  border:1px solid #333;
  color:#111;
  font-size:16px;
  text-align: left;
  background: #eee url(uploads/style/icons/email.png) no-repeat 105px center;
  cursor: pointer;
  width: 130px;
}

.tellafriendform .button:hover, .button:focus {
  background: #ddd url(uploads/style/icons/email_go.png) no-repeat 105px center;
  cursor: pointer;
}

* html .button {
  padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
  padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
  border: 1px solid #CCC;
  background: #FFF;
}

.inputbox:hover, .inputbox:focus {
  background: #FFFFCC;
}
.formError ul {
  margin:5px 20px;
}
.formError li {
  list-style-type: disc; 
  padding: 1px 10px; 
}
div.order, div.order * {
  display: none !important;
}

/* End of 'Form' */

