/*
    Document   : other-custom
    Created on : 26/06/2013, 10:07:33 AM
    Author     : azlan
    Description:
        Purpose of the stylesheet follows.
*/

root { 
  display: block;
}

#Form_ContactForm fieldset {
  border: none;
  padding: 0px;
}

#Form_ContactForm .captcha_field{
  margin-top: 20px;
}

#Form_ContactForm .Actions input{
  margin: 0px;
  font-size: 15px;
  padding: 11px 20px;
  line-height: 16px;
  border-radius: 3px;
}

fieldset span .message .bad{
    background: #ffcccc;
    border: 1px solid #ff9999;
    color: #d01313;
    position: relative;
    
      margin-bottom: 20px;
    padding: 15px 15px 15px 39px;
    clear: both;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.field .fieldgroupField,
.field .fieldgroup-field{
  display: inline-block;
  width: 47%;
}
.field .fieldgroupField:nth-child(1),
.field .fieldgroup-field:nth-child(1){
  margin-right: 5%;
}

.entry-body table tbody tr .text-left{
  text-align: left;
}

.entry-body table tbody tr .text-right{
  text-align: right;
}

.entry-body table tbody tr .strike-it{
  text-decoration: line-through;
}

.entry-body table tbody tr td .text-green{
  color: green;
}

.search .dt-sc-one-column.blog-thumb .entry-details{
    width: 75%;
}

