body	{
	background-attachment: fixed;
	background-size: cover;
	font-family: "Open Sans","Arial","Helvetica",sans-serif;
	font-size: 1rem;
	max-width: 980px; 
	margin: auto;
}


div		{
	background-color: rgba(255, 255, 255, 0.7);
	border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
	position: relative;
	padding-left: 20px;
}

.button		{
    background-color: #506286;
    color: #fff;
    padding: 10px 18px;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}


h1		{
	padding-top: 20px;
	text-align: center;
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  text-shadow: 2px 2px 2px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin:inherit;
}

.btn:hover {
  text-decoration: none;
}

.contactSubjectTd	{
content: 'i';
display: block;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 100px;
height: 16px;
margin: 0 0 0 2px;
font-size: 14px;
line-height: 16px;
color: #444;
font-family: arial;
font-weight: bold;
width: 200px;
float: left;
clear: left;
font-weight: bold;
margin-bottom: 0.5rem;
}

.contactField	{
width: 300px;
padding: 5px;
margin: 0;
border: 1px solid #bbb;
color: #444;
font-size: inherit;
float: left;	
}

.captcha	{
width: 300px;
padding: 5px;
margin: 0;
border: 1px solid #bbb;
color: #444;
font-size: inherit;
float: left;	
margin-top: 0.25rem;
}