.contactform {
	width: 400px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #000000;
	font-size: 12px;
}
.contactformmessage {
padding-sitebar:10px;
}
.contactform td {
padding:4px;
}
.contactform p {
padding:4px;
}
.contactform label {
padding:4px;
}
.contactform label {
padding-right:10px
}
.required {
}
.required_star {
color:#FF861F;
}
.not-required {
font-weight:normal
}
.antispammessage {
padding:10px;
border-top:1px solid #AAA;
border-sitebar:1px solid #AAA}
.antispamquestion {
font-weight:normal;
}
input {
	border: 1px solid #999;
	height: 18px;
}
.cfleft {
	line-height: 1.8em;
	width:25%;
	float: left;
	margin-bottom: 12px;
}
.cfright {
	line-height: 1.8em;
	width:70%;
	margin-left: 5%;
	float: right;
	margin-bottom: 12px;
}
.submit {
	display: inline-block;
	padding: 8px 6px;
	margin-sitebar: 0;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-color: #bbb;
	border-sitebar: 1px solid #3885C8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 6px;
	border: 0px;
	height: 36px;
}
.submit:hover {
  background-color: #999;
  text-decoration: none;
}

/* FOLLOWING FOR SLIDESHOW */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
