/* 
    Document   : other-custom
    Created on : 09/07/2013, 1:28:46 PM
    Author     : azlan
    Description:
        Purpose of the stylesheet follows.
*/

root { 
  display: block;
}

#news_page .frame, #info_page .frame{ 
  margin-bottom: 30px;
}



#Form_ContactForm #Name, #Form_ContactForm #Email, 
#Form_CareerForm #Name, #Form_CareerForm #Email, #Form_CareerForm #Phone, #Form_CareerForm #Form_CareerForm_Vacancy{
  float: left;
}

#Form_ContactForm #Name, #Form_CareerForm #Name, #Form_CareerForm #Phone{
  margin-right: 10px;
}


#Form_ContactForm .message, #Form_CareerForm .message{
  display: inline-block;
  padding: 8px 10px 6px 50px;
  font-size: 12px;
}

#Form_ContactForm input[type="email"], #Form_CareerForm input[type="email"], #Form_CareerForm select{
  width: 300px;
}

#Form_CareerForm select{
  width: 320px;
}

#contact_page .cms_content, #career_page .cms_content{
  margin-bottom: 20px;
}

#SearchResults li{
  margin-left: 0px;
  margin-bottom: 35px;
}

#SearchResults p {
  margin-bottom: 10px;
}


