﻿body
{
    background: url(../images/contact.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.scroll_section_inner
{
	width: 950px;
}
.coreContainer
{
  width: 800px;
}
.thinline
{

}
.rcorners2 {
  font-family:Tahoma,verdana,helvetica,arial,sans-serif;
  font-size: 20px;
  border-radius: 10px;
  border: 2px solid #73AD21;
  width: 150px;
  height: 50px;
  cursor: pointer; 
  background-image: linear-gradient(#3333cc, #6600ff);
  color: #FFFFFF;
}
.rcorners2:hover
{
    background-image: linear-gradient(#6600ff, #3333cc);
}
#contact-table th
{
    text-align:left;
    font-size: 16px;
}
#contact-table input[type=text]
{
    font-size: 15px;
    width: 250px;
}
.contact-enquiry
{
    font-size: 20px;
    color: #000000;
}