.contactpage h3
{
	font-size:18px;
	color:#000000;
}
.contactpage p
{
	font-size:14px;
	text-align:justify;
	color:#333333;
}
.contactpage ul, .contactpage ul li
{
	list-style:none;
	list-style-type:none;
	padding:0;
	margin:0;
}
.contactpage ul li
{
	list-style:none;
	list-style-type:none;
	line-height:25px;
	padding-left:0px;
	margin-left:0px;
	color:#333333;
}
.contactpage ul li span {
    letter-spacing: 0.3px;
    width: 80px;
    display: inline-block;
}
#form-contact
{
	position:relative;width:97%;right:0;top:0;
	margin-top:0px;
	margin-left:0px;
}
#form-contact h5
{
	font-size:18px;
	margin-bottom:10px;
}
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 6px 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 0px; /* Add a top margin */
  margin-bottom: 15px; /* Bottom margin */
  resize: vertically; /* Allow the user to vertically resize the textarea (not horizontally) */
  font-size:12px !important;
}
label
{
	font-size:13px !important;
}
textarea {
  width: 100%; /* Full width */
  height:80px;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}
.help-inline
{
	font-size:12px !important;
	color:#FF0000;
	display:block;
	position:absolute;
	margin-top:-16px;
	margin-left:5px;
}
.succmessage
{
	width:100%;
	padding:7px 10px;
	border:0px solid #009900;
	background-color:#009900;
	font-size:13px !important;
	margin-bottom:5px;
	color:#FFFFFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.errmessage
{
	width:100%;
	padding:7px 10px;
	border:0px solid #990000;
	background-color:#990000;
	font-size:13px !important;
	margin-bottom:5px;
	color:#FFFFFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}