/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 200px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 200px;
  background-color: #f5f5f5;
}

.footer .container { padding-top: 10px; }

/* FORM */
.webcmscontactform label {
	padding: 0px;
	width: 100px;
	display: block;
	font-weight: bold;

}


.webcmscontactform input[type="submit"] {
margin: 10px;	
  padding: 5px;
  padding-top: 8px;
  border:1px solid red !important;
 text-decoration:none !important;
 font-family:helvetica !important;
  font-weight: bold;
 color:#FFF !important;
  background-color: red;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

}

.webcmscontactform * {
	list-style: none;
}